source: CONFIG/LMDZORINCA/tags/LMDZORINCA_v4_2/EXP_LOI/COMP/lmdz.card_L39 @ 1756

Last change on this file since 1756 was 1756, checked in by acosce, 12 years ago

Add Bands_file by default for AER version with 39 levels

File size: 2.8 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=3
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/NMHC_AER/L4OI3NA_39_Bands/ATM/Debug/L4OI3NA_39_Bands_Bands_96x95x39_32prc.dat_1
17#LMDZ_Bands_file_name=/ccc/store/cont003/dsm/p86cozic/IGCM_OUT/LMDZORINCA/AER/L5OI4_Bands/ATM/Debug/L5OI4_Bands_Bands_96x95x39_32prc.dat_1
18
19# Other specific parameters to this experience
20aer_type=scenario
21pmagic=0.0
22
23# Nugding : ok_guide=y/n
24ok_guide=n
25
26
27[InitialStateFiles]
28# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job
29List=   (${R_INIT}/CHM/LMDZORINCA/NMHC_AER/INCA9695_L39/start.nc        , start.nc      ) \
30        (${R_INIT}/CHM/LMDZORINCA/NMHC_AER/INCA9695_L39/startphy.nc     , startphy.nc   )
31
32
33[BoundaryFiles]
34List=   (${R_BC}/CHM/LMDZORINCA/LMD9695_leap/EL-LMD9695_${year}1231_limit.nc , limit.nc)
35
36#       (${R_BC}/ATM/LMDZORINCA/LMD9695/NUDGE_FILES/u_ecmwf_${year}${month}.nc  , u.nc          ),\
37#       (${R_BC}/ATM/LMDZORINCA/LMD9695/NUDGE_FILES/v_ecmwf_${year}${month}.nc  , v.nc          )
38 
39ListNonDel= ()
40
41[ParametersFiles]
42List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def    ), \
43        (${SUBMIT_DIR}/PARAM/gcm.def_L${RESOL_ATM_Z}_${LMDZ_Physics}    , gcm.def       ), \
44        (${SUBMIT_DIR}/PARAM/run.def                                    , .             ), \
45        (${SUBMIT_DIR}/PARAM/traceur.def                                , .             ), \
46        (${SUBMIT_DIR}/PARAM/guide.def                                  , .             )
47
48[RestartFiles]
49List=   (restart.nc, restart.nc, start.nc), \
50        (restartphy.nc, restartphy.nc,  startphy.nc)
51
52[OutputText]
53List=   (physiq.def, gcm.def, run.def, traceur.def)
54
55
56[OutputFiles]
57List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )       
58
59[Post_1M_histmth]
60Patches= ()
61GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds, aire)
62TimeSeriesVars2D = (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)
63ChunckJob2D = NONE
64TimeSeriesVars3D = ()
65ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.