source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/config.card @ 4343

Last change on this file since 4343 was 4343, checked in by jgipsl, 5 years ago

Removed RESOL_ATM_3D from JobName?. This variable is read by libIGCM from .resol file which only exist for regular-latlon model.

File size: 2.7 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=ELI
12LongName="create_etat0_limit for interannuel amip run"
13TagName=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/CREATE_amip
16#============================
17#D-- leap, noleap, 360d
18CalendarType=leap
19#D-- Begin and end of job
20#D-- "YYYY-MM-DD"
21DateBegin=1979-01-01
22DateEnd=2005-12-31
23#============================
24#D-- 1Y, 1M, 5D, 1D
25PeriodLength=1Y
26#============================
27PeriodNb=50
28# Source following file with module settings
29EnvFile=`pwd`/../ARCH/arch-X64_IRENE.env
30#========================================================================
31#D-- ListOfComponents -
32[ListOfComponents]
33#D- For each component, Name of component, Tag of component
34ICO= (dynamico, DYNAMICO)
35ATM= (lmdz, LMDZ)
36IOS= (xios, XIOS)
37#========================================================================
38#D-- Executable -
39[Executable]
40#D- For each component: Real name of executable, Name of executable in the run directory
41ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 31MPI)
42ATM= ("","")
43IOS= (xios_server.exe, xios.x, 1MPI)
44
45#========================================================================
46#D-- Restarts -
47[Restarts]
48#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
49OverRule=n
50#D- Last day of the experience used as restart
51RestartDate=
52#D- Define restart simulation name
53RestartJobName=
54#D- Path Server Group Login
55RestartPath=
56# Attention login depend de la machine
57
58#========================================================================
59#D-- ICO -
60[ICO]
61# If config_Restarts_OverRule == 'n' all params are read
62Restart= n
63# Last day of the experience used as restart
64RestartDate=
65# Define restart simulation name
66RestartJobName=
67RestartPath=
68
69
70#========================================================================
71#D-- ATM -
72[ATM]
73# If config_Restarts_OverRule == 'n' all params are read
74Restart= n
75# Last day of the experience used as restart
76RestartDate=
77# Define restart simulation name
78RestartJobName=
79RestartPath=
80
81#========================================================================
82#D-- IOS -
83[IOS]
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-- NO Post -
94[Post]
95RebuildFrequency=NONE
96PackFrequency=NONE
97TimeSeriesFrequency=NONE
98SeasonalFrequency=NONE
99MetricsPCMDI=FALSE
100#========================================================================
Note: See TracBrowser for help on using the repository browser.