Changeset 2526


Ignore:
Timestamp:
May 26, 2021, 5:38:08 PM (4 years ago)
Author:
mvals
Message:

Mars GCM:
testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine.
MV

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2525 r2526  
    33873387== 26/05/2021 == AB
    33883388Make a cleaner initialization of some variables in simu_MCS.F90
     3389
     3390== 26/05/2021 == MV
     3391testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine.
     3392
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2410 r2526  
    8282      real,parameter :: odpref=610. ! DOD reference pressure (Pa)
    8383c
    84       INTEGER day0          ! date initial (sol ; =0 a Ls=0)
     84      INTEGER day0,dayn          ! date initial (sol ; =0 a Ls=0) and final
    8585      REAL day           ! date durant le run
    8686      REAL time             ! time (0<time<1 ; time=0.5 a midi)
     
    364364      write(*,*) " ndt = ",ndt
    365365
     366      dayn=day0+ndt
    366367      ndt=ndt*day_step     
    367368      dtphys=daysec/day_step 
     
    456457      call init_dimphy(1,nlayer) ! Initialize dimphy module
    457458      call phys_state_var_init(1,llm,nq,tname,
    458      .          day0,time,daysec,dtphys,rad,g,r,cpp,
     459     .          day0,dayn,time,
     460     .          daysec,dtphys,
     461     .          rad,g,r,cpp,
    459462     .          nqperes,nqfils)! MVals: variables isotopes
    460463      call ini_fillgeom(1,latitude,longitude,(/1.0/))
Note: See TracChangeset for help on using the changeset viewer.