Changeset 1617 for LMDZ5/trunk/libf/dyn3d/calfis.F
- Timestamp:
- Feb 28, 2012, 12:35:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/calfis.F
r1615 r1617 165 165 PARAMETER(ntetaSTD=3) 166 166 REAL rtetaSTD(ntetaSTD) 167 DATA rtetaSTD/350., 380., 405./ 167 DATA rtetaSTD/350., 380., 405./ ! Earth-specific values, beware !! 168 168 REAL PVteta(ngridmx,ntetaSTD) 169 169 c … … 434 434 c 435 435 if (planet_type=="earth") then 436 #ifdef CPP_PHYS 437 ! PVtheta calls tetalevel, which is in the physics 436 438 cIM calcul PV a teta=350, 380, 405K 437 439 CALL PVtheta(ngridmx,llm,pucov,pvcov,pteta, 438 440 $ ztfi,zplay,zplev, 439 441 $ ntetaSTD,rtetaSTD,PVteta) 442 #endif 440 443 endif 441 444 c
Note: See TracChangeset
for help on using the changeset viewer.