Ignore:
Timestamp:
02/18/20 16:13:29 (4 years ago)
Author:
acosce
Message:

new way to manage inca output frequency from inca.card instead of config.card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/NMHC/COMP/inca.card

    r4625 r4971  
    1818#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc)  
    1919emi_interp_time=1 
     20 
     21 
     22 
     23# Specify output frequency for output files  
     24# File inca_oxydants will be systematically write in output with a monthly frequency - you cannot manage it from this card 
     25# for other files you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it 
     26# if you choose 1d the file will be store in CHM/Output/DA 
     27# if you choose 1mo the file will be store in CHM/Output/MO 
     28# if you choose another frequency, the file will be store in CHM/Output/DA by default 
     29output_frequency_chem=1d 
     30output_frequency_emi=1d 
     31output_frequency_species=1d 
     32output_frequency_dep=1d 
     33output_frequency_washrate=NONE 
     34output_frequency_veget=NONE 
     35output_frequency_reacflux=NONE 
     36output_frequency_phtrate=NONE 
     37output_frequency_invariants=NONE 
     38 
    2039 
    2140[InitialStateFiles] 
     
    4867        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\ 
    4968        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\ 
    50         (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_NMHC_daily.xml, file_def_inca_daily.xml), \ 
     69        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_NMHC.xml, file_def_inca.xml), \ 
    5170        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \ 
    52         (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_NMHC_monthly.xml, file_def_inca_monthly.xml), \ 
    5371        (${MODIPSL}/bin/inca_${ResolAtm}_${OptMode}_${ConfChem}.dat, inca.dat) 
    5472 
     
    5977 
    6078[OutputText] 
    61 List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca_daily.xml,file_def_inca_monthly.xml, inca_IDxml.out) 
     79List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out) 
    6280 
    6381[OutputFiles] 
     
    6886        (inca1d_reacflux.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_reacflux.nc,    NONE  ),\ 
    6987        (inca1d_washrate.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_washrate.nc,    NONE  ),\ 
    70         (inca1m_emi.nc     ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi.nc     ,    NONE  ),\ 
    71         (inca1m_species.nc ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species.nc ,    NONE  ),\ 
    72         (inca1m_dep.nc     ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dep.nc     ,    NONE  ),\ 
    73         (inca1m_chem.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_chem.nc    ,    NONE  ),\ 
    74         (inca1m_reacflux.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_reacflux.nc,    NONE  ),\ 
    75         (inca1m_washrate.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_washrate.nc,    NONE  ) 
     88        (inca1mo_emi.nc     ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi.nc     ,    NONE  ),\ 
     89        (inca1mo_species.nc ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species.nc ,    NONE  ),\ 
     90        (inca1mo_dep.nc     ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dep.nc     ,    NONE  ),\ 
     91        (inca1mo_chem.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_chem.nc    ,    NONE  ),\ 
     92        (inca1mo_reacflux.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_reacflux.nc,    NONE  ),\ 
     93        (inca1mo_washrate.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_washrate.nc,    NONE  ),\ 
     94        (inca_oxydants.nc       ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_oxydants.nc   ,  NONE  ) 
    7695 
    7796 
Note: See TracChangeset for help on using the changeset viewer.