Changeset 2544 for trunk/LMDZ.COMMON/libf/dyn3dpar
- Timestamp:
- Jul 8, 2021, 3:54:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F
r2507 r2544 1817 1817 if(ecritstart.GT.0) then 1818 1818 CALL dynredem1_p("restart.nc", 1819 & REAL(itau)/REAL(day_step), 1819 & REAL(itau)/REAL(day_step) 1820 & +time_0-floor(time_0), 1820 1821 & vcov,ucov,teta,q,masse,ps) 1821 1822 else 1822 1823 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), 1824 1826 & vcov,ucov,teta,q,masse,ps) 1825 1827 endif
Note: See TracChangeset
for help on using the changeset viewer.