Changeset 3732 for trunk/LMDZ.PLUTO


Ignore:
Timestamp:
Apr 22, 2025, 4:42:47 PM (8 weeks ago)
Author:
afalco
Message:

PLUTO: example script and .def file to rescale start files.
Do not care about date if only one time step in start archive.
AF

Location:
trunk/LMDZ.PLUTO
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/lect_start_archive.F

    r3275 r3732  
    264264      write(*,*) '  Otherwise, set nsoilmx -in dimphys.h- to: ',nsoilold
    265265      endif
    266       write(*,*) "time lenght: ",timelen
     266      write(*,*) "time length: ",timelen
    267267      write(*,*)
    268268
     
    596596 123  read(*,*,iostat=ierr) date
    597597      if(ierr.ne.0) goto 123
     598      if (timelen.eq.1) then
     599        memo = 1
     600      else
    598601      memo = 0
    599602      do i=1,timelen
     
    615618        end do
    616619        goto 123
     620      endif
    617621      endif
    618622
Note: See TracChangeset for help on using the changeset viewer.