source: CONFIG/LMDZORINCA/trunk/EXP_NMHC_AER/config.card @ 1064

Last change on this file since 1064 was 1064, checked in by acosce, 14 years ago

Change cards for configuration LMDZORINCA/NMHC_AER

  • new resolution by default
  • new simulation by default (on WERF files - with nudge)
  • remove patches for TS (with IOIPSL 2_2_1)
File size: 4.0 KB
RevLine 
[615]1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
[1064]3#D-- Carte pour run AR5WERF --
4#D-- Attention c'est un run nudge
5#D-- Attention il applique un overRule pour les restart
6#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
7#D--
8#========================================================================
[615]9#D-- Compatibility -
10[Compatibility]
11libIGCM=1.0
12#========================================================================
13#D-- UserChoices -
14[UserChoices]
15#============================
16#D-- (<8 chars MAX for JobName)
[1064]17JobName=LOI_NA_AR5WERF
18LongName='run de reference : AR5WERF 2006 -- Fichiers sflx / aircraft / start / startphy  créés par S.Szopa '
[615]19TagName=LMDZORINCA/NMHC_AER
20#============================
21#D-- leap, noleap, 360d
[888]22CalendarType=leap
[615]23#D-- Début et fin de Job
24#D-- "YYYY-MM-DD"
[1064]25DateBegin=2006-01-01
26DateEnd=2006-12-31
[615]27#============================
28#D-- 1Y, 1M, 5D, 1D
29PeriodLength=1M
30#============================
31#-- PBS Class (required on brodie mono/multi)
32#JobClass=mono
33JobClass=multi
34#============================
35#-- Total Number of Processors (minimum is 2 for a coupled configuration)
36#JobNumProcTot=2
37JobNumProcTot=4
38#============================
39#-- Run Options : here for oasis coupling
40JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45ATM= (lmdz, LMDZ4)
[1064]46SRF= (orchidee, orchidee_1_9_5)
[615]47CHM= (inca, INCA3)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=gcm.e
53#D- For each component, Real name of executable, Name of executable for oasis
54ATM= (gcm.e, gcm.e)
55SRF= ("", "")
56CHM= (inca.dat, inca.dat)
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
[1064]62OverRule=y
[615]63#D- Last day of the experience used as restart
[1064]64RestartDate=2005-12-31
[615]65#D- Define restart simulation name (=> JOB_OS)
[1064]66RestartJobName=LOI_AR5WERF_E0_2006
[615]67#D- Path Server Group Login (=> PSGL)
[1064]68RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]69# Attention login depend de la machine
70
71#========================================================================
72#D-- Post -
73[Post]
74#D- Do we rebuild parallel output, this flag determines
75#D- frequency of rebuild submission
[1058]76RebuildFrequency=1Y
[858]77#D- Do we rebuild parallel output from archive
[1058]78RebuildFromArchive=none
[615]79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
[1058]81TimeSeriesFrequency=1Y
[615]82#D- If you want to produce seasonal average, this flag determines
83#D- the period of this average
84SeasonalFrequency=5Y
85
86#========================================================================
87#D-- ATM -
88[ATM]
89#
90WriteFrequency="1M 1D HF"
91# If config_Restarts_OverRule == 'n' all params are read
92Restart= n
93# Last day of the experience used as restart
94RestartDate=2000-01-01
95# Define restart simulation name
[858]96RestartJobName=JobName
97RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]98# Old component name for restart (if empty, use new name)
99OldName=""
100
101
102#========================================================================
103#D-- SRF -
104[SRF]
105WriteFrequency="1M"
106Restart=n
107##-- Last day of the experience used as restart
108RestartDate=1999-12-30
109# Define restart simulation name
[858]110RestartJobName=JobName
111RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]112#-- Old component name for restart (if empty, use new name)
[858]113OldName=""
[615]114
115
116#========================================================================
117#D-- CHM -
118[CHM]
119WriteFrequency="1M"
120Restart=n
121#D-- Last day of the experience used as restart
122RestartDate=2000-01-01
123#D-- Define restart simulation name
[858]124RestartJobName=JobName
125RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]126#D-- Old component name for restart (if empty, use new name)
127OldName=""
128
129#========================================================================
Note: See TracBrowser for help on using the repository browser.