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/dyn3d/leapfrog.F

    r2507 r2544  
    909909                if(ecritstart.GT.0) then
    910910                 CALL dynredem1("restart.nc",
    911      &                        REAL(itau)/REAL(day_step),
     911     &                        REAL(itau)/REAL(day_step)+
     912     &                        time_0-floor(time_0),
    912913     &                        vcov,ucov,teta,q,masse,ps)
    913914                else
    914915                 CALL dynredem1("restart.nc",
    915      &             REAL(itau)/REAL(day_step)-(day_end-day_ini),
     916     &             REAL(itau)/REAL(day_step)-(day_end-day_ini)
     917     &                        +time_0-floor(time_0),
    916918     &                        vcov,ucov,teta,q,masse,ps)
    917919                endif
Note: See TracChangeset for help on using the changeset viewer.