New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM_v3.6/config.card_description – NEMO
wiki:user/flavoni/libIGCM_v3.6/config.card_description

Version 5 (modified by flavoni, 8 years ago) (diff)

--

Set up simulation

config.card :Description of Sections

# This is config.card file for restart with an NEW libIGCM simulation tree.
# This is config.card file for NEMO ORCA1_LIM3_PISCES configuration
#
#========================================================================
#D-- Compatibility -
[Compatibility]
libIGCM=1.0
#D-- UserChoices? -
 [UserChoices? ]
#============================
#-- (<8 chars MAX for JobName? )
JobName? =eOR1L3P
#----- Short Name of Experiment
ExperimentName? =ORCA1clim
#----- DEVT TEST PROD
SpaceName? =DEVT
18 LongName? ="ORCA1_LIM3_PISCES NEMO configuration"
19 TagName? =ORCA1_LIM3_PISCES
20 #D- Choice of experiment in EXPERIEMENTS directory
21 ExpType? =ORCA1_LIM3_PISCES/clim
22 #============================
23 #-- leap, noleap, 360d
24 CalendarType? =noleap
25 #-- Begin and end of Job
26 #-- "YYYY-MM-DD"
27 DateBegin? =0001-01-01
28 DateEnd? =0050-12-31
29 #============================
30 #-- 1Y, 1M, 5D, 1D 31 PeriodLength? =1Y
32 #============================
33 #-- PBS Class (required on brodie mono/multi)
34 #JobClass? =mono
35 JobClass? =multi
36 #============================
37 #-- Total Number of Processors
38 JobNumProcTot? =225
39 #============================
40 #-- Run Options :
41 #JobRunOptions? ='"-np "${BATCH_NUM_PROC_TOT}"'
42 JobRunOptions? =
43 #============================
44 # config.card configuration options :

45 #R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
46 #R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
47 #========================================================================
48 #D-- ListOfComponents? -
49 ?
50 #D- For each component, Name of component, Tag of component
51 OCE= (opa9, NEMO_v6)
52 ICE= (lim3, LIM_3)
53 MBG= (pisces, PISCES)
54 IOS= (xios, XIOS)
55 #========================================================================
56 #D-- Executable -
57 [Executable]
58 Name=nemo
59 #D- For each component, Real name of executable
60 OCE= (nemo.exe, nemo, 221MPI)
61 ICE= ("", "", "")
62 MBG= ("", "", "")
63 IOS= (xios_server.exe, xios.x, 4MPI)
64 #========================================================================
65 #D-- Restarts -
66 [Restarts]
67 #D- by default: config.card describes no restart for all components
68 #D- ie start from Levitus or limit files
69 #D- If you want to restart all components from the same simulation,
70 #D- put OveRule? flag to 'y' and set the next 3 parameters
71 OverRule? =n
72 #D- Last day of the experience used as restart
73 RestartDate? =0094-12-31
74 #D- Define restart simulation name
75 RestartJobName? =NO1-T17
76 #D- Path Server Group Login
77 RestartPath? =${ARCHIVE}/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
78
79 #========================================================================
80 #D-- OCE -
81 [OCE]
82 WriteFrequency? ="1D 5D 1M 1Y"
83 #WriteFrequency? ="5D"
84 Restart= n
85 ##-- Last day of the experience used as restart
86 RestartDate? =1999-12-31
87 # Define restart simulation name
88 RestartJobName? =NL1
89 RestartPath? =${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
90 # Old component name for restart (if empty, use new name)
91 OldName? =
92
93 #========================================================================
94 #D-- ICE -
95 [ICE]
96 WriteFrequency? ="1M"
97 Restart= n
98 ##-- Last day of the experience used as restart
99 RestartDate? =1999-12-31
100 # Define restart simulation name
101 RestartJobName? =NL1
102 RestartPath? =${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
103 # Old component name for restart (if empty, use new name)
104 OldName? =
105
106 #========================================================================
107 #D-- MBG -
108 [MBG]
109 WriteFrequency? ="1D 1M 1Y"
110 Restart= n
111 ##-- Last day of the experience used as restart
112 RestartDate? =2000-12-31
113 # Define restart simulation name
114 RestartJobName? =OR2LP1
115 RestartPath? =${ARCHIVE}/IGCM_OUT/ORCA1_LIM_PISCES
116 # Old component name for restart (if empty, use new name)
117 OldName? =
118
119 #========================================================================
120 #D-- Post -
121 [Post]
122 #D- Do we rebuild parallel output, this flag determines
123 #D- frequency of rebuild submission
124 #-- 1Y
125 RebuildFrequency? =NONE
126 #D- Do we rebuild parallel output from archive
127 RebuildFromArchive? =NONE
128 #D- If you want to produce time series, this flag determines
129 #D- frequency of post-processing submission
130 TimeSeriesFrequency? =10Y
131 #D- If you want to produce seasonal average, this flag determines
132 #D- the period of this average
133 SeasonalFrequency? =NONE
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 simulation's years
136 #SeasonalFrequencyOffset? =0
137 PackFrequency? =1Y
138
139 #========================================================================
140 ###========================================================================
141 #D-- IOS -
142 [IOS]
143 WriteFrequency? =""
144 # If config_Restarts_OverRule == 'n' next 4 params are read
145 Restart= n
146 ##-- Last day of the experience used as restart for this component if Restart=y
147 RestartDate? =1899-12-31
148 # Define restart simulation name for this component
149 RestartJobName? =EXP00
150 RestartPath? =${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
151 # Old component name for restart (if empty, use new name)
152 OldName? =
153 #========================================================================

Important files

Simona Flavoni last update: Timestamp?