source: trunk/WRF.COMMON/WRFV2/mars_lmd/libf/phymars/zerophys.F @ 3428

Last change on this file since 3428 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 167 bytes
Line 
1      SUBROUTINE zerophys(n,x)
2      IMPLICIT NONE
3      INTEGER n
4      REAL x(n)
5      INTEGER i
6
7      DO i=1,n
8         x(i)=0.
9      ENDDO
10      RETURN
11      END
Note: See TracBrowser for help on using the repository browser.