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

Last change on this file since 3032 was 2937, checked in by jgipsl, 8 years ago

Change name for experience clim into clim_360d.

File size: 3.3 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
[2397]40ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
41IOS= (xios_server.exe, xios.x, 1MPI)
42
43#========================================================================
[197]44#D-- Restarts -
45[Restarts]
[1095]46#D- by default: config.card describes no restart for all components
47#D-             ie start from Levitus or limit files
48#D- If you want to restart all components from the same simulation,
49#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]50OverRule=n
[1095]51#D- Last day of the experience used as restart for all components
52RestartDate=2000-01-31
53#D- Define restart simulation name for all components
54RestartJobName=EXP00
[326]55#D- Path Server Group Login
[2644]56RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
[197]57
58#========================================================================
59#D-- ATM -
60[ATM]
[2582]61WriteFrequency="1M"
[1095]62# If config_Restarts_OverRule == 'n' next 4 params are read
63Restart=n
64# Last day of the experience used as restart for this component if Restart=y
65RestartDate=2000-01-31
66# Define restart simulation name for this component
[2644]67RestartJobName=LMDZ01
68RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ/DEVT/amip
[197]69
70#========================================================================
[2385]71#D-- IOS -
72[IOS]
73WriteFrequency=""
74# If config_Restarts_OverRule == 'n' next 4 params are read
75Restart= n
76##-- Last day of the experience used as restart for this component if Restart=y
77RestartDate=
78# Define restart simulation name for this component
79RestartJobName=
80RestartPath=
81
82#========================================================================
[1095]83#D-- Post -
84[Post]
[2604]85#D- RebuildFrequency determines the frequency of rebuild submission
[2658]86RebuildFrequency=NONE
[2604]87#D- PackFrequency determines the frequency of pack submission
[2503]88PackFrequency=1Y
[2604]89#D- TimeSeriesFreqency determines the frequency of post-processing submission
90#D- Set NONE to deactivate the creation of all time series
[1095]91TimeSeriesFrequency=10Y
[2604]92#D- SeasonalFrequency determines the length for each seasonal average
93#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]94SeasonalFrequency=10Y
95#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
96#D- Usefull if you do not want to consider the first X simulation's years
97SeasonalFrequencyOffset=0
98
99#========================================================================
Note: See TracBrowser for help on using the repository browser.