Ignore:
Timestamp:
05/05/17 15:12:13 (7 years ago)
Author:
acosce
Message:

update configuration to fit with new inca version rev670 (add the possibility to calculate the ozone stratospheric)

Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver

    r3182 r3244  
    105105            IGCM_comp_modifyXmlFile nonblocker file_def_inca.xml emissions   output_freq ${freq_output} 
    106106            IGCM_comp_modifyXmlFile nonblocker file_def_inca.xml dvel        output_freq ${freq_output} 
     107            IGCM_comp_modifyXmlFile nonblocker file_def_inca.xml phtrate     output_freq ${freq_output} 
    107108            IGCM_comp_modifyXmlFile nonblocker file_def_inca.xml washout     output_freq ${freq_output} 
    108109            IGCM_comp_modifyXmlFile nonblocker file_def_inca.xml reacflux    output_freq ${freq_output} 
     
    181182        IGCM_comp_modifyDefFile nonblocker inca.def calcul_flux n 
    182183    fi 
     184 
     185    #inca.def : choose aircraft emission  
     186    if [ ! X${inca_UserChoices_flag_plane} = X ]; then  
     187        IGCM_comp_modifyDefFile nonblocker inca.def flag_plane ${inca_UserChoices_flag_plane} 
     188    else 
     189        IGCM_comp_modifyDefFile nonblocker inca.def flag_plane 0 
     190    fi 
     191     
    183192 
    184193    #inca.def : choose output library  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def

    r3215 r3244  
    3030flag_plume=0 
    3131#choose which type of aircraft you will use (0 - 1 - 2 - 3) (no aircraft / old inca aircraft / new subsonic inca aircraft / subsonic + hypersonic inca aircraft) 
    32 flag_plane=1 
     32flag_plane=_AUTO_ 
    3333#choose if you want or not a time interpolation to use emission flux  
    3434emi_interp_time=1 
Note: See TracChangeset for help on using the changeset viewer.