source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/DYNAMICO_LMDZ/clim_noleap/config.card @ 4190

Last change on this file since 4190 was 4180, checked in by jgipsl, 6 years ago

Created new configuration folder ICOLMDZOR_v7. This new configuration will be updated to use DYNAMICO-LMDZ-ORCHIDEE. ICO stands for the 3 last letters in DYNAMICO.

As a start, here copied configuration DYNAMICO_LMDZ:
http://forge.ipsl.jussieu.fr/heat/svn/codes/dynamico_lmdz/config/DYNAMICO_LMDZ
Revision 323

DYNAMICO_LMDZ is a configuration used for running LMDZ with DYNAMICO using betaclim bucket instead of ORCHIDEE. It has been used for simulations together with following model revisions, here on the syntax as in mod.def:
#-H- DYNAMICO_LMDZ.v0 Frozen version of DYNAMICO-LMDZ used for simulation for the Grand Challenge at irene/TGCC
#-M- DYNAMICO_LMDZ.v0 Josefine.Ghattas@…
#-C- DYNAMICO_LMDZ.v0 trunk 606 18 ICOSAGCM modeles
#-C- DYNAMICO_LMDZ.v0 trunk/arch 767 18 arch modeles/ICOSAGCM
#-C- DYNAMICO_LMDZ.v0 LMDZ6/branches/DYNAMICO-conv-GC 3407 11 LMDZ5 modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/IOIPSL 311 19 IOIPSL modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ARCH 319 19 ARCH modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ICOSA_LMDZ 316 19 ICOSA_LMDZ modeles
#-C- DYNAMICO_LMDZ.v0 config/DYNAMICO_LMDZ 323 19 DYNAMICO_LMDZ config
#-C- DYNAMICO_LMDZ.v0 XIOS/branchs/xios-2.5 1550 12 XIOS modeles
#-C- DYNAMICO_LMDZ.v0 trunk/libIGCM 1471 10 libIGCM .

File size: 2.6 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=test
12LongName=""
13TagName=DYNAMICO_LMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=DYNAMICO_LMDZ/clim_noleap
16ExperimentName=test
17SpaceName=TEST
18
19#============================
20#D-- leap, noleap, 360d
21CalendarType=noleap
22#D-- Begin and end of job
23#D-- "YYYY-MM-DD"
24#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
25#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
26DateBegin=2000-01-01
27DateEnd=2000-01-06
28#============================
29#D-- 1Y, 1M, 5D, 1D
30PeriodLength=2D
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (dynamicolmdz, DLMDZ)
37IOS= (xios, XIOS)
38
39#========================================================================
40#D-- Executable -
41[Executable]
42#D- For each component: Real name of executable, Name of executable in the run directory
43ATM= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI)
44# max nsplit_i*nsplit_j*10
45IOS= (xios_server.exe, xios.x, 1MPI)
46
47#========================================================================
48#D-- Restarts -
49[Restarts]
50#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
51OverRule=n
52#D- Last day of the experience used as restart
53RestartDate=
54#D- Define restart simulation name
55RestartJobName=
56#D- Path Server Group Login
57RestartPath=
58# Attention login depend de la machine
59
60
61#========================================================================
62#D-- NO Post -
63[Post]
64RebuildFrequency=NONE
65PackFrequency=NONE
66TimeSeriesFrequency=NONE
67SeasonalFrequency=NONE
68MetricsPCMDI=FALSE
69
70#========================================================================
71#D-- ATM -
72[ATM]
73#
74WriteFrequency="1Y"
75# If config_Restarts_OverRule == 'n' all params are read
76Restart= n
77# Last day of the experience used as restart
78RestartDate=
79# Define restart simulation name
80RestartJobName=
81RestartPath=
82#========================================================================
83#D-- IOS -
84[IOS]
85WriteFrequency=""
86# If config_Restarts_OverRule == 'n' next 4 params are read
87Restart= n
88#-- Last day of the experience used as restart for this component if Restart=y
89RestartDate=
90# Define restart simulation name for this component
91RestartJobName=
92RestartPath=
93# Old component name for restart (if empty, use new name)
94
95
Note: See TracBrowser for help on using the repository browser.