source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card @ 3867

Last change on this file since 3867 was 3807, checked in by jgipsl, 6 years ago

Correction in sources reference

File size: 4.7 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
[3772]11ExperimentName=highresmip
[1095]12#----- DEVT TEST PROD
[1643]13SpaceName=TEST
[3806]14LongName="LMDZ-ORCHIDEE configuration with the model IPSL-CM6-LR"
15# For resolution 512x360 change to use:
16#LongName="LMDZ-ORCHIDEE configuration with the model IPSL-CM6-ATM-HR"
17
[473]18TagName=LMDZOR
[1743]19#D- Choice of experiment in EXPERIEMENTS directory
[3772]20ExpType=LMDZOR/highresmip_CMIP6
21# LandSeaMask specifies the coastal land-sea mask used for the surface forcing files
22# Use LandSeaMasl=eORCA1.2 for resolution 144x142 and LandSeaMask=default for other resolutions
23LandSeaMask=eORCA1.2
[3806]24# For resolution 512x360 change to use:
25#LandSeaMask=default
26
[197]27#============================
[326]28#-- leap, noleap, 360d
[3458]29CalendarType=leap
[589]30#-- Begin and end of job
[326]31#-- "YYYY-MM-DD"
[3772]32DateBegin=1950-01-01
33DateEnd=2014-12-31
[197]34#============================
[2604]35#-- 1Y, 1M, 5D, 1D Period Length for one execution
[2582]36PeriodLength=1Y
[197]37
38#========================================================================
[2397]39#D-- ListOfComponents -
40[ListOfComponents]
41#D- For each component, Name of component, Tag of component
[3806]42ATM= (lmdz, LMDZ-IPSLCM6.0.15-r3321)
43SRF= (orchidee, tag-ORCHIDEE_2_0-5229)
[3807]44IOS= (xios, dev-cmip6-r1483)
[2397]45
46#========================================================================
47#D-- Executable -
48[Executable]
[2604]49#D- For each component: Real name of executable, Name of executable in the run directory
[3039]50#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
51#D- Change to 31MPI*4OMP for resolution 96x95x39
[3806]52#D- Change to 179MPI*16OMP for resolution 512x360
[3138]53ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
[2397]54SRF= ("", "")
55IOS= (xios_server.exe, xios.x, 1MPI)
56
57#========================================================================
[197]58#D-- Restarts -
59[Restarts]
[1095]60#D- by default: config.card describes no restart for all components
61#D-             ie start from Levitus or limit files
62#D- If you want to restart all components from the same simulation,
63#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]64OverRule=n
[1095]65#D- Last day of the experience used as restart for all components
[3138]66RestartDate=2319-12-31
[1095]67#D- Define restart simulation name for all components
[3138]68RestartJobName=CM607-LR-pdCtrl-01
[326]69#D- Path Server Group Login
[3138]70RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]71
72#========================================================================
73#D-- ATM -
74[ATM]
[2582]75WriteFrequency="1M"
[1095]76# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]77Restart= n
[1095]78# Last day of the experience used as restart for this component if Restart=y
[3138]79RestartDate=2319-12-31
80#D- Define restart simulation name for this component
81RestartJobName=CM607-LR-pdCtrl-01
[3074]82#D- Path Server Group Login
83RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]84
85#========================================================================
[1095]86#D-- SRF -
[197]87[SRF]
[3563]88# WriteFrequency is not used any more for ORCHIDEE
89# Output files are now managed in orchidee.card
90WriteFrequency=""
[1095]91# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]92Restart= n
93# Last day of the experience used as restart for this component if Restart=y
94RestartDate=2319-12-31
95#D- Define restart simulation name for this component
96RestartJobName=CM607-LR-pdCtrl-01
97#D- Path Server Group Login
98RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]99
100#========================================================================
[2385]101#D-- IOS -
102[IOS]
103WriteFrequency=""
104# If config_Restarts_OverRule == 'n' next 4 params are read
105Restart= n
106##-- Last day of the experience used as restart for this component if Restart=y
107RestartDate=
108# Define restart simulation name for this component
109RestartJobName=
110RestartPath=
111
112#========================================================================
[1095]113#D-- Post -
114[Post]
[2604]115#D- RebuildFrequency determines the frequency of rebuild submission
[2658]116RebuildFrequency=NONE
[2604]117#D- PackFrequency determines the frequency of pack submission
[3772]118PackFrequency=5Y
[2604]119#D- TimeSeriesFreqency determines the frequency of post-processing submission
120#D- Set NONE to deactivate the creation of all time series
[1095]121TimeSeriesFrequency=10Y
[2604]122#D- SeasonalFrequency determines the length for each seasonal average
123#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]124SeasonalFrequency=10Y
125#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
126#D- Usefull if you do not want to consider the first X simulation's years
127SeasonalFrequencyOffset=0
[3222]128#D- If you want to produce compute PCMDI metrics from seasonal average
129#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
130MetricsPCMDI=FALSE
[1095]131
132#========================================================================
Note: See TracBrowser for help on using the repository browser.