source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/CREATE_etat0/config.card @ 5694

Last change on this file since 5694 was 5694, checked in by acosce, 3 years ago

Add create_etat0 directory to create start0 file for dynamico with values for tracers regrid from regular file

File size: 3.4 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=ELI.icosa.tracer
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZORINCA
14SpaceName=TEST
15ExperimentName=CE0L
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZORINCA/CREATE_etat0
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=2000-01-01
24DateEnd=2000-12-31
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
32# Source following file with module settings
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35# OptMode indicates the optimization mode choosen during compilation
36# This variable is used in the executable name
37OptMode=prod
38ResolAtm=144x142x79
39
40#========================================================================
41#D-- ListOfComponents -
42[ListOfComponents]
43#D- For each component, Name of component, Tag of component
44ICO= (dynamico, DYNAMICO)
45ATM= (lmdz, LMDZ)
46IOS= (xios, XIOS)
47CHM= (inca, INCA)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52#D- For each component: Real name of executable, Name of executable in the run directory
53ICO= (icosa_lmdz_${OptMode}_GES.exe, icosa_lmdz.exe, 30MPI)
54ATM= ("","")
55IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
56CHM= ("", "")
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
62OverRule=n
63#D- Last day of the experience used as restart
64RestartDate=
65#D- Define restart simulation name
66RestartJobName=
67#D- Path Server Group Login
68RestartPath=
69# Attention login depend de la machine
70
71#========================================================================
72#D-- ICO -
73[ICO]
74# If config_Restarts_OverRule == 'n' all params are read
75Restart= n
76# Last day of the experience used as restart
77RestartDate=
78# Define restart simulation name
79RestartJobName=
80RestartPath=
81
82
83#========================================================================
84#D-- CHM -
85[CHM]
86# If config_Restarts_OverRule == 'n' next 4 params are read
87Restart=n
88#D-- Last day of the experience used as restart
89RestartDate=2000-01-01
90#D-- Define restart simulation name
91RestartJobName=JobName
92RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
93
94#========================================================================
95#D-- ATM -
96[ATM]
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart
100RestartDate=
101# Define restart simulation name
102RestartJobName=
103RestartPath=
104
105#========================================================================
106#D-- IOS -
107[IOS]
108# If config_Restarts_OverRule == 'n' all params are read
109Restart= n
110# Last day of the experience used as restart
111RestartDate=
112# Define restart simulation name
113RestartJobName=
114RestartPath=
115
116#========================================================================
117#D-- NO Post -
118[Post]
119RebuildFrequency=NONE
120PackFrequency=NONE
121TimeSeriesFrequency=NONE
122SeasonalFrequency=NONE
123MetricsPCMDI=FALSE
124#========================================================================
Note: See TracBrowser for help on using the repository browser.