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 11984 for NEMO/branches/2019 – NEMO

Changeset 11984 for NEMO/branches/2019


Ignore:
Timestamp:
2019-11-27T14:52:00+01:00 (4 years ago)
Author:
laurent
Message:

Default bulk algo back to NCAR in ORCA2_ICE_PISCES...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r11831 r11984  
    104104!----------------------------------------------------------------------- 
    105105   !                    !  bulk algorithm : 
    106    ln_NCAR      = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     106   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    107107   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    108108   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
    109    ln_ECMWF     = .true.    ! "ECMWF"     algorithm   (IFS cycle 31) 
    110       rn_zqt      =  2.     !  Air temperature & humidity reference height (m) 
    111       rn_zu       = 10.     !  Wind vector reference height (m) 
    112       ! 
    113       ! Skin is ONLY available in ECMWF and COARE algorithms: 
    114       ln_skin_cs = .true.   !  use the cool-skin parameterization => set nn_fsbc=1 and ln_dm2dc=.true.! 
    115       ln_skin_wl = .true.   !  use the warm-layer        "        => set nn_fsbc=1 and ln_dm2dc=.true.! 
    116       ! 
    117       ln_humi_sph = .false. !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
    118       ln_humi_dpt = .true.  !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
    119       ln_humi_rlh = .false. !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     109   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    120110   ! 
    121111   cn_dir = './'  !  root directory for the bulk data location 
Note: See TracChangeset for help on using the changeset viewer.