1 | # |
---|
2 | # This is config.card file for NEMO ORCA2_LIM2 configuration |
---|
3 | # |
---|
4 | #======================================================================== |
---|
5 | #D-- Compatibility - |
---|
6 | [Compatibility] |
---|
7 | libIGCM=1.0 |
---|
8 | #D-- UserChoices - |
---|
9 | [UserChoices] |
---|
10 | #============================ |
---|
11 | #-- (<8 chars MAX for JobName) |
---|
12 | JobName=ORCA2 |
---|
13 | LongName="SCRIPT_V1" |
---|
14 | TagName=ORCA2_LIM2 |
---|
15 | #============================ |
---|
16 | #-- leap, noleap, 360d |
---|
17 | CalendarType=noleap |
---|
18 | #-- Begin and end of Job |
---|
19 | #-- "YYYY-MM-DD" |
---|
20 | DateBegin=2001-01-01 |
---|
21 | DateEnd=2005-12-31 |
---|
22 | #============================ |
---|
23 | #-- 1Y, 1M, 5D, 1D |
---|
24 | PeriodLength=1Y |
---|
25 | #============================ |
---|
26 | #-- PBS Class (required on brodie mono/multi) |
---|
27 | JobClass=mono |
---|
28 | #JobClass=multi |
---|
29 | #============================ |
---|
30 | #-- Total Number of Processors |
---|
31 | #JobNumProcTot=4 |
---|
32 | JobNumProcTot=1 |
---|
33 | #============================ |
---|
34 | #-- Run Options : |
---|
35 | #JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"' |
---|
36 | JobRunOptions='' |
---|
37 | #============================ |
---|
38 | # config.card configuration options : |
---|
39 | #R_INIT=/home/mancip/PROG/IPSL/FORCAGE_OL/INIT |
---|
40 | #R_BC=/u/rech/psl/rpsl035/IGCM/BC |
---|
41 | #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC |
---|
42 | #============================ |
---|
43 | |
---|
44 | #======================================================================== |
---|
45 | #D-- ListOfComponents - |
---|
46 | [ListOfComponents] |
---|
47 | #D- For each component, Name of component, Tag of component |
---|
48 | OCE= (opa9, NEMO_v3) |
---|
49 | ICE= (lim2, LIM_2) |
---|
50 | |
---|
51 | #======================================================================== |
---|
52 | #D-- Executable - |
---|
53 | [Executable] |
---|
54 | Name=nemo |
---|
55 | #D- For each component, Real name of executable |
---|
56 | OCE= (nemo.exe, nemo) |
---|
57 | ICE= ("", "") |
---|
58 | |
---|
59 | #======================================================================== |
---|
60 | #D-- Restarts - |
---|
61 | [Restarts] |
---|
62 | #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' |
---|
63 | OverRule=n |
---|
64 | #D- Last day of the experience used as restart |
---|
65 | RestartDate=1999-12-30 |
---|
66 | #D- Define restart simulation name |
---|
67 | RestartJobName=NL1 |
---|
68 | #D- Path Server Group Login |
---|
69 | RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM |
---|
70 | |
---|
71 | #======================================================================== |
---|
72 | #D-- Post - |
---|
73 | [Post] |
---|
74 | #D- Do we rebuild parallel output, this flag determines |
---|
75 | #D- frequency of rebuild submission |
---|
76 | #-- 1Y |
---|
77 | RebuildFrequency=NONE |
---|
78 | #D- Do we rebuild parallel output from archive |
---|
79 | RebuildFromArchive=true |
---|
80 | #D- If you want to produce time series, this flag determines |
---|
81 | #D- frequency of post-processing submission |
---|
82 | TimeSeriesFrequency=NONE |
---|
83 | #D- If you want to produce seasonal average, this flag determines |
---|
84 | #D- the period of this average |
---|
85 | SeasonalFrequency=NONE |
---|
86 | |
---|
87 | #======================================================================== |
---|
88 | #D-- OCE - |
---|
89 | [OCE] |
---|
90 | WriteFrequency="1Y 1M 5D 1D" |
---|
91 | #WriteFrequency="5D" |
---|
92 | Restart= n |
---|
93 | ##-- Last day of the experience used as restart |
---|
94 | RestartDate=1999-12-31 |
---|
95 | # Define restart simulation name |
---|
96 | RestartJobName=NL1 |
---|
97 | RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM |
---|
98 | # Old component name for restart (if empty, use new name) |
---|
99 | OldName= |
---|
100 | |
---|
101 | #======================================================================== |
---|
102 | #D-- ICE - |
---|
103 | [ICE] |
---|
104 | WriteFrequency="5D" |
---|
105 | Restart= n |
---|
106 | ##-- Last day of the experience used as restart |
---|
107 | RestartDate=1999-12-31 |
---|
108 | # Define restart simulation name |
---|
109 | RestartJobName=NL1 |
---|
110 | RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM |
---|
111 | # Old component name for restart (if empty, use new name) |
---|
112 | OldName= |
---|
113 | |
---|
114 | #======================================================================== |
---|
115 | |
---|