Ignore:
Timestamp:
Jul 8, 2021, 3:54:30 PM (3 years ago)
Author:
romain.vande
Message:

MARS GCM:

update of r2507: correction for time output in the case of multiple restart files
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F

    r2507 r2544  
    18171817                if(ecritstart.GT.0) then
    18181818                 CALL dynredem1_p("restart.nc",
    1819      &                        REAL(itau)/REAL(day_step),
     1819     &                        REAL(itau)/REAL(day_step)
     1820     &                        +time_0-floor(time_0),
    18201821     &                        vcov,ucov,teta,q,masse,ps)
    18211822                else
    18221823                 CALL dynredem1_p("restart.nc",
    1823      &             REAL(itau)/REAL(day_step)-(day_end-day_ini),
     1824     &             REAL(itau)/REAL(day_step)-(day_end-day_ini)
     1825     &                        +time_0-floor(time_0),
    18241826     &                        vcov,ucov,teta,q,masse,ps)
    18251827                endif
Note: See TracChangeset for help on using the changeset viewer.