source: CONFIG/UNIFORM/v6/IPSLCM6.5/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card @ 5066

Last change on this file since 5066 was 5066, checked in by cetlod, 4 years ago

First step towards IPSLCM6.5 with the use of NEMOv4 model

File size: 2.7 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#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=144x142x79
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47ATM= (lmdz, LMDZ)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52#D- For each component: Real name of executable, Name of executable in the run directory
53ATM= (ce0l_${ResolAtm}_${OptMode}.e, ce0l.e, 1MPI)
54
55#========================================================================
56#D-- Restarts -
57[Restarts]
58#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=
62#D- Define restart simulation name
63RestartJobName=
64#D- Path Server Group Login
65RestartPath=
66# Attention login depend de la machine
67
68#========================================================================
69#D-- ATM -
70[ATM]
71# If config_Restarts_OverRule == 'n' all params are read
72Restart= n
73# Last day of the experience used as restart
74RestartDate=
75# Define restart simulation name
76RestartJobName=
77RestartPath=
78
79
80#========================================================================
81#D-- NO Post -
82[Post]
83RebuildFrequency=NONE
84PackFrequency=NONE
85TimeSeriesFrequency=NONE
86SeasonalFrequency=NONE
87MetricsPCMDI=FALSE
88#========================================================================
Note: See TracBrowser for help on using the repository browser.