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 10843 for NEMO/branches/UKMO/dev_r10037_GPU/tests/ISOMIP/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2019-04-05T16:01:32+02:00 (5 years ago)
Author:
andmirek
Message:

ticket #2197 merge with dev_r9950_GO8_package at 10320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r10037_GPU/tests/ISOMIP/EXPREF/namelist_cfg

    r9743 r10843  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
     2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!!                         ISOMIP configuration                       !! 
     
    140140   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    141141   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    142    ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
     142   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    143143   ! 
    144144   ln_drgimp  = .false.    !  implicit top/bottom friction flag 
     
    153153   rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T) 
    154154   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
    155       rn_boost=  50.          !  local boost factor  [-] 
     155      rn_boost =  50.          !  local boost factor  [-] 
    156156/ 
    157157!----------------------------------------------------------------------- 
     
    164164   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T) 
    165165   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant 
    166       rn_boost=  50.         !  local boost factor  [-] 
     166      rn_boost =  50.         !  local boost factor  [-] 
    167167/ 
    168168!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.