Ignore:
Timestamp:
May 26, 2021, 9:01:27 PM (4 years ago)
Author:
jnaar
Message:

Bug correction in the 1d GCM, not compiling because of the "phys_state_var_init" routine. JN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2526 r2527  
    8282      real,parameter :: odpref=610. ! DOD reference pressure (Pa)
    8383c
    84       INTEGER day0,dayn          ! date initial (sol ; =0 a Ls=0) and final
     84      INTEGER day0          ! date initial (sol ; =0 a Ls=0)
    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
    367366      ndt=ndt*day_step     
    368367      dtphys=daysec/day_step 
     
    457456      call init_dimphy(1,nlayer) ! Initialize dimphy module
    458457      call phys_state_var_init(1,llm,nq,tname,
    459      .          day0,dayn,time,
    460      .          daysec,dtphys,
    461      .          rad,g,r,cpp,
    462      .          nqperes,nqfils)! MVals: variables isotopes
     458     &          day0,ndt,time,daysec,dtphys,rad,g,r,cpp,
     459     &          nqperes,nqfils)! MVals: variables isotopes
    463460      call ini_fillgeom(1,latitude,longitude,(/1.0/))
    464461      call conf_phys(1,llm,nq)
Note: See TracChangeset for help on using the changeset viewer.