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

Last change on this file since 4048 was 3222, checked in by jgipsl, 7 years ago
  • Deactivate Metrics calculation in all experiments.
  • Set PackFrequency?=NONE in LMDZ/CREATE_ experiments: this is only to explicit for easier understanding but it is the default value so no changes is done in the set up.
File size: 3.6 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
[197]28
29#========================================================================
[2397]30#D-- ListOfComponents -
31[ListOfComponents]
32#D- For each component, Name of component, Tag of component
[2602]33ATM= (lmdz, LMDZ)
[2397]34IOS= (xios, XIOS)
35
36#========================================================================
37#D-- Executable -
38[Executable]
[2604]39#D- For each component: Real name of executable, Name of executable in the run directory
[3039]40#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
41#D- Change to 31MPI*4OMP for resolution 96x95x39
[3138]42ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
[2397]43IOS= (xios_server.exe, xios.x, 1MPI)
44
45#========================================================================
[197]46#D-- Restarts -
47[Restarts]
[1095]48#D- by default: config.card describes no restart for all components
49#D-             ie start from Levitus or limit files
50#D- If you want to restart all components from the same simulation,
51#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]52OverRule=n
[1095]53#D- Last day of the experience used as restart for all components
[3138]54RestartDate=2319-12-31
[1095]55#D- Define restart simulation name for all components
[3138]56RestartJobName=CM607-LR-pdCtrl-01
[326]57#D- Path Server Group Login
[3138]58RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]59
60#========================================================================
61#D-- ATM -
62[ATM]
[2582]63WriteFrequency="1M"
[1095]64# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]65Restart= n
[1095]66# Last day of the experience used as restart for this component if Restart=y
[3138]67RestartDate=2319-12-31
68#D- Define restart simulation name for this component
69RestartJobName=CM607-LR-pdCtrl-01
[3074]70#D- Path Server Group Login
71RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]72
73#========================================================================
[2385]74#D-- IOS -
75[IOS]
76WriteFrequency=""
77# If config_Restarts_OverRule == 'n' next 4 params are read
78Restart= n
79##-- Last day of the experience used as restart for this component if Restart=y
80RestartDate=
81# Define restart simulation name for this component
82RestartJobName=
83RestartPath=
84
85#========================================================================
[1095]86#D-- Post -
87[Post]
[2604]88#D- RebuildFrequency determines the frequency of rebuild submission
[2658]89RebuildFrequency=NONE
[2604]90#D- PackFrequency determines the frequency of pack submission
[2503]91PackFrequency=1Y
[2604]92#D- TimeSeriesFreqency determines the frequency of post-processing submission
93#D- Set NONE to deactivate the creation of all time series
[1095]94TimeSeriesFrequency=10Y
[2604]95#D- SeasonalFrequency determines the length for each seasonal average
96#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]97SeasonalFrequency=10Y
98#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
99#D- Usefull if you do not want to consider the first X simulation's years
100SeasonalFrequencyOffset=0
[3222]101#D- If you want to produce compute PCMDI metrics from seasonal average
102#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
103MetricsPCMDI=FALSE
[1095]104
105#========================================================================
Note: See TracBrowser for help on using the repository browser.