source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZ/clim_360d/config.card @ 5846

Last change on this file since 5846 was 5846, checked in by acosce, 3 years ago

suppression of RebuidFrequency? option in config.card

File size: 4.1 KB
RevLine 
[326]1# $Id$
[197]2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
[2644]9JobName=LMDZ01
[1095]10#----- Short Name of Experiment
[1652]11ExperimentName=clim
[1095]12#----- DEVT TEST PROD
[1643]13SpaceName=TEST
[2644]14LongName="LMDZ configuration"
15TagName=LMDZ
[1743]16#D- Choice of experiment in EXPERIEMENTS directory
[2937]17ExpType=LMDZ/clim_360d
[197]18#============================
[326]19#-- leap, noleap, 360d
[1652]20CalendarType=360d
[589]21#-- Begin and end of job
[326]22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
[2602]24DateEnd=1980-12-30
[197]25#============================
[2604]26#-- 1Y, 1M, 5D, 1D Period Length for one execution
[2582]27PeriodLength=1Y
[4353]28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
[4936]31#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=144x142x79
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42
[197]43#========================================================================
[2397]44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
[2602]47ATM= (lmdz, LMDZ)
[2397]48IOS= (xios, XIOS)
[4936]49#========================================================================
[2397]50
51#D-- Executable -
52[Executable]
[4936]53#D- For each component: First argument is the executable name as in bin folder.
54#D  ResolAtm and OptMode are set in UserChoices section.
55#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79
[3039]56#D- Change to 31MPI*4OMP for resolution 96x95x39
[4936]57ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
[2397]59
60#========================================================================
[197]61#D-- Restarts -
62[Restarts]
[1095]63#D- by default: config.card describes no restart for all components
64#D-             ie start from Levitus or limit files
65#D- If you want to restart all components from the same simulation,
66#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]67OverRule=n
[1095]68#D- Last day of the experience used as restart for all components
[3138]69RestartDate=2319-12-31
[1095]70#D- Define restart simulation name for all components
[3138]71RestartJobName=CM607-LR-pdCtrl-01
[326]72#D- Path Server Group Login
[3138]73RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]74
75#========================================================================
76#D-- ATM -
77[ATM]
[1095]78# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]79Restart= n
[1095]80# Last day of the experience used as restart for this component if Restart=y
[3138]81RestartDate=2319-12-31
82#D- Define restart simulation name for this component
83RestartJobName=CM607-LR-pdCtrl-01
[3074]84#D- Path Server Group Login
85RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]86
87#========================================================================
[2385]88#D-- IOS -
89[IOS]
90# If config_Restarts_OverRule == 'n' next 4 params are read
91Restart= n
92##-- Last day of the experience used as restart for this component if Restart=y
93RestartDate=
94# Define restart simulation name for this component
95RestartJobName=
96RestartPath=
97
98#========================================================================
[1095]99#D-- Post -
100[Post]
[2604]101#D- PackFrequency determines the frequency of pack submission
[2503]102PackFrequency=1Y
[2604]103#D- TimeSeriesFreqency determines the frequency of post-processing submission
104#D- Set NONE to deactivate the creation of all time series
[1095]105TimeSeriesFrequency=10Y
[2604]106#D- SeasonalFrequency determines the length for each seasonal average
107#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]108SeasonalFrequency=10Y
109#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
110#D- Usefull if you do not want to consider the first X simulation's years
111SeasonalFrequencyOffset=0
[3222]112#D- If you want to produce compute PCMDI metrics from seasonal average
113#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
114MetricsPCMDI=FALSE
[1095]115
116#========================================================================
Note: See TracBrowser for help on using the repository browser.