source: trunk/LMDZ.PLUTO/libf/phypluto/cvmgp.F @ 3380

Last change on this file since 3380 was 3184, checked in by afalco, 10 months ago

Pluto PCM:
Added LMDZ.PLUTO, a copy of the generic model,
cleaned from some unnecessary modules (water, ...)
AF

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