source: CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/USER_SPEC/LMDZREPR/ref1/config.card @ 1670

Last change on this file since 1670 was 1670, checked in by jgipsl, 12 years ago
  • Added all .cards needed to run LMDZREPR
  • Added driver for reprobus. Added parameter file reprobus.def and new tracer file, tracer.def.repr
  • In config.def : ok_ade, ok_aie and read_climoz are now set to _AUTO_ which means that the lmdz.driver will add correct value. These values are n,n,0 if running with Reprobus, otherwise y,y,2 as before.
  • Modified AA_make to compile Reprobus (done by makelmdz_fcm).
File size: 4.1 KB
Line 
1# $Id$
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=repr1
13#----- Short Name of Experiment
14ExperimentName=REF1
15#----- DEVT TEST PROD
16SpaceName=TEST
17LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4"
18TagName=LMDZOR
19UserSpec=LMDZREPR/ref1
20#============================
21#-- leap, noleap, 360d
22CalendarType=360d
23#-- Begin and end of job
24#-- "YYYY-MM-DD"
25DateBegin=1980-01-01
26DateEnd=1980-04-30
27#============================
28#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
29PeriodLength=1M
30#============================
31#-- PBS Class (required on brodie mono/multi)
32#JobClass=mono
33JobClass=multi
34#============================
35#-- Total Number of Processors
36JobNumProcTot=32
37#============================
38#-- Run Options
39#JobRunOptions='"-np "${NUM_PROC_ATM}'
40#-- for vargas
41JobRunOptions=''
42#============================
43# config.card configuration options :
44#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
45#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
46#R_BC=/u/rech/psl/rpsl035/IGCM/BC
47#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
48#============================
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart for all components
59RestartDate=2000-01-31
60#D- Define restart simulation name for all components
61RestartJobName=EXP00
62#D- Path Server Group Login
63RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
64
65#========================================================================
66#D-- ATM -
67[ATM]
68#
69WriteFrequency="1M 1D HF"
70# If config_Restarts_OverRule == 'n' next 4 params are read
71Restart=n
72# Last day of the experience used as restart for this component if Restart=y
73RestartDate=2000-01-31
74# Define restart simulation name for this component
75RestartJobName=LMDZOR01
76RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
77# Old component name for restart (if empty, use new name)
78OldName=
79
80#========================================================================
81#D-- CHM --
82[CHM]
83WriteFrequency="1M HF"
84# If config_Restarts_OverRule == 'n' next 4 params are read
85Restart=n
86##-- Last day of the experience used as restart for this component if Restart=y
87RestartDate=
88# Define restart simulation name for this component
89RestartJobName=
90RestartPath=
91#-- Old component name for restart (if empty, use new name)
92OldName=
93
94#========================================================================
95#D-- ListOfComponents -
96[ListOfComponents]
97#D- For each component, Name of component, Tag of component
98ATM= (lmdz, LMDZ5)
99CHM= (reprobus, REPROBUS)
100
101#========================================================================
102#D-- Executable -
103[Executable]
104Name=lmdz.x
105#D- For each component, Real name of executable, Name of executable for oasis
106ATM= (gcm.e, lmdz.x)
107CHM= ("", "")
108
109#========================================================================
110#D-- Post -
111[Post]
112#D- Do we rebuild parallel output, this flag determines
113#D- frequency of rebuild submission (use NONE for DRYRUN=3)
114RebuildFrequency=1Y
115#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
116RebuildFromArchive=NONE
117#D- If you want to produce time series, this flag determines
118#D- frequency of post-processing submission (NONE if you don't want)
119TimeSeriesFrequency=NONE
120#D- If you want to produce seasonal average, this flag determines
121#D- the period of this average (NONE if you don't want)
122SeasonalFrequency=NONE
123#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
124#D- Usefull if you do not want to consider the first X simulation's years
125SeasonalFrequencyOffset=0
126
127#========================================================================
Note: See TracBrowser for help on using the repository browser.