Ignore:
Timestamp:
08/02/19 14:40:56 (5 years ago)
Author:
acosce
Message:

put flag_aerosol_strat in auto nonblocker mode

File:
1 edited

Legend:

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

    r4463 r4632  
    418418        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac ${lmdz_UserChoices_iflag_phytrac} 
    419419    else 
    420         IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     420        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac DEFAULT 
    421421    fi  
    422422 
     
    433433    else 
    434434        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  n 
     435    fi  
     436 
     437    # config.def : Activate aerosol strato  
     438    if [ ! X${lmdz_UserChoices_flag_aerosol_strat} = X ]; then  
     439        IGCM_comp_modifyDefFile nonblocker config.def flag_aerosol_strat ${lmdz_UserChoices_flag_aerosol_strat} 
     440    else 
     441        IGCM_comp_modifyDefFile nonblocker config.def flag_aerosol_strat DEFAULT 
    435442    fi  
    436443 
Note: See TracChangeset for help on using the changeset viewer.