New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 4675 for branches/2014/dev_CNRS0_blk_core/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2014-06-18T17:46:53+02:00 (10 years ago)
Author:
gm
Message:

#1348 CORE bulk simplification and optimization: changes in sbcblk_core and namelist_ref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_blk_core/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4667 r4675  
    303303 
    304304   cn_dir      = './'      !  root directory for the location of the bulk files 
    305    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    306305   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    307    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    308    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    309    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     306   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     307   rn_zu       = 10.        !  Wind vector reference height (m)                  
    310308   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    311309   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
Note: See TracChangeset for help on using the changeset viewer.