source: CONFIG/UNIFORM/u1/LMDZOR_u1/USER_SPEC/LMDZ/clim/config.card @ 1689

Last change on this file since 1689 was 1689, checked in by jgipsl, 12 years ago
  • Added LMDZ/clim experiment in all configs.
  • Corrected mistake in lmdz.driver in previous commit : IGCM_card_DefineVariableFromOption needed for varibale CREATE because it contains the variable $RESOL_ATM_3D
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
19UserSpec=LMDZ/clim
20#============================
21#-- leap, noleap, 360d
22CalendarType=360d
23#-- Begin and end of job
24#-- "YYYY-MM-DD
25DateBegin=1980-01-01
26DateEnd=1980-01-31
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
39JobRunOptions='"-np "${NUM_PROC_ATM}'
40#-- for vargas
41#JobRunOptions=''
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)
78
79#========================================================================
80#D-- ListOfComponents -
81[ListOfComponents]
82#D- For each component, Name of component, Tag of component
83ATM= (lmdz, LMDZ4_AR5)
84
85#========================================================================
86#D-- Executable -
87[Executable]
88Name=lmdz.x
89#D- For each component, Real name of executable, Name of executable for oasis
90ATM= (gcm.e, lmdz.x)
91
92#========================================================================
93#D-- Post -
94[Post]
95#D- Do we rebuild parallel output, this flag determines
96#D- frequency of rebuild submission (use NONE for DRYRUN=3)
97RebuildFrequency=1Y
98#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
99RebuildFromArchive=NONE
100#D- If you want to produce time series, this flag determines
101#D- frequency of post-processing submission (NONE if you don't want)
102TimeSeriesFrequency=10Y
103#D- If you want to produce seasonal average, this flag determines
104#D- the period of this average (NONE if you don't want)
105SeasonalFrequency=10Y
106#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
107#D- Usefull if you do not want to consider the first X simulation's years
108SeasonalFrequencyOffset=0
109
110#========================================================================
Note: See TracBrowser for help on using the repository browser.