source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/EXPERIMENTS/ICOLMDZ/amip_LAM/config.card @ 6191

Last change on this file since 6191 was 6186, checked in by aclsce, 2 years ago

Modified ICOLMDZ-LAM configuration.

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=TEST-amip-LAM.01
12LongName=""
13TagName=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/amip_LAM
16ExperimentName=amip_LAM
17SpaceName=DEVT
18CreateName=CREATE-amip-LAM.01
19ForcingName=TEST-AMIP.01
20ForcingDate=20000605
21
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Begin and end of job
26#D-- "YYYY-MM-DD"
27#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
28#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
29DateBegin=2000-06-01
30DateEnd=2000-06-05
31#============================
32#D-- 1Y, 1M, 5D, 1D
33PeriodLength=5D
34#============================
35#-- Compression level for netcdf output files
36CompressionLevel=2
37#============================
38# Source following file with module settings
39EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
40#============================
41# OptMode indicates the optimization mode choosen during compilation
42# This variable is used in the executable name
43OptMode=prod
44
45#========================================================================
46#D-- ListOfComponents -
47[ListOfComponents]
48#D- For each component, Name of component, Tag of component
49ICO= (dynamico, DYNAMICO)
50ATM= (lmdz, LMDZ)
51IOS= (xios, XIOS)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56ICO= (icosa_lmdz_${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#========================================================================
75#D-- NO Post -
76[Post]
77PackFrequency=NONE
78TimeSeriesFrequency=NONE
79SeasonalFrequency=NONE
80MetricsPCMDI=FALSE
81
82
83#========================================================================
84#D-- ICO -
85[ICO]
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=
90# Define restart simulation name
91RestartJobName=
92RestartPath=
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' next 4 params are read
109Restart= n
110#-- Last day of the experience used as restart for this component if Restart=y
111RestartDate=
112# Define restart simulation name for this component
113RestartJobName=
114RestartPath=
115# Old component name for restart (if empty, use new name)
116
117
Note: See TracBrowser for help on using the repository browser.