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

Last change on this file since 5677 was 4296, checked in by aclsce, 5 years ago
File size: 2.3 KB
RevLine 
[1645]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"
[1651]13TagName=LMDZ
[1743]14#D- Choice of experiment in EXPERIEMENTS directory
[2939]15ExpType=LMDZ/CREATE_clim_360d
[1645]16#============================
17#D-- leap, noleap, 360d
18CalendarType=360d
19#D-- Begin and end of job
20#D-- "YYYY-MM-DD"
[2919]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.
[1645]23DateBegin=1979-01-01
24DateEnd=1979-12-30
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1Y
[4296]28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
[1645]31#========================================================================
32#D-- ListOfComponents -
33[ListOfComponents]
34#D- For each component, Name of component, Tag of component
35ATM= (lmdz, LMDZ)
36
37#========================================================================
38#D-- Executable -
39[Executable]
[2758]40#D- For each component: Real name of executable, Name of executable in the run directory
41ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI)
[1645]42
43#========================================================================
44#D-- Restarts -
45[Restarts]
46#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
47OverRule=n
48#D- Last day of the experience used as restart
49RestartDate=
50#D- Define restart simulation name
51RestartJobName=
52#D- Path Server Group Login
53RestartPath=
54# Attention login depend de la machine
55
56#========================================================================
57#D-- ATM -
58[ATM]
59#
60WriteFrequency="1Y"
61# If config_Restarts_OverRule == 'n' all params are read
62Restart= n
63# Last day of the experience used as restart
64RestartDate=
65# Define restart simulation name
66RestartJobName=
67RestartPath=
68
69
70#========================================================================
71#D-- NO Post -
72[Post]
73RebuildFrequency=NONE
[3222]74PackFrequency=NONE
[1645]75TimeSeriesFrequency=NONE
76SeasonalFrequency=NONE
[3222]77MetricsPCMDI=FALSE
[1645]78#========================================================================
Note: See TracBrowser for help on using the repository browser.