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
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
[4410]31#============================
32#-- Source following file with module settings, only if it exists
[4451]33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
[4410]34
[197]35#========================================================================
[2397]36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
[2602]39ATM= (lmdz, LMDZ)
[2397]40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
[2604]45#D- For each component: Real name of executable, Name of executable in the run directory
[3039]46#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
47#D- Change to 31MPI*4OMP for resolution 96x95x39
[3138]48ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
[2397]49IOS= (xios_server.exe, xios.x, 1MPI)
50
51#========================================================================
[197]52#D-- Restarts -
53[Restarts]
[1095]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
[197]58OverRule=n
[1095]59#D- Last day of the experience used as restart for all components
[3138]60RestartDate=2319-12-31
[1095]61#D- Define restart simulation name for all components
[3138]62RestartJobName=CM607-LR-pdCtrl-01
[326]63#D- Path Server Group Login
[3138]64RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]65
66#========================================================================
67#D-- ATM -
68[ATM]
[2582]69WriteFrequency="1M"
[1095]70# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]71Restart= n
[1095]72# Last day of the experience used as restart for this component if Restart=y
[3138]73RestartDate=2319-12-31
74#D- Define restart simulation name for this component
75RestartJobName=CM607-LR-pdCtrl-01
[3074]76#D- Path Server Group Login
77RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]78
79#========================================================================
[2385]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#========================================================================
[1095]92#D-- Post -
93[Post]
[2604]94#D- RebuildFrequency determines the frequency of rebuild submission
[2658]95RebuildFrequency=NONE
[2604]96#D- PackFrequency determines the frequency of pack submission
[2503]97PackFrequency=1Y
[2604]98#D- TimeSeriesFreqency determines the frequency of post-processing submission
99#D- Set NONE to deactivate the creation of all time series
[1095]100TimeSeriesFrequency=10Y
[2604]101#D- SeasonalFrequency determines the length for each seasonal average
102#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]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
[3222]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
[1095]110
111#========================================================================
Note: See TracBrowser for help on using the repository browser.