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

Last change on this file since 6515 was 6515, checked in by aclsce, 12 months ago

Updated LMDZOR_v6 to run on new RH8 TGCC environment.

File size: 3.8 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
[4352]28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
[6515]31#-- Source following file with module settings, only if it exists
32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
33
[197]34#========================================================================
[2397]35#D-- ListOfComponents -
36[ListOfComponents]
37#D- For each component, Name of component, Tag of component
[2602]38ATM= (lmdz, LMDZ)
[2397]39IOS= (xios, XIOS)
40
41#========================================================================
42#D-- Executable -
43[Executable]
[2604]44#D- For each component: Real name of executable, Name of executable in the run directory
[3039]45#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
46#D- Change to 31MPI*4OMP for resolution 96x95x39
[3138]47ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
[2397]48IOS= (xios_server.exe, xios.x, 1MPI)
49
50#========================================================================
[197]51#D-- Restarts -
52[Restarts]
[1095]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
[197]57OverRule=n
[1095]58#D- Last day of the experience used as restart for all components
[3138]59RestartDate=2319-12-31
[1095]60#D- Define restart simulation name for all components
[3138]61RestartJobName=CM607-LR-pdCtrl-01
[326]62#D- Path Server Group Login
[3138]63RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]64
65#========================================================================
66#D-- ATM -
67[ATM]
[2582]68WriteFrequency="1M"
[1095]69# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]70Restart= n
[1095]71# Last day of the experience used as restart for this component if Restart=y
[3138]72RestartDate=2319-12-31
73#D- Define restart simulation name for this component
74RestartJobName=CM607-LR-pdCtrl-01
[3074]75#D- Path Server Group Login
76RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]77
78#========================================================================
[2385]79#D-- IOS -
80[IOS]
81WriteFrequency=""
82# If config_Restarts_OverRule == 'n' next 4 params are read
83Restart= n
84##-- Last day of the experience used as restart for this component if Restart=y
85RestartDate=
86# Define restart simulation name for this component
87RestartJobName=
88RestartPath=
89
90#========================================================================
[1095]91#D-- Post -
92[Post]
[2604]93#D- RebuildFrequency determines the frequency of rebuild submission
[2658]94RebuildFrequency=NONE
[2604]95#D- PackFrequency determines the frequency of pack submission
[2503]96PackFrequency=1Y
[2604]97#D- TimeSeriesFreqency determines the frequency of post-processing submission
98#D- Set NONE to deactivate the creation of all time series
[1095]99TimeSeriesFrequency=10Y
[2604]100#D- SeasonalFrequency determines the length for each seasonal average
101#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]102SeasonalFrequency=10Y
103#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
104#D- Usefull if you do not want to consider the first X simulation's years
105SeasonalFrequencyOffset=0
[3222]106#D- If you want to produce compute PCMDI metrics from seasonal average
107#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
108MetricsPCMDI=FALSE
[1095]109
110#========================================================================
Note: See TracBrowser for help on using the repository browser.