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 4747 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-08-15T16:32:52+02:00 (10 years ago)
Author:
mathiot
Message:

ISF branch: change to deal with non mask bathymetry (land processor definition, building bathy and ice shelf draft variable), update of hpg (definition of ze3wu in case of zps and vvl) and bfr (in case of 2 cell water column thickness, each cell feels top and bottom friction).

File:
1 edited

Legend:

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

    r4666 r4747  
    8282   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    8383   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     84   ln_isfcav   = .false.   !  ice shelf cavity 
    8485/ 
    8586!----------------------------------------------------------------------- 
     
    208209!!   namtra_qsr      penetrative solar radiation 
    209210!!   namsbc_rnf      river runoffs 
     211!!   namsbc_isf      ice shelf melting/freezing 
    210212!!   namsbc_apr      Atmospheric Pressure 
    211213!!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     
    232234                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    233235   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    234    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    235    nn_isf      = 1         !  0=no isf                   1 = presence of ISF  
     236   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
     237   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     238                           !  0 =no isf                  1 = presence of ISF  
    236239                           !  2 = bg03 parametrisation   3 = rnf file for isf    
    237240                           !  4 = ISF fwf specified 
     241                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    238242   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    239243   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
     
    640644   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    641645   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
    642    ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    643646   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    644647   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     648   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
     649   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     650   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
     651   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
     652   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
     653   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file ) 
     654   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T) 
     655 
    645656   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     657   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    646658/ 
    647659!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.