Ignore:
Timestamp:
04/13/18 13:41:50 (6 years ago)
Author:
acosce
Message:

update IPSLESM6 to be consistent with CM6.1 (rev 3744)
+ add two flag in lmdz.card to drive iflag_phytrac and ok_bug_cv_trac (mandatory for AER configuration)

File:
1 edited

Legend:

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

    r3687 r3758  
    8181    done 
    8282 
    83     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    84         ok_mensuel=.FALSE. 
    85         ok_journe=.FALSE. 
    86         ok_hf=.FALSE. 
    87         ok_hf3h=.FALSE. 
    88         ok_hf3hm=.FALSE. 
    89         ok_stn=.FALSE. 
    90     fi 
    9183 
    9284##  Read LMDZ_COSP_OK in lmdz.card 
     
    373365    fi 
    374366 
     367 
     368    # run.def : Activate the call to phytrac  
     369    if [ ! X${lmdz_UserChoices_iflag_phytrac} = X ]; then  
     370        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac ${lmdz_UserChoices_iflag_phytrac} 
     371    else 
     372        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     373    fi  
     374 
     375    # physiq.def : Activate the call to phytrac  
     376    if [ ! X${lmdz_UserChoices_ok_bug_cv_trac} = X ]; then  
     377        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  ${lmdz_UserChoices_ok_bug_cv_trac} 
     378    else 
     379        IGCM_comp_modifyDefFile nonblocker physiq.def ok_bug_cv_trac  n 
     380    fi  
    375381 
    376382    # config.def : Activate direct radiative effect if ok_ade=y 
Note: See TracChangeset for help on using the changeset viewer.