source: CONFIG/UNIFORM/v6/LMDZ5A2.1_ISO/EXPERIMENTS/LMDZ/Iso/config.card @ 3919

Last change on this file since 3919 was 3919, checked in by acosce, 6 years ago

new configuration to run LMDZ5 ISO branche

File size: 3.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=lmdzIso.01
10#----- Short Name of Experiment
11ExperimentName=clim
12#----- DEVT TEST PROD
13SpaceName=PROD
14LongName="LMDZOR configuration"
15TagName=LMDZ
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZ/Iso
18#============================
19#-- leap, noleap, 360d
20CalendarType=360d
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-30
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length for one execution
27PeriodLength=1M
28ORCA_version=ORCA2.3
29
30#========================================================================
31#D-- ListOfComponents -
32[ListOfComponents]
33#D- For each component, Name of component, Tag of component
34ATM= (lmdz, LMDZ)
35IOS= (xios, XIOS)
36#========================================================================
37#D-- Executable -
38[Executable]
39#D- For each component: Real name of executable, Name of executable in the run directory
40ATM= (gcm.e, lmdz.x, 31MPI)
41IOS= (xios_server.exe, xios.x, 1MPI)
42
43#========================================================================
44#D-- Restarts -
45[Restarts]
46#D- by default: config.card describes no restart for all components
47#D-             ie start from Levitus or limit files
48#D- If you want to restart all components from the same simulation,
49#D-      put OveRule flag to 'y' and set the next 3 parameters
50OverRule=n
51#D- Last day of the experience used as restart for all components
52RestartDate=2000-01-31
53#D- Define restart simulation name for all components
54RestartJobName=EXP00
55#D- Path Server Group Login
56RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
57
58#========================================================================
59#D-- ATM -
60[ATM]
61WriteFrequency="1M"
62# If config_Restarts_OverRule == 'n' next 4 params are read
63Restart=n
64# Last day of the experience used as restart for this component if Restart=y
65RestartDate=2000-01-31
66# Define restart simulation name for this component
67RestartJobName=LMDZOR01
68RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
69#========================================================================
70#D-- IOS -
71[IOS]
72WriteFrequency=""
73# If config_Restarts_OverRule == 'n' next 4 params are read
74Restart=n
75# Last day of the experience used as restart for this component if Restart=y
76RestartDate=2000-01-31
77# Define restart simulation name for this component
78RestartJobName=LMDZOR01
79RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
80
81#========================================================================
82#D-- Post -
83[Post]
84#D- RebuildFrequency determines the frequency of rebuild submission
85RebuildFrequency=NONE
86#D- PackFrequency determines the frequency of pack submission
87PackFrequency=NONE
88#D- TimeSeriesFreqency determines the frequency of post-processing submission
89#D- Set NONE to deactivate the creation of all time series
90TimeSeriesFrequency=NONE
91#D- SeasonalFrequency determines the length for each seasonal average
92#D- Set NONE to deactivate the creation of all seasonal avereage
93SeasonalFrequency=NONE
94#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
95#D- Usefull if you do not want to consider the first X simulation's years
96SeasonalFrequencyOffset=0
97
98#========================================================================
Note: See TracBrowser for help on using the repository browser.