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.
namelist in NEMO/branches/UKMO/tools_r4.0-HEAD_dev_DMP_TOOLS/DMP_TOOLS – NEMO

source: NEMO/branches/UKMO/tools_r4.0-HEAD_dev_DMP_TOOLS/DMP_TOOLS/namelist @ 15745

Last change on this file since 15745 was 15745, checked in by dbruciaferri, 2 years ago

modifications for restoring upper 300 m to EN4

File size: 2.3 KB
Line 
1&nam_dmp_create
2    cp_cfg = 'orca025'           ! Name of model grid (orca and C1D have
3                                 ! special options - otherwise ignored)
4    cp_cfz = 'antarctic'         ! Name of zoom configuration (arctic and
5                                 ! antarctic have some special
6                                 ! treatment if lzoom=.true.)
7    jp_cfg = 2                   ! Resolution of the model (used for med_red_seas damping)
8    lzoom = .false.              ! Zoom configuration or not
9    ln_full_field = .true.       ! Calculate coefficient over whole of domain
10    ln_med_red_seas = .false.    ! Damping in Med/Red Seas (or local modifications
11                                 ! here if ln_full_field=.true.)
12    ln_old_31_lev_code = .false. ! Replicate behaviour of old online code for 31 level model
13                                 ! (Med/Red seas damping based on level number instead of depth)
14    ln_coast = .true.            ! Reduce near to coastlines
15    ln_zero_top_layer = .false.  ! No damping in top layer
16    ln_custom = .true.           ! Call "custom" module to apply user modifications to
17                                 ! the damping coefficient field
18    nn_hdmp = 0                  ! Damp poleward of this latitude
19                                 ! (smooth transition up to maximum damping)
20    pn_surf = 0.25               ! Surface Relaxation timescale (days)
21    pn_bot  = 0.                 ! Bottom relaxation timescale (days)
22    ln_exp  = .false.             ! Using exponential (T) or logistic (F)
23                                 ! vertical decay of restoring
24    pn_dep  = 250.               ! Transition depth from upper to deep ocean
25                                 ! (value of the sigmoid's midpoint if logistic decay)
26    rn_k    = 4.                 ! steepness of logistic curve
27    pn_cst  = 200.               ! distance from the coast (km)
28    jperio  = 4                  ! Lateral boundary condition
29                                 ! (as specified in namelist_cfg for model run).
30/
31
32&nam_zoom_dmp
33    lzoom_n = .false.     ! Open boundary had northern edge?
34    lzoom_e = .false.     ! Open boundary at eastern edge?
35    lzoom_w = .false.     ! Open boundary at western edge?
36    lzoom_s = .false.     ! Open boundary at southern edge?
37/
Note: See TracBrowser for help on using the repository browser.