Changeset 4632


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

put flag_aerosol_strat in auto nonblocker mode

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL
Files:
4 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 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_actuel

    r4246 r4632  
    7272#  
    7373# Aerosols stratospheriques utilises par defaut  
    74 flag_aerosol_strat=2 
     74flag_aerosol_strat= _AUTO_: DEFAULT = 2 
    7575# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    7676ok_volcan=n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_annuel

    r4246 r4632  
    7373#  
    7474# Aerosols stratospheriques utilises par defaut  
    75 flag_aerosol_strat=2 
     75flag_aerosol_strat= _AUTO_: DEFAULT = 2 
    7676# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    7777ok_volcan=n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_preind

    r4246 r4632  
    7373# Aerosols stratospheriques utilises par defaut  
    7474# 
    75 flag_aerosol_strat=2 
     75flag_aerosol_strat= _AUTO_: DEFAULT = 2 
    7676# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    7777ok_volcan=n 
Note: See TracChangeset for help on using the changeset viewer.