Ignore:
Timestamp:
Apr 27, 2020, 4:52:09 PM (5 years ago)
Author:
dbardet
Message:

27/04/2020 (r2300) == DB

Add a parameter to lock a no seasonal cycle simulation during restart.
One sets the initial day using 'season=.true.' and set 'noseason_day'. This commit fixed the ticket #42 of planeto tack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90

    r2299 r2300  
    150150     call getin_p("season",season)
    151151     write(*,*) " season = ",season
     152     
     153     write(*,*) "No seasonal cycle: initial day to lock the run during restart"
     154     noseason_day=0.0 ! default value
     155     call getin_p("noseason_day",noseason_day)
     156     write(*,*) "noseason_day=", noseason_day
    152157
    153158     write(*,*) "Tidally resonant rotation ?"
Note: See TracChangeset for help on using the changeset viewer.