source: CONFIG/UNIFORM/v5_dev/LMDZORINCA_v5/HELIUM/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/HELIUM/COMP/lmdz.card @ 2180

Last change on this file since 2180 was 2180, checked in by acosce, 10 years ago

New dev configuration fit with branches/INCA_HELIUM (in INCA svn)

File size: 3.5 KB
Line 
1#- $Id: lmdz.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Physics package to use :
7# AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources with 19 or 39 levels
8# NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later with 39 levels
9LMDZ_Physics=AP
10#LMDZ_Physics=NPv3.1
11
12
13LMDZ_NbPeriod_adjust=0
14# LMDZ_NbPeriod_adjust=0
15# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart Job Name
16#LMDZ_Bands_file_name=/ccc/store/cont003/dsm/p86cozic/IGCM_OUT/LMDZORINCA/AER/L5OI4_Bands/ATM/Debug/L5OI4_Bands_Bands_96x95x39_32prc.dat_1
17
18# Set ConfType to choose parameters for aerosols, solar and green house gazes.
19# The parameter file PARAM/config.def_$ConfType will be used.
20# ConfType=preind/actuel/annuel
21ConfType=Anne
22
23# manage radiative aerosol effect and ozone
24flag_aerosol=0
25ok_ade=n
26ok_aie=n
27aerosol_couple=n
28read_climoz=0
29ok_cdnc=n
30
31# Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used.
32# OutLevel=low/medium/high
33OutLevel=low
34
35# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n
36LMDZ_COSP_OK=n
37LMDZ_COSP_monthly=n
38LMDZ_COSP_daily=n
39LMDZ_COSP_hf=n
40
41# Set NMC Outputs frequency (monthly, daily, HF) = y/n
42LMDZ_NMC_monthly=n
43LMDZ_NMC_daily=n
44LMDZ_NMC_hf=n
45
46
47# Nugding : ok_guide=y/n
48ok_guide=n
49
50
51[InitialStateFiles]
52# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job
53List=   (/ccc/work/cont003/dsm/p24cozic/WORK/INCA_HELIUM/HELIUM/restart.nc      , start.nc      ) \
54        (/ccc/work/cont003/dsm/p24cozic/WORK/INCA_HELIUM/HELIUM/restartphy.nc   , startphy.nc   )
55
56
57[BoundaryFiles]
58List=   (${R_BC}/CHM/LMDZORINCA/${RESOL_ATM}_leap/EL-${RESOL_ATM}_${year}1231_limit.nc , limit.nc)
59
60
61#       (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/u_ecmwf_${year}${month}.nc     , u.nc          ),\
62#       (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/v_ecmwf_${year}${month}.nc     , v.nc          )
63 
64ListNonDel= ()
65
66[ParametersFiles]
67List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def    ), \
68        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}                    , gcm.def       ), \
69        (${SUBMIT_DIR}/PARAM/run.def                                    , .             ), \
70        (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},                    output.def      ), \
71        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},                    config.def      ), \
72        (${SUBMIT_DIR}/PARAM/guide.def                                  , .             )
73
74[RestartFiles]
75List=   (restart.nc, restart.nc, start.nc), \
76        (restartphy.nc, restartphy.nc,  startphy.nc)
77
78[OutputText]
79List=   (physiq.def, gcm.def, run.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, config.def, output.def)
80
81
82[OutputFiles]
83List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )       
84
85[Post_1M_histmth]
86Patches= ()
87GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds, aire)
88TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux_ter, taux_sic, taux_lic, taux_oce, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic)
89ChunckJob2D = NONE
90TimeSeriesVars3D = ()
91ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.