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

Last change on this file was 6893, checked in by jgipsl, 4 days ago

Added comment: this exeperiment can be used with both execuatble containg ORCHIDEE_2_2 and ORCHIDEE_4 as ORCHIDEE doesn't interfere in the create feature.

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