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.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
2 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 ] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/physiq.def_NPv6.1.3

    r3822 r3868  
    164164inertie_sic=2000 
    165165    # tau_gl = constante de rappel de la temperature a la surface de la glace (en nombre de jours) 
    166 tau_gl=5. 
     166    # Utilise celon le forcage : tau_gl=2 pour Amip et tau_gl=1 pour Hadisst2 
     167tau_gl= _AUTO_ : DEFAULT = 5. 
    167168          # ??? 
    168169iflag_albedo=1 
Note: See TracChangeset for help on using the changeset viewer.