Changeset 3042 for trunk/LMDZ.MARS/libf
- Timestamp:
- Sep 13, 2023, 2:33:49 PM (22 months ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r3036 r3042 97 97 REAL day ! date during the run 98 98 REAL time ! time (0<time<1 ; time=0.5 a midi) 99 REAL dttestphys 99 REAL dttestphys ! testphys1d timestep 100 100 REAL play(nlayer) ! Pressure at the middle of the layers (Pa) 101 101 REAL plev(nlayer+1) ! intermediate pressure levels (pa) -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3037 r3042 258 258 c ---------------------- 259 259 INTEGER,SAVE :: day_ini ! Initial date of the run (sol since Ls=0) 260 INTEGER,SAVE :: icount ! counter of calls to physiq during the run.260 INTEGER,SAVE :: icount ! Counter of calls to physiq during the run. 261 261 REAL,SAVE :: time_phys 262 262
Note: See TracChangeset
for help on using the changeset viewer.