source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/LAM/amip/config.card @ 6791

Last change on this file since 6791 was 6791, checked in by aclsce, 3 months ago

Merge ICOLMDZORINCA_v7_work into IPSLCM7_work

  • Added LAM experiments into ICOLMDZ and ICOLMDZOR experiment directory
  • Use of guided_type variable (instead of ok_guide) into dynamico.card
  • Added create_etat0_limit_unstruct_mod.F90 into SOURCES/LMDZ to fix bad termination in case of create_etat0 with DYNAMICO.
File size: 3.2 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7#========================================================================
8#D-- UserChoices -
9[UserChoices]
10#============================
11JobName=TEST-AMIP.01
12LongName=""
13TagName=ICOLMDZ
14#D- Choice of experiment in EXPERIEMENTS directory
15ExpType=ICOLMDZ/LAM/amip
16ExperimentName=amip
17SpaceName=DEVT
18CreateName=CREATE-AMIP.01
19#============================
20#D-- leap, noleap, 360d
21CalendarType=leap
22#D-- Begin and end of job
23#D-- "YYYY-MM-DD"
24#D-- The year for this experiement has no significance as the SST/SIC are mean values over a whole period.
25#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap.
26DateBegin=2000-06-01
27DateEnd=2000-06-05
28#============================
29#D-- 1Y, 1M, 5D, 1D
30PeriodLength=5D
31#============================
32#-- Compression level for netcdf output files
33CompressionLevel=2
34#============================
35# Source following file with module settings
36EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
37#============================
38# OptMode indicates the optimization mode choosen during compilation
39# This variable is used in the executable name
40OptMode=prod
41
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46ICO= (dynamico, DYNAMICO)
47ATM= (lmdz, LMDZ)
48IOS= (xios, XIOS)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 640MPI)
54ATM= ("","")
55IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
56
57#========================================================================
58#D-- Restarts -
59[Restarts]
60#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
61OverRule=n
62#D- Last day of the experience used as restart
63RestartDate=
64#D- Define restart simulation name
65RestartJobName=
66#D- Path Server Group Login
67RestartPath=
68# Attention login depend de la machine
69
70
71#========================================================================
72#D-- NO Post -
73[Post]
74PackFrequency=NONE
75TimeSeriesFrequency=NONE
76SeasonalFrequency=NONE
77MetricsPCMDI=FALSE
78
79
80#========================================================================
81#D-- ICO -
82[ICO]
83# If config_Restarts_OverRule == 'n' all params are read
84Restart= n
85# Last day of the experience used as restart
86RestartDate=
87# Define restart simulation name
88RestartJobName=
89RestartPath=
90
91#========================================================================
92#D-- ATM -
93[ATM]
94# If config_Restarts_OverRule == 'n' all params are read
95Restart= n
96# Last day of the experience used as restart
97RestartDate=
98# Define restart simulation name
99RestartJobName=
100RestartPath=
101
102#========================================================================
103#D-- IOS -
104[IOS]
105# If config_Restarts_OverRule == 'n' next 4 params are read
106Restart= n
107#-- Last day of the experience used as restart for this component if Restart=y
108RestartDate=
109# Define restart simulation name for this component
110RestartJobName=
111RestartPath=
112# Old component name for restart (if empty, use new name)
113
114
Note: See TracBrowser for help on using the repository browser.