source: CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/LMDZORINCA/GES/config.card

Last change on this file was 6795, checked in by acosce, 8 weeks ago

update Experiments with chemistry in IPSLCM6.3 subconfigurations IPSLESM and LMDZORINCA

  • EXPERIMENTS/IPSLESM/GES/piControl_GES_CoupOceAtm_TEST :
    • coupling n2o between pisces and inca
    • activate n chemistry in orchidee stomate (stomate_impose_cn=n)
    • coupling n2o between orchidee and inca
  • EXPERIMENTS/IPSLESM/GES/piControl_GES_TEST/
    • activate n chemistry in orchidee stomate (stomate_impose_cn=n)
  • EXPERIMENTS/IPSLESM/NMHC_AER_S/piControl_NAS_CoupOceAtm_TEST/
    • coupling n2o and dms between pisces and inca
    • activate n chemistrty in orchidee stomate (stomate_impose_cn=n)
    • activate cov chemistry in orchidee sechiba (chemistry_bvoc=y)
    • coupling n2o, dms, h2s between orchidee and inca
  • EXPERIMENTS/IPSLESM/NMHC_AER_S/piControl_NAS_TEST/
    • activate n chemistrty in orchidee stomate (stomate_impose_cn=n)
    • activate cov chemistry in orchidee sechiba (chemistry_bvoc=y)
    • coupling dms, h2s between orchidee and inca
  • EXPERIMENTS/LMDZORINCA/GES/
    • activate n chemistry in orchidee stomate (stomate_impose_cn=n)
  • EXPERIMENTS/LMDZORINCA/NMHC_AER_S/
    • activate n chemistrty in orchidee stomate (stomate_impose_cn=n)
    • activate cov chemistry in orchidee sechiba (chemistry_bvoc=y)
    • coupling dms, h2s between orchidee and inca

remove GENERAL/PARAM/orchidee.def_Choi not use any more
add parameter for N stomate chemistry in GENERAL/PARAM/orchidee.def_CWRR
create two inca.def for coupling between orchidee and inca (for dms and h2s only (cov), and for dms, h2s and n2o (cov_n2o)

Add initial states files for atm, srf, and sbg for all experiments

File size: 5.3 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=GES63.dev.1
16SpaceName=DEVT
17ExperimentName=GES
18LongName='GES en 144x142x79 et nouvelle physique'
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/GES
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#-- Compression level for netcdf output files
34CompressionLevel=2
35#============================
36#-- Source following file with module settings, only if it exists
37EnvFile=`pwd`/../ARCH/arch.env
38#============================
39#-- ResolAtm indicates the atmospheric resolution
40#   This variable is used in the executable name
41ResolAtm=144x142x79
42#============================
43# OptMode indicates the optimization mode choosen during compilation
44# This variable is used in the executable name
45OptMode=prod
46#============================
47ConfChem=GES
48#========================================================================
49#D-- ListOfComponents -
50[ListOfComponents]
51#D- For each component, Name of component, Tag of component
52ATM= (lmdz, LMDZ6)
53SRF= (orchidee, orchidee_1_9_5)
54SBG= (stomate, ORCHIDEE_1_9_5)
55CHM= (inca, INCA6)
56IOS= (xios, XIOS)
57
58#========================================================================
59#D-- Executable -
60[Executable]
61Name=gcm.e
62#D- For each component, Real name of executable, Name of executable for oasis
63ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, gcm.e, 71MPI, 8OMP)
64SRF= ("", "")
65SBG= ("", "")
66CHM= ("", "")
67IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
68
69#========================================================================
70#D-- Restarts -
71[Restarts]
72#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
73OverRule=n
74#D- Last day of the experience used as restart
75RestartDate=2005-12-31
76#D- Define restart simulation name (=> JOB_OS)
77RestartJobName=LOI_AR5WERF_E0_2006
78#D- Path Server Group Login (=> PSGL)
79RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
80# Attention login depend de la machine
81
82#========================================================================
83#D-- Post -
84[Post]
85#D- Do we pack restart and debug txt files, this flag determines
86#D- frequency of pack submission (use NONE for DRYRUN=3)
87PackFrequency=1Y
88#D- If you want to produce time series, this flag determines
89#D- frequency of post-processing submission
90TimeSeriesFrequency=1Y
91#D- If you want to produce seasonal average, this flag determines
92#D- the period of this average
93SeasonalFrequency=NONE
94#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
95#D- Usefull if you do not want to consider the first X simulation s years
96SeasonalFrequencyOffset=0
97
98
99#========================================================================
100#D-- ATM -
101[ATM]
102# If config_Restarts_OverRule == 'n' next 4 params are read
103Restart= y
104# Last day of the experience used as restart for this component if Restart=y
105RestartDate=1990-12-31
106#D- Define restart simulation name for this component
107RestartJobName=Rescaled-79-washout
108#D- Path Server Group Login
109RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/NMHC_AER_S
110
111#========================================================================
112#D-- SRF -
113[SRF]
114# If config_Restarts_OverRule == 'n' next 4 params are read
115Restart= y
116# Last day of the experience used as restart for this component if Restart=y
117RestartDate=2006-12-31
118#D- Define restart simulation name for this component
119RestartJobName=LOIv6.coupl.orchinca.last-notfromScratch-TRANS
120#D- Path Server Group Login
121RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/NMHC_AER_S/
122
123#========================================================================
124#D-- SBG - STOMATE
125[SBG]
126# If config_Restarts_OverRule == 'n' next 4 params are read
127Restart= y
128# Last day of the experience used as restart for this component if Restart=y
129RestartDate=2006-12-31
130#D- Define restart simulation name for this component
131RestartJobName=LOIv6.coupl.orchinca.last-notfromScratch-TRANS
132#D- Path Server Group Login
133RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/NMHC_AER_S/
134
135#========================================================================
136#D-- CHM -
137[CHM]
138# If config_Restarts_OverRule == 'n' next 4 params are read
139Restart=n
140#D-- Last day of the experience used as restart
141RestartDate=2000-01-01
142#D-- Define restart simulation name
143RestartJobName=JobName
144RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
145
146#========================================================================
147#D-- IOS -
148[IOS]
149# If config_Restarts_OverRule == 'n' next 4 params are read
150Restart= n
151##-- Last day of the experience used as restart for this component if Restart=y
152RestartDate=
153# Define restart simulation name for this component
154RestartJobName=
155RestartPath=
156
157#========================================================================
Note: See TracBrowser for help on using the repository browser.