source: CMIP5/aqua4K/v3cf.aqua4K/config.card

Last change on this file was 1478, checked in by musat, 13 years ago

v3cf.aqua4K IPSL CMIP5/CMIP2 simulation registration.

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