source: trunk/WRF.COMMON/WRFV2/mars_lmd/libf/bibio/cvmgt.F @ 3604

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

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

File size: 192 bytes
Line 
1      FUNCTION cvmgt(x1,x2,l)
2      IMPLICIT NONE
3
4      REAL x1,x2,cvmgt
5      LOGICAL l
6
7      IF(l) then
8        cvmgt=x1
9      ELSE
10        cvmgt=x2
11      ENDIF
12
13      RETURN
14      END
15C
Note: See TracBrowser for help on using the repository browser.