Changeset 492 for trunk/LMDZ.COMMON/libf/dyn3dpar/iniacademic.F90
- Timestamp:
- Jan 5, 2012, 8:28:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/iniacademic.F90
r270 r492 209 209 ! surface pressure 210 210 if (iflag_phys>2) then 211 ps(:)=108080. ! Earth aqua/terra planets 212 else 211 ! specific value for CMIP5 aqua/terra planets 212 ! "Specify the initial dry mass to be equivalent to 213 ! a global mean surface pressure (101325 minus 245) Pa." 214 ps(:)=101080. 215 else 216 ! use reference surface pressure 213 217 ps(:)=preff 214 218 endif 219 215 220 ! ground geopotential 216 221 phis(:)=0.
Note: See TracChangeset
for help on using the changeset viewer.