source: CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/EXPERIMENTS/LMDZREPR/ref1/config.card @ 1821

Last change on this file since 1821 was 1821, checked in by acosce, 12 years ago

Add two news TagName? :

  • IPSLCM5CHS (Coupled configuration with Chemistry Stratospheric)
  • LMDZREPR (lmdz-reprobus)
File size: 3.9 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=LMDZREPR
19#D- Choice of experiment in EXPERIEMENTS directory
20ExpType=LMDZREPR/ref1
21#============================
22#-- leap, noleap, 360d
23CalendarType=360d
24#-- Begin and end of job
25#-- "YYYY-MM-DD"
26DateBegin=1980-01-01
27DateEnd=1980-04-30
28#============================
29#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
30PeriodLength=1M
31#============================
32#-- Total Number of Processors
33JobNumProcTot=32
34#============================
35# config.card configuration options :
36#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
37#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
38#R_BC=/u/rech/psl/rpsl035/IGCM/BC
39#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
40#============================
41
42#========================================================================
43#D-- Restarts -
44[Restarts]
45#D- by default: config.card describes no restart for all components
46#D-             ie start from Levitus or limit files
47#D- If you want to restart all components from the same simulation,
48#D-      put OveRule flag to 'y' and set the next 3 parameters
49OverRule=n
50#D- Last day of the experience used as restart for all components
51RestartDate=2000-01-31
52#D- Define restart simulation name for all components
53RestartJobName=EXP00
54#D- Path Server Group Login
55RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
56
57#========================================================================
58#D-- ATM -
59[ATM]
60#
61WriteFrequency="1M 1D HF"
62# If config_Restarts_OverRule == 'n' next 4 params are read
63Restart=n
64# Last day of the experience used as restart for this component if Restart=y
65RestartDate=2000-01-31
66# Define restart simulation name for this component
67RestartJobName=LMDZOR01
68RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
69# Old component name for restart (if empty, use new name)
70OldName=
71
72#========================================================================
73#D-- CHM --
74[CHM]
75WriteFrequency="1M HF"
76# If config_Restarts_OverRule == 'n' next 4 params are read
77Restart=n
78##-- Last day of the experience used as restart for this component if Restart=y
79RestartDate=
80# Define restart simulation name for this component
81RestartJobName=
82RestartPath=
83#-- Old component name for restart (if empty, use new name)
84OldName=
85
86#========================================================================
87#D-- ListOfComponents -
88[ListOfComponents]
89#D- For each component, Name of component, Tag of component
90ATM= (lmdz, LMDZ5)
91CHM= (reprobus, REPROBUS)
92
93#========================================================================
94#D-- Executable -
95[Executable]
96#D- For each component, Real name of executable, Name of executable for oasis
97ATM= (gcm.e, lmdz.x)
98CHM= ("", "")
99
100#========================================================================
101#D-- Post -
102[Post]
103#D- Do we rebuild parallel output, this flag determines
104#D- frequency of rebuild submission (use NONE for DRYRUN=3)
105RebuildFrequency=1Y
106#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
107RebuildFromArchive=NONE
108#D- If you want to produce time series, this flag determines
109#D- frequency of post-processing submission (NONE if you don't want)
110TimeSeriesFrequency=NONE
111#D- If you want to produce seasonal average, this flag determines
112#D- the period of this average (NONE if you don't want)
113SeasonalFrequency=NONE
114#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
115#D- Usefull if you do not want to consider the first X simulation's years
116SeasonalFrequencyOffset=0
117
118#========================================================================
Note: See TracBrowser for help on using the repository browser.