source: CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR/amip/config.card @ 4615

Last change on this file since 4615 was 4615, checked in by acosce, 5 years ago

modify config.card and lmdz.driver to work without .resol file and to use executable with resolution and option compilation in its name.

File size: 5.3 KB
RevLine 
[326]1# $Id$
[197]2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
[326]9JobName=LMDZOR01
[1095]10#----- Short Name of Experiment
[2469]11ExperimentName=amip
[1095]12#----- DEVT TEST PROD
[1643]13SpaceName=TEST
14LongName="LMDZOR configuration"
[473]15TagName=LMDZOR
[1743]16#D- Choice of experiment in EXPERIEMENTS directory
[2469]17ExpType=LMDZOR/amip
[197]18#============================
[326]19#-- leap, noleap, 360d
[3448]20CalendarType=leap
[589]21#-- Begin and end of job
[326]22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
[2602]24DateEnd=1980-12-31
[197]25#============================
[2604]26#-- 1Y, 1M, 5D, 1D Period Length for one execution
[2582]27PeriodLength=1Y
[4296]28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
[4413]31#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=`pwd`/../ARCH/arch.env
[4615]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
[4413]42
[197]43#========================================================================
[2397]44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
[2469]47ATM= (lmdz, LMDZ)
48SRF= (orchidee, ORCHIDEE)
49SBG= (stomate, ORCHIDEE)
[2397]50IOS= (xios, XIOS)
51
52#========================================================================
53#D-- Executable -
54[Executable]
[2604]55#D- For each component: Real name of executable, Name of executable in the run directory
[3039]56#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
57#D- Change to 31MPI*4OMP for resolution 96x95x39
[4615]58ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
[2397]59SRF= ("", "")
60SBG= ("", "")
[4615]61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
[2397]62
63#========================================================================
[197]64#D-- Restarts -
65[Restarts]
[1095]66#D- by default: config.card describes no restart for all components
67#D-             ie start from Levitus or limit files
68#D- If you want to restart all components from the same simulation,
69#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]70OverRule=n
[1095]71#D- Last day of the experience used as restart for all components
[3136]72RestartDate=2319-12-31
[1095]73#D- Define restart simulation name for all components
[3136]74RestartJobName=CM607-LR-pdCtrl-01
[326]75#D- Path Server Group Login
[3136]76RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]77
78#========================================================================
79#D-- ATM -
80[ATM]
[2582]81WriteFrequency="1M"
[1095]82# If config_Restarts_OverRule == 'n' next 4 params are read
[3136]83Restart= n
[1095]84# Last day of the experience used as restart for this component if Restart=y
[3136]85RestartDate=2319-12-31
[3137]86#D- Define restart simulation name for this component
[3136]87RestartJobName=CM607-LR-pdCtrl-01
[3070]88#D- Path Server Group Login
[3073]89RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]90
91#========================================================================
[1095]92#D-- SRF -
[197]93[SRF]
[3565]94# WriteFrequency is not used any more for ORCHIDEE
95# Output files are now managed in orchidee.card
96WriteFrequency=""
[1095]97# If config_Restarts_OverRule == 'n' next 4 params are read
[3136]98Restart= n
99# Last day of the experience used as restart for this component if Restart=y
100RestartDate=2319-12-31
[3137]101#D- Define restart simulation name for this component
[3136]102RestartJobName=CM607-LR-pdCtrl-01
103#D- Path Server Group Login
104RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]105
106#========================================================================
[882]107#D-- SBG - STOMATE
108[SBG]
[3565]109# WriteFrequency is not used any more for ORCHIDEE
110# Output files are now managed in stomate.card
111WriteFrequency=""
[1095]112# If config_Restarts_OverRule == 'n' next 4 params are read
[3136]113Restart= n
114# Last day of the experience used as restart for this component if Restart=y
115RestartDate=2319-12-31
[3137]116#D- Define restart simulation name for this component
[3136]117RestartJobName=CM607-LR-pdCtrl-01
118#D- Path Server Group Login
119RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[882]120
121#========================================================================
[2385]122#D-- IOS -
123[IOS]
124WriteFrequency=""
125# If config_Restarts_OverRule == 'n' next 4 params are read
126Restart= n
127##-- Last day of the experience used as restart for this component if Restart=y
128RestartDate=
129# Define restart simulation name for this component
130RestartJobName=
131RestartPath=
132
133#========================================================================
[1095]134#D-- Post -
135[Post]
[2604]136#D- RebuildFrequency determines the frequency of rebuild submission
[2658]137RebuildFrequency=NONE
[2604]138#D- PackFrequency determines the frequency of pack submission
[3070]139PackFrequency=10Y
[2604]140#D- TimeSeriesFreqency determines the frequency of post-processing submission
141#D- Set NONE to deactivate the creation of all time series
[1095]142TimeSeriesFrequency=10Y
[2604]143#D- SeasonalFrequency determines the length for each seasonal average
144#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]145SeasonalFrequency=10Y
146#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
147#D- Usefull if you do not want to consider the first X simulation's years
148SeasonalFrequencyOffset=0
[3222]149#D- If you want to produce compute PCMDI metrics from seasonal average
150#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
151MetricsPCMDI=FALSE
[1095]152
153#========================================================================
Note: See TracBrowser for help on using the repository browser.