source: CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.card @ 860

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

ACo : add change for Bands Files

File size: 2.0 KB
Line 
1#- $Id: lmdz.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6LMDZ_NbPeriod_adjust=3
7# LMDZ_NbPeriod_adjust=0
8# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart Job Name
9# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3
10
11[InitialStateFiles]
12# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job
13List=   (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/start.nc, start.nc) \
14        (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/startphy.nc, startphy.nc)
15
16
17[BoundaryFiles]
18List=   ()
19# The first one is the clim limit.nc computed with CLIM_CREATE job
20ListNonDel= (${R_BC}/CHM/LMDZINCA/${RESOL_ATM}/limit.nc, limit.nc)
21
22[ParametersFiles]
23List=   (${SUBMIT_DIR}/PARAM/physiq.def, .), \
24        (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \
25        (${SUBMIT_DIR}/PARAM/run.def, .), \
26        (${SUBMIT_DIR}/PARAM/traceur.def, .)
27
28[RestartFiles]
29List=   (restart.nc, restart.nc, start.nc), \
30        (restartphy.nc, restartphy.nc,  startphy.nc)
31
32[OutputText]
33List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat)
34
35
36[OutputFiles]
37List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      NONE) 
38
39[Post_1M_histmth]
40Patches = (Patch_20060710_ModifyUnits, Patch_20060710_AddModulo)
41GatherWithInternal = (lon, lat, presnivs, t_ave_02592000)
42MonitoringVars= (bils, nettop, precip, tsol)
43TimeSeriesVars= (bils, cldh, cldl, cldm, cldq, cldt, evap, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, nettop, nettop0, precip, prw, pluc, psol, q2m, sens, slp, snow, snow_mass, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWup200clr, SWdnTOA, SWupTOA, SWdn200, SWdn200clr, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, 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, topsad, topsai, tsol, u10m, u500, uv10m_m, v10m, v500, w500)
Note: See TracBrowser for help on using the repository browser.