Changeset 3042 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Sep 13, 2023, 2:33:49 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3039 r3042 116 116 integer :: day_ini ! First day of the simulation 117 117 real :: pday ! Physical day 118 real :: ptime ! Physical time119 118 real :: time_phys ! Same as GCM 120 119 real :: ptimestep ! Same as GCM … … 1136 1135 !------------------------ 1137 1136 ! III_b.1 Write restart_evol.nc 1138 ptimestep = iphysiq*daysec/real(day_step)/nsplit_phys 1139 print*, ptimestep,dtphys,iphysiq*daysec/real(day_step),nsplit_phys 1137 ptimestep = iphysiq*daysec/real(day_step)/nsplit_phys ! dtphys/nsplit_phys 1140 1138 pday = day_ini 1141 ptime = 0. 1142 ztime_fin = pday - day_end + ptime + ptimestep/(float(iphysiq)*daysec) 1139 ztime_fin = time_phys 1143 1140 1144 1141 allocate(p(ip1jmp1,nlayer + 1))
Note: See TracChangeset
for help on using the changeset viewer.