Ignore:
Timestamp:
06/06/18 11:50:03 (6 years ago)
Author:
acosce
Message:

Add possibility to use Ozone chemistry calcul by inca in LMDZ for configuration IPSLCM5A2CHT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/DRIVER/lmdz.driver

    r3283 r3895  
    410410    else 
    411411        IGCM_comp_modifyDefFile nonblocker config.def aerosol_couple n 
     412    fi  
     413 
     414    # config.def : Activate online Ozone chemistry coupled model if chemistry_couple=y 
     415    if [ ! X${lmdz_UserChoices_chemistry_couple} = X ]; then  
     416        IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple ${lmdz_UserChoices_chemistry_couple} 
     417    else 
     418        IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple n 
    412419    fi  
    413420 
Note: See TracChangeset for help on using the changeset viewer.