Changes between Version 14 and Version 15 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL


Ignore:
Timestamp:
2016-08-10T09:10:08+02:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL

    v14 v15  
    2828}}} 
    2929 
    30 == You want account for changes in deposition ? == 
     30== You want account for inter-annual variability of deposition ? == 
    3131You can loop over a couple for years of deposition to account for inter annual variability during a spinup using CyclicYear. This done by adding deposition file to COMP/sechiba(!).card: 
    3232{{{ 
     
    120120 
    121121== 1.4 adjust the job as usual == 
    122 modify config.card as usual (see wiki) 
     122modify config.card as usual (see wiki), for example 1k yr simulation with climatic forcing of 1960-1978: 
     123{{{ 
     124  #-- leap(gregorian), noleap, 360d                                                    
     125  CalendarType=noleap                                                                  
     126  #-- Start and End of Job                                                             
     127  #-- "YYYY-MM-DD"                                                                     
     128  DateBegin=1960-01-01 
     129  DateEnd=2960-12-31 
     130  # Forcing data between 1901 and 1920                                                 
     131  CyclicBegin=1960 
     132  CyclicEnd=1978 
     133 
     134}}} 
    123135'''REMARK (curie only)''': If you want to run ORCHIDEE on spatial subdomain (here the example for a single grid box) you need to adjust the number before MPI line: 
    124136{{{