source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/CREATE_amip/config.card @ 6838

Last change on this file since 6838 was 6521, checked in by jgipsl, 13 months ago

Add suffix _orch22 or _orch4 to executable.

File size: 3.2 KB
RevLine 
[1645]1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
[4343]11JobName=ELI
[1645]12LongName="create_etat0_limit for interannuel amip run"
[4291]13TagName=ICOLMDZ
[4348]14SpaceName=PROD
15ExperimentName=CE0L
[1743]16#D- Choice of experiment in EXPERIEMENTS directory
[4291]17ExpType=ICOLMDZ/CREATE_amip
[1645]18#============================
19#D-- leap, noleap, 360d
[3458]20CalendarType=leap
[1645]21#D-- Begin and end of job
22#D-- "YYYY-MM-DD"
23DateBegin=1979-01-01
24DateEnd=2005-12-31
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
28#============================
[4921]29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
[4329]32# Source following file with module settings
[4690]33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
[4357]34#============================
[4921]35# OptMode indicates the optimization mode choosen during compilation
36# This variable is used in the executable name
37OptMode=prod
[4357]38
[1645]39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
[4291]43ICO= (dynamico, DYNAMICO)
[1645]44ATM= (lmdz, LMDZ)
[4291]45IOS= (xios, XIOS)
[1645]46#========================================================================
47#D-- Executable -
48[Executable]
[2604]49#D- For each component: Real name of executable, Name of executable in the run directory
[6521]50#   This experiement works for both compilation with ORCHIDEE_2_2 and ORCHIDEE_4.
51#   Change suffix from orch22 to orch4 if if you compiled the later version.
52ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 30MPI)
[4291]53ATM= ("","")
[5148]54IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
[1645]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#========================================================================
[4291]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#========================================================================
[1645]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#========================================================================
[4291]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#========================================================================
[1645]104#D-- NO Post -
105[Post]
[3222]106PackFrequency=NONE
[1645]107TimeSeriesFrequency=NONE
108SeasonalFrequency=NONE
[3222]109MetricsPCMDI=FALSE
[1645]110#========================================================================
Note: See TracBrowser for help on using the repository browser.