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 15278 for NEMO/branches/UKMO/tools_r4.0-HEAD_dev_MEs/DOMAINcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2021-09-22T18:44:26+02:00 (3 years ago)
Author:
dbruciaferri
Message:

reorganising code in more general structure and adding partial-steps for MEs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/tools_r4.0-HEAD_dev_MEs/DOMAINcfg/namelist_ref

    r15129 r15278  
    107107   ln_isfcav   = .false.   !  ice shelf cavity 
    108108   ln_linssh   = .false.   !  linear free surface 
     109   ln_loc_zgr  = .false.   !  to localise the chosen vert. coord. system 
     110                           !  If TRUE, the user must provide: 
     111                           !     1) a bathy_meter.nc file including 
     112                           !        *) s2z_msk: 2D mask for s(=2), s2z(=1) and z(=0) areas 
     113                           !        *) s2z_wgt: 2D field with 1 in s-areas, distance-based 
     114                           !                    weights (0<wgt<1) in s2z-areas and 0 elsewhere. 
     115                           !     2) a domain_cfg_global.nc file including all the geometrical 
     116                           !        information describing the vertical grid used globally. 
    109117/ 
    110118!----------------------------------------------------------------------- 
     
    160168   rn_bot_max  = 2201.5    ! maximum depth of the ocean bottom (= ocean depth) (>0) (m) 
    161169 
    162    ln_loc_mes  = .FALSE.   ! To use MEs-coordinates only in localised regions.  
    163                            ! If TRUE, the user must provide: 
    164                            !     1) a bathy_meter.nc file including 
    165                            !        *) s2z_msk: 2D mask for s(=2), s2z(=1) and z(=0) areas 
    166                            !        *) s2z_wgt: 2D field with 1 in s-areas, distance-based  
    167                            !                    weights (0<wgt<1) in s2z-areas and 0 elsewhere. 
    168                            !     2) a domain_cfg_global.nc file including all the geometrical 
    169                            !        information describing the vertical grid used globally.   
     170   ln_pst_mes   = .FALSE.  ! To use partial-steps algorithm where MEs-coordinates are used. 
     171   ln_pst_l2g   = .FALSE.  ! To use partial-steps algorithm in the transition area  
     172                           ! (requires ln_loc_zgr = .TRUE.) 
     173   rn_e3pst_min = 20.      ! partial step thickness is set larger than the minimum of 
     174   rn_e3pst_rat = 0.1      ! rn_e3pst_min and rn_e3pst_rat*e3t, with 0<rn_e3pst_rat<1 
    170175/ 
    171176!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.