Changes between Version 14 and Version 15 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
- Timestamp:
- 2016-08-10T09:10:08+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
v14 v15 28 28 }}} 29 29 30 == You want account for changes indeposition ? ==30 == You want account for inter-annual variability of deposition ? == 31 31 You 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: 32 32 {{{ … … 120 120 121 121 == 1.4 adjust the job as usual == 122 modify config.card as usual (see wiki) 122 modify 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 }}} 123 135 '''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: 124 136 {{{