source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/CREATE_erai/config.card @ 6473

Last change on this file since 6473 was 6473, checked in by acosce, 14 months ago

update configuration LMDZORINCA_v6.1.11 to run on redhat8

  • update AA_make
  • add ARCH directory to source environment
  • add SOURCES directory to save modification for LMDZ, ORCHIDEE, INCA and XIOS
  • add EnvFile? parameter in config.card for all EXPERIMENTS
File size: 2.5 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
11#============================
12JobName=ELerai-${RESOL_ATM_3D}
13LongName="create_etat0_limit for interannuel amip run"
14TagName=LMDZORINCA
15#D- Choice of experiment in EXPERIEMENTS directory
16ExpType=LMDZORINCA/CREATE_erai
17#============================
18#D-- leap, noleap, 360d
19CalendarType=leap
20#D-- Begin and end of job
21#D-- "YYYY-MM-DD"
22DateBegin=1980-01-01
23DateEnd=2014-12-31
24#============================
25#D-- 1Y, 1M, 5D, 1D
26PeriodLength=1Y
27#============================
28PeriodNb=50
29#============================
30#-- Compression level for netcdf output files
31CompressionLevel=2
32
33#========================================================================
34#D-- ListOfComponents -
35[ListOfComponents]
36#D- For each component, Name of component, Tag of component
37ATM= (lmdz, LMDZ)
38CHM= (inca, INCA)
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)
45CHM= ("", "")
46
47
48#========================================================================
49#D-- Restarts -
50[Restarts]
51#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
52OverRule=n
53#D- Last day of the experience used as restart
54RestartDate=
55#D- Define restart simulation name
56RestartJobName=
57#D- Path Server Group Login
58RestartPath=
59# Attention login depend de la machine
60
61#========================================================================
62#D-- ATM -
63[ATM]
64#
65WriteFrequency="1Y"
66# If config_Restarts_OverRule == 'n' all params are read
67Restart= n
68# Last day of the experience used as restart
69RestartDate=
70# Define restart simulation name
71RestartJobName=
72RestartPath=
73#========================================================================
74#D-- CHM -
75[CHM]
76#
77WriteFrequency="1M"
78# If config_Restarts_OverRule == 'n' all params are read
79Restart= n
80# Last day of the experience used as restart
81RestartDate=
82# Define restart simulation name
83RestartJobName=
84RestartPath=
85
86#========================================================================
87#D-- NO Post -
88[Post]
89RebuildFrequency=NONE
90TimeSeriesFrequency=NONE
91SeasonalFrequency=NONE
92#========================================================================
Note: See TracBrowser for help on using the repository browser.