Ignore:
Timestamp:
05/31/18 14:04:49 (6 years ago)
Author:
jgipsl
Message:

Add possibility to change tau_gl from lmdz.card. Default value is as before 5.

File:
1 edited

Legend:

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

    r3771 r3868  
    463463    fi  
    464464 
     465    # physiq.def : Modify parameter tau_gl if it is set in lmdz.card 
     466    if [ ! X${lmdz_UserChoices_tau_gl} = X ]; then  
     467        IGCM_comp_modifyDefFile nonblocker physiq.def tau_gl ${lmdz_UserChoices_tau_gl} 
     468    else 
     469        # Take default value set in physiq.def 
     470        IGCM_comp_modifyDefFile nonblocker config.def tau_gl DEFAULT 
     471    fi 
     472    
     473 
    465474    # guide.def : Activate nudging if ok_guide=y set in lmdz.card 
    466475    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
     
    469478        IGCM_comp_modifyDefFile nonblocker guide.def ok_guide n 
    470479    fi 
     480 
    471481 
    472482    ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] 
Note: See TracChangeset for help on using the changeset viewer.