Changeset 4633 for CONFIG/UNIFORM


Ignore:
Timestamp:
08/02/19 15:17:31 (5 years ago)
Author:
acosce
Message:

put flag_aerosol_strat in auto nonblocker mode

File:
1 edited

Legend:

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

    r4616 r4633  
    424424        IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
    425425    else 
    426         IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     426        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac DEFAULT 
    427427    fi  
    428428 
     
    439439    else 
    440440        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  n 
     441    fi  
     442 
     443    # config.def : Activate aerosol strato  
     444    if [ ! X${lmdz_UserChoices_flag_aerosol_strat} = X ]; then  
     445        IGCM_comp_modifyDefFile nonblocker config.def flag_aerosol_strat ${lmdz_UserChoices_flag_aerosol_strat} 
     446    else 
     447        IGCM_comp_modifyDefFile nonblocker config.def flag_aerosol_strat DEFAULT 
    441448    fi  
    442449 
Note: See TracChangeset for help on using the changeset viewer.