source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip2/ia/config.card @ 4716

Last change on this file since 4716 was 4716, checked in by cetlod, 5 years ago

Update OMIP experiments protocol

File size: 5.0 KB
RevLine 
[3927]1# $Id$
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3# This is config.card file for NEMO ORCA1_LIM3_PISCES configuration
4#
5#========================================================================
6#D-- Compatibility -
7[Compatibility]
8libIGCM=1.0
9#D-- UserChoices -
10[UserChoices]
11#============================
12#-- (<8 chars MAX for JobName)
[3941]13JobName=CM61-LR-OMIP2
[3927]14#----- Short Name of Experiment
15ExperimentName=omip2
16#----- DEVT TEST PROD
17SpaceName=PROD
18TagName=ORCA1_LIM3_PISCES
19# LongName, ModelName and Member are used to copy dr2xml files
[4716]20LongName="IPSLCM6.1.10-LR"
[3927]21ModelName=IPSL-CM6A-LR
22Member=r1i1p1f1
23#D- Choice of experiment in EXPERIEMENTS directory
24ExpType=ORCA1_LIM3_PISCES_CMIP6/omip2/ia
25#============================
26#-- leap, noleap, 360d
27CalendarType=noleap
28#-- Begin and end of Job
29#-- "YYYY-MM-DD"
[4716]30DateBegin=1653-01-01
31DateEnd=2018-12-31
[3927]32#============================
33#-- 1Y, 1M, 5D, 1D
34PeriodLength=1Y
[3979]35#D- For curie, use mpirun as suggested by TGCC
[4184]36#ExecutionModeOnCurie=mpirun
[3927]37#============================
38# config.card configuration options :
39#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
40#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45OCE= (opa9, NEMO_v6)
46ICE= (lim3, LIM_3)
47MBG= (pisces, PISCES)
48IOS= (xios, XIOS)
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=nemo
53#D- For each component, Real name of executable
54OCE= (orca1lim3pisces.exe, nemo, 432MPI)
55ICE= ("", "", "")
56MBG= ("", "", "")
[3961]57IOS= (xios_server.exe, xios.x, 4MPI, 2NOD)
[3927]58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- by default: config.card describes no restart for all components
62#D-             ie start from Levitus or limit files
63#D- If you want to restart all components from the same simulation,
64#D-      put OveRule flag to 'y' and set the next 3 parameters
65OverRule=n
66#D- Last day of the experience used as restart
67RestartDate=0094-12-31
68#D- Define restart simulation name
69RestartJobName=NO1-T17
70#D- Path Server Group Login
71RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
72
73#========================================================================
74#D-- OCE -
75[OCE]
76WriteFrequency="5D 1M 1Y"
77Restart= n
78##-- Last day of the experience used as restart
79RestartDate=1999-12-31
80# Define restart simulation name
81RestartJobName=NL1
82RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
83# Old component name for restart (if empty, use new name)
84OldName=
85
86#========================================================================
87#D-- ICE -
88[ICE]
89WriteFrequency="1M"
90Restart= n
91##-- Last day of the experience used as restart
92RestartDate=1999-12-31
93# Define restart simulation name
94RestartJobName=NL1
95RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
96# Old component name for restart (if empty, use new name)
97OldName=
98
99#========================================================================
100#D-- MBG -
101[MBG]
102WriteFrequency="1M 1Y"
103Restart= n
104##-- Last day of the experience used as restart
105RestartDate=0169-12-31
106# Define restart simulation name
107RestartJobName=eOR1L3P-V1
108RestartPath=${ARCHIVE}/../../gzi/rgzi002/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
109# Old component name for restart (if empty, use new name)
110OldName=
111
112#========================================================================
113#D-- Post -
114[Post]
115ParserXIOS=FALSE
116#D- Do we rebuild parallel output, this flag determines
117#D- frequency of rebuild submission (use NONE for DRYRUN=3)
118RebuildFrequency=NONE
119#D- Do we pack restart and debug txt files, this flag determines
120#D- frequency of pack submission (use NONE for DRYRUN=3)
121PackFrequency=1Y
122#D- To have only the last period in RESTART/*.tar : save 90% of volume.
123#D- TRUE to be effective (nothing by default)
124LightRestartPack=NONE
125#D- If you want to produce time series, this flag determines
126#D- frequency of post-processing submission (NONE if you dont want)
127TimeSeriesFrequency=1Y
128#D- If you want to produce seasonal average, this flag determines
129#D- the period of this average (NONE if you dont want)
130SeasonalFrequency=1Y
131#D- If you want to produce compute PCMDI metrics from seasonal average
132#D- Set FALSE to deactivate the metrics computation.
133MetricsPCMDI=FALSE
134#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
135#D- Usefull if you do not want to consider the first X simulations years
136SeasonalFrequencyOffset=0
137
138#========================================================================
139#D-- IOS -
140[IOS]
141WriteFrequency=""
142# If config_Restarts_OverRule == 'n' next 4 params are read
143Restart= n
144##-- Last day of the experience used as restart for this component if Restart=y
145RestartDate=1899-12-31
146# Define restart simulation name for this component
147RestartJobName=EXP00
148RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
149# Old component name for restart (if empty, use new name)
150OldName=
151#========================================================================
Note: See TracBrowser for help on using the repository browser.