source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/ia/config.card @ 3874

Last change on this file since 3874 was 3874, checked in by cetlod, 6 years ago

Changing the name of .exe

  • Property svn:executable set to *
File size: 3.1 KB
Line 
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=ORCA2ia
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/ia
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=1850-01-01
28DateEnd=2000-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D
31PeriodLength=1Y
32#============================
33# config.card configuration options :
34#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
35#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
36#========================================================================
37#D-- ListOfComponents -
38[ListOfComponents]
39#D- For each component, Name of component, Tag of component
40MBG= (pisces, PISCES)
41#========================================================================
42#D-- Executable -
43[Executable]
44Name=nemo
45#D- For each component, Real name of executable
46MBG= (orca2offpisces.exe, nemo, 32MPI)
47#========================================================================
48#D-- Restarts -
49[Restarts]
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
54OverRule=n
55#D- Last day of the experience used as restart
56RestartDate=2000-12-31
57#D- Define restart simulation name
58RestartJobName=PISCES
59#D- Path Server Group Login
60RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES/DEVT/ORCA2clim
61
62#========================================================================
63#D-- MBG -
64[MBG]
65WriteFrequency="1M 1Y"
66Restart= n
67##-- Last day of the experience used as restart
68RestartDate=2000-12-31
69# Define restart simulation name
70RestartJobName=OR2LP1
71RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2_PISCES
72# Old component name for restart (if empty, use new name)
73OldName=
74
75#========================================================================
76#D-- Post -
77[Post]
78ParserXIOS=FALSE
79#D- Do we rebuild parallel output, this flag determines
80#D- frequency of rebuild submission
81#-- 1Y
82RebuildFrequency=NONE
83#D- Do we rebuild parallel output from archive
84RebuildFromArchive=NONE
85#D- If you want to produce time series, this flag determines
86#D- frequency of post-processing submission
87TimeSeriesFrequency=10Y
88#D- If you want to produce seasonal average, this flag determines
89#D- the period of this average
90SeasonalFrequency=NONE
91#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
92#D- Usefull if you do not want to consider the first X simulation's years
93#SeasonalFrequencyOffset=0
94PackFrequency=10Y
95#========================================================================
Note: See TracBrowser for help on using the repository browser.