source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/CREATE_amip/config.card

Last change on this file was 6898, checked in by aclsce, 4 days ago

Use of PeriodDateBegin? to handle chaining runs : the default is an example of 2x5D simulation for amip_ERA5_LAM experiment, using splitted ERA5 nudging files (ERA5_20000601.nc and ERA5_20000606.nc).
Use of ForcingBasefolder? and CreateBasefolder? for all experiments as done in [6894]

File size: 3.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=CREATE-AMIP.01
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZOR
14SpaceName=DEVT
15ExperimentName=CE0L
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=ICOLMDZOR/LAM/CREATE_amip
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=2000-06-01
24DateEnd=2000-06-05
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=5D
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
38
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43ICO= (dynamico, DYNAMICO)
44ATM= (lmdz, LMDZ)
45IOS= (xios, XIOS)
46#========================================================================
47#D-- Executable -
48[Executable]
49#D- For each component: Real name of executable, Name of executable in the run directory
50# This experiment does not use ORCHIDEE. You can therefor use the same set up with both icosa_lmdz_orch22.exe and icosa_lmdz_orch4.exe
51ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 640MPI)
52#ICO= (icosa_lmdz_orch4_${OptMode}.exe, icosa_lmdz.exe, 640MPI)
53ATM= ("","")
54IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=
63#D- Define restart simulation name
64RestartJobName=
65#D- Path Server Group Login
66RestartPath=
67# Attention login depend de la machine
68
69#========================================================================
70#D-- ICO -
71[ICO]
72# If config_Restarts_OverRule == 'n' all params are read
73Restart= n
74# Last day of the experience used as restart
75RestartDate=
76# Define restart simulation name
77RestartJobName=
78RestartPath=
79
80
81#========================================================================
82#D-- ATM -
83[ATM]
84# If config_Restarts_OverRule == 'n' all params are read
85Restart= n
86# Last day of the experience used as restart
87RestartDate=
88# Define restart simulation name
89RestartJobName=
90RestartPath=
91
92#========================================================================
93#D-- IOS -
94[IOS]
95# If config_Restarts_OverRule == 'n' all params are read
96Restart= n
97# Last day of the experience used as restart
98RestartDate=
99# Define restart simulation name
100RestartJobName=
101RestartPath=
102
103#========================================================================
104#D-- NO Post -
105[Post]
106PackFrequency=NONE
107TimeSeriesFrequency=NONE
108SeasonalFrequency=NONE
109MetricsPCMDI=FALSE
110#========================================================================
Note: See TracBrowser for help on using the repository browser.