Changeset 2530
- Timestamp:
- Jun 8, 2021, 12:12:03 PM (4 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2528 r2530 3394 3394 - vertical interpolation in log coordinates for variable with name starting with "num_" 3395 3395 - mode 3 (above local surface): set to missing value when z > z_range 3396 3397 == 08/06/2021 == MV 3398 re-commit of version 2526: testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine. 3399 -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r2527 r2530 82 82 real,parameter :: odpref=610. ! DOD reference pressure (Pa) 83 83 c 84 INTEGER day0 ! date initial (sol ; =0 a Ls=0)84 INTEGER day0,dayn ! date initial (sol ; =0 a Ls=0) and final 85 85 REAL day ! date durant le run 86 86 REAL time ! time (0<time<1 ; time=0.5 a midi) … … 364 364 write(*,*) " ndt = ",ndt 365 365 366 dayn=day0+ndt 366 367 ndt=ndt*day_step 367 368 dtphys=daysec/day_step … … 456 457 call init_dimphy(1,nlayer) ! Initialize dimphy module 457 458 call phys_state_var_init(1,llm,nq,tname, 458 & day0,ndt,time,daysec,dtphys,rad,g,r,cpp, 459 & nqperes,nqfils)! MVals: variables isotopes 459 . day0,dayn,time, 460 . daysec,dtphys, 461 . rad,g,r,cpp, 462 . nqperes,nqfils)! MVals: variables isotopes 460 463 call ini_fillgeom(1,latitude,longitude,(/1.0/)) 461 464 call conf_phys(1,llm,nq)
Note: See TracChangeset
for help on using the changeset viewer.