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

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

Update with modifications done on LMDZOR_v6:

  • pmagic changed to 0.0 in config.def_preind
  • clean amoung old physics
  • clean in drivers to remove everything related to IOIPSL
  • removed old parameters not longer supported by the new model source versions
  • general cleaning
File size: 4.2 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
[2469]20CalendarType=noleap
[589]21#-- Begin and end of job
[326]22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
[2758]24DateEnd=1980-12-31
[197]25#============================
[2758]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
[2469]33ATM= (lmdz, LMDZ)
34SRF= (orchidee, ORCHIDEE)
35SBG= (stomate, ORCHIDEE)
[2397]36IOS= (xios, XIOS)
37
38#========================================================================
39#D-- Executable -
40[Executable]
[2758]41#D- For each component: Real name of executable, Name of executable in the run directory
[2397]42ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
43SRF= ("", "")
44SBG= ("", "")
45IOS= (xios_server.exe, xios.x, 1MPI)
46
47#========================================================================
[197]48#D-- Restarts -
49[Restarts]
[1095]50#D- by default: config.card describes no restart for all components
51#D-             ie start from Levitus or limit files
52#D- If you want to restart all components from the same simulation,
53#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]54OverRule=n
[1095]55#D- Last day of the experience used as restart for all components
56RestartDate=2000-01-31
57#D- Define restart simulation name for all components
58RestartJobName=EXP00
[326]59#D- Path Server Group Login
[1095]60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
[197]61
62#========================================================================
63#D-- ATM -
64[ATM]
[2582]65WriteFrequency="1M"
[1095]66# If config_Restarts_OverRule == 'n' next 4 params are read
67Restart=n
68# Last day of the experience used as restart for this component if Restart=y
69RestartDate=2000-01-31
70# Define restart simulation name for this component
71RestartJobName=LMDZOR01
72RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
[197]73
74#========================================================================
[1095]75#D-- SRF -
[197]76[SRF]
[2582]77WriteFrequency="1M"
[1095]78# If config_Restarts_OverRule == 'n' next 4 params are read
[197]79Restart=n
[1095]80##-- Last day of the experience used as restart for this component if Restart=y
81RestartDate=2000-01-31
82# Define restart simulation name for this component
83RestartJobName=EXP00
84RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
[197]85
86#========================================================================
[882]87#D-- SBG - STOMATE
88[SBG]
89WriteFrequency="1M"
[1095]90# If config_Restarts_OverRule == 'n' next 4 params are read
[882]91Restart=n
[1095]92#-- Last day of the experience used as restart for this component if Restart=y
93RestartDate=2000-01-31
94# Define restart simulation name for this component
95RestartJobName=EXP00
96RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
[882]97
98#========================================================================
[2385]99#D-- IOS -
100[IOS]
101WriteFrequency=""
102# If config_Restarts_OverRule == 'n' next 4 params are read
103Restart= n
104##-- Last day of the experience used as restart for this component if Restart=y
105RestartDate=
106# Define restart simulation name for this component
107RestartJobName=
108RestartPath=
109
110#========================================================================
[1095]111#D-- Post -
112[Post]
[2758]113#D- RebuildFrequency determines the frequency of rebuild submission
114RebuildFrequency=NONE
115#D- PackFrequency determines the frequency of pack submission
[2503]116PackFrequency=1Y
[2758]117#D- TimeSeriesFreqency determines the frequency of post-processing submission
118#D- Set NONE to deactivate the creation of all time series
[1095]119TimeSeriesFrequency=10Y
[2758]120#D- SeasonalFrequency determines the length for each seasonal average
121#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]122SeasonalFrequency=10Y
123#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
124#D- Usefull if you do not want to consider the first X simulation's years
125SeasonalFrequencyOffset=0
126
127#========================================================================
Note: See TracBrowser for help on using the repository browser.