source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/clim/config.card

Last change on this file was 6526, checked in by cetlod, 9 months ago

NEMOv6 : minor correction (typo)

File size: 3.9 KB
RevLine 
[3856]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)
13JobName=OR2PIS
14#----- Short Name of Experiment
15ExperimentName=ORCA2clim
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA2_OFF_PISCES NEMO configuration"
19TagName=ORCA2_OFF_PISCES
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA2_OFF_PISCES/clim
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=0001-01-01
28DateEnd=0050-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D
31PeriodLength=1Y
32#============================
[6371]33#-- Source following file with module settings, only if it exists
34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
35#============================
[3856]36# config.card configuration options :
37#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
38#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43MBG= (pisces, PISCES)
[4802]44IOS= (xios, XIOS)
[3856]45#========================================================================
46#D-- Executable -
47[Executable]
48Name=nemo
49#D- For each component, Real name of executable
[3874]50MBG= (orca2offpisces.exe, nemo, 32MPI)
[4802]51IOS= (xios_server.exe, xios.x, 1MPI)
[3856]52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- by default: config.card describes no restart for all components
56#D-             ie start from Levitus or limit files
57#D- If you want to restart all components from the same simulation,
58#D-      put OveRule flag to 'y' and set the next 3 parameters
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=2000-12-31
62#D- Define restart simulation name
63RestartJobName=PISCES
64#D- Path Server Group Login
65RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES/DEVT/ORCA2clim
66
67#========================================================================
68#D-- MBG -
69[MBG]
70WriteFrequency="1M 1Y"
71Restart= n
72##-- Last day of the experience used as restart
73RestartDate=2000-12-31
74# Define restart simulation name
75RestartJobName=OR2LP1
76RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2_PISCES
77# Old component name for restart (if empty, use new name)
78OldName=
79
80#========================================================================
81#D-- Post -
82[Post]
83ParserXIOS=FALSE
[4909]84#D- Do we pack restart and debug txt files, this flag determines
85#D- frequency of pack submission (use NONE for DRYRUN=3)
86PackFrequency=1Y
87#D- To have only the last period in RESTART/*.tar : save 90% of volume.
88#D- TRUE to be effective (nothing by default)
89LightRestartPack=NONE
[3856]90#D- If you want to produce time series, this flag determines
[4909]91#D- frequency of post-processing submission (NONE if you dont want)
92TimeSeriesFrequency=1Y
[3856]93#D- If you want to produce seasonal average, this flag determines
[4909]94#D- the period of this average (NONE if you dont want)
[3856]95SeasonalFrequency=NONE
[4909]96#D- If you want to produce compute PCMDI metrics from seasonal average
97#D- Set FALSE to deactivate the metrics computation.
98MetricsPCMDI=FALSE
[3856]99#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
[4909]100#D- Usefull if you do not want to consider the first X simulations years
101SeasonalFrequencyOffset=0
102
[3856]103#========================================================================
[4802]104#D-- IOS -
105[IOS]
106WriteFrequency=""
107# If config_Restarts_OverRule == 'n' next 4 params are read
108Restart= n
109##-- Last day of the experience used as restart for this component if Restart=y
110RestartDate=1899-12-31
111# Define restart simulation name for this component
112RestartJobName=EXP00
113RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
114# Old component name for restart (if empty, use new name)
115OldName=
Note: See TracBrowser for help on using the repository browser.