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 12154 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2019-12-10T15:44:23+01:00 (4 years ago)
Author:
cetlod
Message:

commit

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg

    r11945 r12154  
    8989   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    9090   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     91   ln_dm2dc    = .true.    !  daily mean to diurnal cycle on short wave 
    9192   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9293   nn_fwb      = 2         !  FreshWater Budget:  
     
    107108!----------------------------------------------------------------------- 
    108109   !                    !  bulk algorithm : 
    109    ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    110  
     110   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     111   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     112   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     113   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     114      rn_zqt      = 10.     !  Air temperature & humidity reference height (m) 
     115      rn_zu       = 10.     !  Wind vector reference height (m) 
     116      ! 
     117      ! Skin is ONLY available in ECMWF and COARE algorithms: 
     118      ln_skin_cs = .false.  !  use the cool-skin parameterization => set nn_fsbc=1 and ln_dm2dc=.true.! 
     119      ln_skin_wl = .false.  !  use the warm-layer        "        => set nn_fsbc=1 and ln_dm2dc=.true.! 
     120      ! 
     121      ln_humi_sph = .true.  !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
     122      ln_humi_dpt = .false. !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
     123      ln_humi_rlh = .false. !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     124   ! 
    111125   cn_dir = './'  !  root directory for the bulk data location 
    112126   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    404418!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    405419!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    406 !!   namflo       float parameters                                      ("key_float") 
    407 !!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
    408 !!   namdct       transports through some sections                      ("key_diadct") 
     420!!   namflo       float parameters                                      (default: OFF) 
     421!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
     422!!   nam_diadct   transports through some sections                      (default: OFF) 
    409423!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    410424!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
Note: See TracChangeset for help on using the changeset viewer.