Changeset 4379 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Jan 10, 2023, 8:14:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/iniacademic.F90
r4376 r4379 112 112 ! specific initializations for the shallow water case 113 113 kappa=1 114 endif115 116 117 if ( ( .not. read_start ) .and. ( iflag_phys > 2 ) ) then118 ! 101080 : specific value for CMIP5 aqua/terra planets119 ! "Specify the initial dry mass to be equivalent to120 ! a global mean surface pressure (101325 minus 245) Pa."121 preff=101080.122 call getin('psurf',preff)123 pa=preff/2.124 114 endif 125 115
Note: See TracChangeset
for help on using the changeset viewer.