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

Last change on this file since 4870 was 4870, checked in by jgipsl, 4 years ago

Update Longname

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