source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card @ 6032

Last change on this file since 6032 was 6032, checked in by acosce, 2 years ago

create new configuration for IPSLCM5A2CHT model :

1- this configuration will allow to done paleo experiment (need to be done)
2- compilation will be done with script like v6.2 configurations

File size: 5.0 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
5#D--
6#========================================================================
7#D-- Compatibility -
8[Compatibility]
9libIGCM=1.0
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#D-- (<8 chars MAX for JobName)
15JobName=L5OI5run
16SpaceName=PROD
17ExperimentName=NMHC_AER
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC_AER
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Début et fin de Job
26#D-- "YYYY-MM-DD"
27DateBegin=2006-01-01
28DateEnd=2006-12-31
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=1M
32#============================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ5)
37SRF= (orchidee, orchidee_1_9_5)
38SBG= (stomate, ORCHIDEE_1_9_5)
39CHM= (inca, INCA5)
40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=gcm.e
46#D- For each component, Real name of executable, Name of executable for oasis
47ATM= (gcm.e, gcm.e, 48MPI, 12OMP)
48SRF= ("", "")
49SBG= ("", "")
50CHM= ("", "")
51IOS= (xios_server.exe, xios.x, 1MPI)
52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
56OverRule=y
57#D- Last day of the experience used as restart
58RestartDate=2005-12-31
59#D- Define restart simulation name (=> JOB_OS)
60RestartJobName=LOI_AR5WERF_E0_2006
61#D- Path Server Group Login (=> PSGL)
62RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
63# Attention login depend de la machine
64
65#========================================================================
66#D-- Post -
67[Post]
68#D- Do we rebuild parallel output, this flag determines
69#D- frequency of rebuild submission
70RebuildFrequency=NONE
71#D- Do we pack restart and debug txt files, this flag determines
72#D- frequency of pack submission (use NONE for DRYRUN=3)
73PackFrequency=1Y
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=1Y
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=NONE
80#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
81#D- Usefull if you do not want to consider the first X simulation s years
82SeasonalFrequencyOffset=0
83
84#========================================================================
85#D-- ATM -
86[ATM]
87WriteFrequency="1M 1D"
88# If config_Restarts_OverRule == 'n' next 4 params are read
89Restart=n
90#D- Last day of the experience used as restart for all components
91RestartDate=2001-12-31
92#D- Define restart simulation name for all components
93RestartJobName=ESM.S.pdCtrl.O3
94#D- Path Server Group Login
95RestartPath=/ccc/store/cont003/dsmipsl/p24cozic/IGCM_OUT/IPSLCM5A2CHT/PROD/pdControl
96
97#========================================================================
98#D-- SRF -
99[SRF]
100# WriteFrequency is not used any more for ORCHIDEE
101# Output files are now managed in orchidee.card
102WriteFrequency=""
103Restart=n
104##-- Last day of the experience used as restart
105RestartDate=1999-12-30
106# Define restart simulation name
107RestartJobName=JobName
108RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
109
110#========================================================================
111#D-- SBG - STOMATE
112[SBG]
113# WriteFrequency is not used any more for ORCHIDEE
114# Output files are now managed in stomate.card
115WriteFrequency=""
116# If config_Restarts_OverRule == 'n' next 4 params are read
117Restart=n
118#-- Last day of the experience used as restart for this component if Restart=y
119RestartDate=2000-01-31
120# Define restart simulation name for this component
121RestartJobName=EXP00
122RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
123
124#========================================================================
125#D-- CHM -
126[CHM]
127#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
128#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
129WriteFrequency="1D"
130Restart=n
131#D-- Last day of the experience used as restart
132RestartDate=2000-01-01
133#D-- Define restart simulation name
134RestartJobName=JobName
135RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
136
137#========================================================================
138#D-- IOS -
139[IOS]
140WriteFrequency=""
141# If config_Restarts_OverRule == 'n' next 4 params are read
142Restart= n
143##-- Last day of the experience used as restart for this component if Restart=y
144RestartDate=
145# Define restart simulation name for this component
146RestartJobName=
147RestartPath=
148
149#========================================================================
Note: See TracBrowser for help on using the repository browser.