source: CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/EXPERIMENTS/LMDZ/clim/config.card @ 1750

Last change on this file since 1750 was 1743, checked in by jgipsl, 12 years ago

Change variables UserSpec? into ExpType? in config.card due to previous change in directory name.

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