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 10321 for NEMO/branches/UKMO/NEMO4_beta_mirror/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-11-16T15:59:30+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/NEMO4_beta_mirror: Update to version 10279 of the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO4_beta_mirror/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r9838 r10321  
    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!!             ORCA2 - ICE - PISCES configuration                     !! 
     
    8888   nn_fwb      = 2         !  FreshWater Budget:  
    8989   !                       !    =2 annual global mean of e-p-r set to zero 
     90   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
     91   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
     92   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     93   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
     94      !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     95      !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
     96      !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
     97   ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     98   ln_tauw     = .false.   !  Activate ocean stress components from wave model 
     99   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    90100/ 
    91101!----------------------------------------------------------------------- 
     
    135145&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
    136146!----------------------------------------------------------------------- 
    137    ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     147   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    138148      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
    139149      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     
    149159   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    150160   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     161/ 
     162!----------------------------------------------------------------------- 
     163&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     164!----------------------------------------------------------------------- 
    151165/ 
    152166!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.