Changeset 3964


Ignore:
Timestamp:
07/06/18 13:44:14 (6 years ago)
Author:
acosce
Message:

Add possibility to change iflag_phytrac, ok_cv_bug_trac and chemistry_couple from lmdz.card
Defaults values are :
iflag_phytrac=0
ok_cv_bug_trac=n
chemistry_couple=n

Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
Files:
6 edited

Legend:

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

    r3935 r3964  
    404404 
    405405 
     406    # run.def : Activate the call to phytrac  
     407    if [ ! X${lmdz_UserChoices_iflag_phytrac} = X ]; then  
     408        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac ${lmdz_UserChoices_iflag_phytrac} 
     409    else 
     410        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     411    fi  
     412 
     413    # physiq.def : Activate the call to phytrac  
     414    if [ ! X${lmdz_UserChoices_ok_bug_cv_trac} = X ]; then  
     415        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  ${lmdz_UserChoices_ok_bug_cv_trac} 
     416    else 
     417        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  n 
     418    fi  
     419 
    406420    # config.def : Activate direct radiative effect if ok_ade=y 
    407421    if [ ! X${lmdz_UserChoices_ok_ade} = X ]; then  
     
    423437    else 
    424438        IGCM_comp_modifyDefFile nonblocker config.def aerosol_couple n 
     439    fi  
     440 
     441    # config.def : Activate online Ozone chemistry coupled model if chemistry_couple=y 
     442    if [ ! X${lmdz_UserChoices_chemistry_couple} = X ]; then  
     443        IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple ${lmdz_UserChoices_chemistry_couple} 
     444    else 
     445        IGCM_comp_modifyDefFile nonblocker config.def chemistry_couple n 
    425446    fi  
    426447 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_actuel

    r3820 r3964  
    5353### aerosol coupling = online (y) or offline (n) 
    5454aerosol_couple=_AUTO_ 
     55### Ozone chemistry coupling = online (y) or offline (n) 
     56chemistry_couple=_AUTO_ 
    5557###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    5658###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_annuel

    r3820 r3964  
    5353### aerosol coupling = online (y) or offline (n) 
    5454aerosol_couple=_AUTO_ 
     55### Ozone chemistry coupling = online (y) or offline (n) 
     56chemistry_couple=_AUTO_ 
    5557###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    5658###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_preind

    r3820 r3964  
    5353### aerosol coupling = online (y) or offline (n) 
    5454aerosol_couple=_AUTO_ 
     55### Ozone chemistry coupling = online (y) or offline (n) 
     56chemistry_couple=_AUTO_ 
    5557###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    5658###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/physiq.def_NPv6.1

    r3668 r3964  
    387387          # To get back to bug where convective output variables 
    388388          # were set to 0 at the start of the physics 
    389 ok_bug_cv_trac=n 
     389ok_bug_cv_trac=_AUTO_: DEFAULT = n 
    390390 
    391391########################################################## 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/run.def

    r3710 r3964  
    5555no_ter_antartique=y 
    5656### Do not call phytrac to speed things up 
    57 iflag_phytrac=0 
     57iflag_phytrac=_AUTO_: DEFAULT = 0 
     58 
Note: See TracChangeset for help on using the changeset viewer.