source: CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card @ 6539

Last change on this file since 6539 was 6539, checked in by aclsce, 12 months ago

Updated IPSLCM6_LANDN to run on new RH8 TGCC environment.

File size: 2.4 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName= ELC-${RESOL_ATM_3D}
12LongName="create_etat0_limit for climatology run"
13TagName=LMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=LMDZ/CREATE_clim_360d
16#============================
17#D-- leap, noleap, 360d
18CalendarType=360d
19#D-- Begin and end of job
20#D-- "YYYY-MM-DD"
21#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
22#D-- Change the DateEnd if you change CalendarType, set DateEnd=1979-12-31 for leap or noleap.
23DateBegin=1979-01-01
24DateEnd=1979-12-30
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#-- Source following file with module settings, only if it exists
32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
33
34#========================================================================
35#D-- ListOfComponents -
36[ListOfComponents]
37#D- For each component, Name of component, Tag of component
38ATM= (lmdz, LMDZ)
39
40#========================================================================
41#D-- Executable -
42[Executable]
43#D- For each component: Real name of executable, Name of executable in the run directory
44ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI)
45
46#========================================================================
47#D-- Restarts -
48[Restarts]
49#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
50OverRule=n
51#D- Last day of the experience used as restart
52RestartDate=
53#D- Define restart simulation name
54RestartJobName=
55#D- Path Server Group Login
56RestartPath=
57# Attention login depend de la machine
58
59#========================================================================
60#D-- ATM -
61[ATM]
62#
63WriteFrequency="1Y"
64# If config_Restarts_OverRule == 'n' all params are read
65Restart= n
66# Last day of the experience used as restart
67RestartDate=
68# Define restart simulation name
69RestartJobName=
70RestartPath=
71
72
73#========================================================================
74#D-- NO Post -
75[Post]
76RebuildFrequency=NONE
77PackFrequency=NONE
78TimeSeriesFrequency=NONE
79SeasonalFrequency=NONE
80MetricsPCMDI=FALSE
81#========================================================================
Note: See TracBrowser for help on using the repository browser.