1 | # |
---|
2 | # This is config.card file for restart with an NEW libIGCM simulation tree. |
---|
3 | # |
---|
4 | #==================================================================================== |
---|
5 | #D-- Compatibility - |
---|
6 | [Compatibility] |
---|
7 | libIGCM=1.0 |
---|
8 | |
---|
9 | #======================================================================== |
---|
10 | #D-- UserChoices - |
---|
11 | [UserChoices] |
---|
12 | #============================ |
---|
13 | #-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName |
---|
14 | JobName=Ens |
---|
15 | LongName="ENSEMBLE Spinup : test en changeant HYDROL_SOIL_DEPTH et HYDROL_HUMCSTE." |
---|
16 | TagName=OL2 |
---|
17 | #------ SpaceName = DEVT/TEST/PROD |
---|
18 | SpaceName=PROD |
---|
19 | #----- ExperimentName : Short Name of Experiment |
---|
20 | ExperimentName=ensemble |
---|
21 | #----- ARCHIVE : path for archive directory in which IGCM_OUT directory will be created. |
---|
22 | #For example at irene: ARCHIVE=$CCCWORKDIR or ARCHIVE=$CCCSCRATCHDIR |
---|
23 | #at obelix: ARCHIVE=/home/scratch01/$LOGIN |
---|
24 | ARCHIVE=$CCCSCRATCHDIR |
---|
25 | #============================ |
---|
26 | #-- leap, noleap, 360d |
---|
27 | CalendarType= gregorian |
---|
28 | #-- Start and End of Job |
---|
29 | #-- "YYYY-MM-DD" |
---|
30 | DateBegin=1850-01-01 |
---|
31 | DateEnd=1999-12-31 |
---|
32 | #============================ |
---|
33 | #-- 1Y, 1M, 5D, 1D |
---|
34 | PeriodLength= 1Y |
---|
35 | PeriodNb= 1 |
---|
36 | #============================ |
---|
37 | #-- Total Number of Processors (minimum is 2 for a coupled configuration) |
---|
38 | JobNumProcTot=1 |
---|
39 | #-- Source following file with module settings, only if it exists |
---|
40 | EnvFile=${SUBMIT_DIR}/../ARCH/arch.env |
---|
41 | |
---|
42 | #======================================================================== |
---|
43 | #======================================================================== |
---|
44 | #D-- SRF options passed to SuRFace (SECHIBA) subjobs |
---|
45 | [SRF] |
---|
46 | WriteFrequency="1800s" |
---|
47 | Restart=n |
---|
48 | #-- Last day of the experience used as restart |
---|
49 | RestartDate=1997-12-31 |
---|
50 | # Define restart simulation name |
---|
51 | RestartJobName=SPINUP |
---|
52 | RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName} |
---|
53 | # Old component name for restart (if empty, use new name) |
---|
54 | OldName= |
---|
55 | |
---|
56 | #D-- Surface BioGeochemistry ( STOMATE ) subjobs |
---|
57 | [SBG] |
---|
58 | WriteFrequency="1M" |
---|
59 | Restart= n |
---|
60 | #-- Last day of the experience used as restart |
---|
61 | RestartDate= 1900-12-31 |
---|
62 | # Define restart simulation name |
---|
63 | RestartJobName= SPINUP |
---|
64 | RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName} |
---|
65 | # Old component name for restart (if empty, use new name) |
---|
66 | OldName= |
---|
67 | |
---|
68 | #D-- Post-treatment options passed to SubJobs on all sites |
---|
69 | # WARNING : You can use thoses options only if you set CONSERVE=y in fluxnet.card |
---|
70 | [SubJobPost] |
---|
71 | #D- Do we rebuild parallel output, this flag determines |
---|
72 | #D- frequency of rebuild submission |
---|
73 | RebuildFrequency=NONE |
---|
74 | #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) |
---|
75 | RebuildFromArchive=NONE |
---|
76 | #D- If you want to produce time series, this flag determines |
---|
77 | #D- frequency of post-processing submission |
---|
78 | TimeSeriesFrequency=NONE |
---|
79 | #D- If you want to produce seasonal average, this flag determines |
---|
80 | #D- the period of this average |
---|
81 | SeasonalFrequency=NONE |
---|
82 | #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency |
---|
83 | #D- Usefull if you do not want to consider the first X simulation's years |
---|
84 | SeasonalFrequencyOffset=0 |
---|
85 | |
---|
86 | #======================================================================== |
---|
87 | #======================================================================== |
---|