source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/clim_360d/config.card @ 4451

Last change on this file since 4451 was 4451, checked in by jgipsl, 5 years ago

Use ${SUBMIT_DIR} insted of pwd not working at ciclad

File size: 3.8 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZ01
10#----- Short Name of Experiment
11ExperimentName=clim
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZ configuration"
15TagName=LMDZ
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZ/clim_360d
18#============================
19#-- leap, noleap, 360d
20CalendarType=360d
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
24DateEnd=1980-12-30
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length for one execution
27PeriodLength=1Y
28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ)
40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45#D- For each component: Real name of executable, Name of executable in the run directory
46#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
47#D- Change to 31MPI*4OMP for resolution 96x95x39
48ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
49IOS= (xios_server.exe, xios.x, 1MPI)
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=2319-12-31
61#D- Define restart simulation name for all components
62RestartJobName=CM607-LR-pdCtrl-01
63#D- Path Server Group Login
64RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
65
66#========================================================================
67#D-- ATM -
68[ATM]
69WriteFrequency="1M"
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=2319-12-31
74#D- Define restart simulation name for this component
75RestartJobName=CM607-LR-pdCtrl-01
76#D- Path Server Group Login
77RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
78
79#========================================================================
80#D-- IOS -
81[IOS]
82WriteFrequency=""
83# If config_Restarts_OverRule == 'n' next 4 params are read
84Restart= n
85##-- Last day of the experience used as restart for this component if Restart=y
86RestartDate=
87# Define restart simulation name for this component
88RestartJobName=
89RestartPath=
90
91#========================================================================
92#D-- Post -
93[Post]
94#D- RebuildFrequency determines the frequency of rebuild submission
95RebuildFrequency=NONE
96#D- PackFrequency determines the frequency of pack submission
97PackFrequency=1Y
98#D- TimeSeriesFreqency determines the frequency of post-processing submission
99#D- Set NONE to deactivate the creation of all time series
100TimeSeriesFrequency=10Y
101#D- SeasonalFrequency determines the length for each seasonal average
102#D- Set NONE to deactivate the creation of all seasonal avereage
103SeasonalFrequency=10Y
104#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
105#D- Usefull if you do not want to consider the first X simulation's years
106SeasonalFrequencyOffset=0
107#D- If you want to produce compute PCMDI metrics from seasonal average
108#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
109MetricsPCMDI=FALSE
110
111#========================================================================
Note: See TracBrowser for help on using the repository browser.