Changeset 4020 for CONFIG/UNIFORM/v6


Ignore:
Timestamp:
09/05/18 19:28:38 (6 years ago)
Author:
jgipsl
Message:

Updated as done in IPSLCM6

Location:
CONFIG/UNIFORM/v6
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card

    r4018 r4020  
    77[UserChoices] 
    88#============================ 
    9 JobName=CM614-LR-amip-XX 
     9JobName=CM615-LR-amip-XX 
    1010#----- Short Name of Experiment 
    1111ExperimentName=amip 
     
    1414TagName=LMDZOR 
    1515# LongName, ModelName and Member are used to copy dr2xml files 
    16 LongName="IPSLCM6.1.6-LR" 
     16LongName="IPSLCM6.1.5-LR" 
    1717ModelName=IPSL-CM6A-LR 
    1818Member=r1i1p1f1 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card

    r3923 r4020  
    77[UserChoices] 
    88#============================ 
    9 JobName=CM614-LR-amip-XX 
     9JobName=CM615-LR-amip-XX 
    1010#----- Short Name of Experiment 
    1111ExperimentName=amip 
     
    1414TagName=LMDZOR 
    1515# LongName, ModelName and Member are used to copy dr2xml files 
    16 LongName="IPSLCM6.1.4-LR" 
     16LongName="IPSLCM6.1.5-LR" 
    1717ModelName=IPSL-CM6A-LR 
    1818Member=r1i1p1f1 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver

    r3935 r4020  
    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/LMDZOR_v6/GENERAL/PARAM/config.def_actuel

    r3822 r4020  
    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/LMDZOR_v6/GENERAL/PARAM/config.def_annuel

    r3822 r4020  
    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/LMDZOR_v6/GENERAL/PARAM/config.def_preind

    r3822 r4020  
    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/LMDZOR_v6/GENERAL/PARAM/physiq.def_NPv6.1

    r3675 r4020  
    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/LMDZOR_v6/GENERAL/PARAM/run.def

    r3722 r4020  
    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.