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

Last change on this file since 3049 was 3039, checked in by jgipsl, 8 years ago

Updated default number of MPI and OMP to be suitable for the new default resolution (144x142x79)

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