Changeset 270 for trunk/LMDZ.COMMON/libf/dyn3dpar/iniacademic.F90
- Timestamp:
- Aug 18, 2011, 12:09:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/iniacademic.F90
r127 r270 1 1 ! 2 ! $Id: iniacademic.F90 152 0 2011-05-23 11:37:09Z emillour$2 ! $Id: iniacademic.F90 1529 2011-05-26 15:17:33Z fairhead $ 3 3 ! 4 4 SUBROUTINE iniacademic(vcov,ucov,teta,q,masse,ps,phis,time_0) … … 115 115 endif 116 116 117 academic_case: if (iflag_phys == 2) then117 academic_case: if (iflag_phys >= 2) then 118 118 ! initializations 119 119 … … 208 208 IF (.NOT. read_start) THEN 209 209 ! surface pressure 210 ps(:)=preff 210 if (iflag_phys>2) then 211 ps(:)=108080. ! Earth aqua/terra planets 212 else 213 ps(:)=preff 214 endif 211 215 ! ground geopotential 212 216 phis(:)=0.
Note: See TracChangeset
for help on using the changeset viewer.