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)

File:
1 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  
Note: See TracChangeset for help on using the changeset viewer.