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.
nam_dmp_create in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/nam_dmp_create @ 5102

Last change on this file since 5102 was 5102, checked in by timgraham, 9 years ago

Merge of branches/2014/dev_r4650_UKMO3_masked_damping into trunk

File size: 1.5 KB
RevLine 
[5085]1&nam_dmp_create
2    cp_cfg = 'orca'            ! Name of model grid (orca and C1D have special options
3                               ! otherwise ignored)
4    cp_cfz = 'antarctic'       ! Name of zoom configuration (arctic and antarctic have
5                               ! some special treatment if lzoom=.true.)
6    jp_cfg = 2                 ! Resolution of the model (used for med_red_seas damping)
7    lzoom = .false.            ! Zoom configuration or not
8    ln_full_field = .false.    ! Calculate coefficient over whole of domain
9    ln_med_red_seas = .true.   ! Damping in Med/Red Seas
10                               ! (or local modifications here if ln_full_field=.true.)
11    ln_old_31_lev_code = .true.   ! Replicate behaviour of old online code for 31 level model
12                                  ! (Med/Red seas damping based on level number instead of depth)
13    ln_coast = .true.          ! Reduce near to coastlines
14    ln_zero_top_layer = .true. ! No damping in top layer
15    ln_custom = .false.        ! Call "custom" module to apply user modifications to the
16                               ! damping coefficient field
17    pn_surf = 0.25             ! Surface Relaxation timescale (days)
18    pn_bot = 0.25              ! Bottom relaxation timescale (days)
19    pn_dep = 1000              ! Transition depth from upper to deep ocean
20    nn_hdmp = 10               ! Damp poleward of this latitude (smooth transition up to maximum damping)
21    jperio = 2                 ! Lateral boundary condition (as specified in namelist_cfg for model run).
22/
23
Note: See TracBrowser for help on using the repository browser.