Ignore:
Timestamp:
02/12/10 14:59:52 (14 years ago)
Author:
acosce
Message:

ACo: update LMDZORINCA config

1- add TS in inca.card
2- add repertory POST for monitoring
3- change calendar by default (now : leap) and limit files

Location:
CONFIG/LMDZORINCA/trunk/EXP_IPCC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/trunk/EXP_IPCC/COMP/inca.card

    r828 r888  
    4141 
    4242[OutputFiles] 
    43 List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,      NONE),\ 
     43List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,      Post_1M_inca_avgr),\ 
    4444        (forcage.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_forcage.nc,      NONE) 
    4545 
    4646 
     47[Post_1M_inca_avgr] 
     48Patches= () 
     49GatherWithInternal = (lon, lat, presnivs, time_counter) 
     50TimeSeriesVars2D = (OD550_ASBCM, OD550_ASPOMM, OD550_ASSO4M, OD550_CSSO4M, OD550_SSSSM, OD550_ASSSM, OD550_CSSSM, OD550_CIDUSTM, OD550_AIBCM, OD550_AIPOMM) 
     51ChunckJob2D = NONE 
     52TimeSeriesVars3D = (CH4,NO,NO2,CO,O3,HNO3) 
     53ChunckJob3D = NONE 
  • CONFIG/LMDZORINCA/trunk/EXP_IPCC/COMP/lmdz.card

    r861 r888  
    1717 
    1818[BoundaryFiles] 
    19 List=   (/dmnfs08/cont003/p24data/LIMIT_LMDZ4_96x95_HADiSST/EL-LMD9695_${year}1230_limit.nc, limit.nc)  
    20 # The first one is the clim limit.nc computed with CLIM_CREATE job 
     19List=   (${R_BC}/CHM/LMDZORINCA/${RESOL_ATM}_leap/EL-LMD9695_${year}1231_limit.nc , limit.nc)  
    2120ListNonDel= () 
    2221 
     
    3736 
    3837[OutputFiles] 
    39 List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      NONE 
     38List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,      Post_1M_histmth)        
    4039 
    4140[Post_1M_histmth] 
    42 Patches = (Patch_20060710_ModifyUnits, Patch_20060710_AddModulo) 
    43 GatherWithInternal = (lon, lat, presnivs, t_ave_02592000) 
    44 MonitoringVars= (bils, nettop, precip, tsol) 
    45 TimeSeriesVars= (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) 
     41Patches= (Patch_20091030_histcom_time_axis) 
     42GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 
     43TimeSeriesVars2D = (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) 
     44ChunckJob2D = NONE 
     45TimeSeriesVars3D = () 
     46ChunckJob3D = NONE 
  • CONFIG/LMDZORINCA/trunk/EXP_IPCC/config.card

    r858 r888  
    1414#============================ 
    1515#D-- leap, noleap, 360d 
    16 CalendarType=360d 
     16CalendarType=leap 
    1717#D-- Début et fin de Job 
    1818#D-- "YYYY-MM-DD" 
    1919DateBegin=2000-01-01 
    20 DateEnd=2000-01-01 
     20DateEnd=2000-01-31 
    2121#============================ 
    2222#D-- 1Y, 1M, 5D, 1D 
    23 PeriodLength=1D 
     23PeriodLength=1M 
    2424#============================ 
    2525#-- PBS Class (required on brodie mono/multi) 
Note: See TracChangeset for help on using the changeset viewer.