source: codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/cvmgt.F @ 224

Last change on this file since 224 was 222, checked in by ymipsl, 10 years ago

Creating temporary dynamico/lmdz/saturn branche

YM

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.