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

Ignore:
Timestamp:
2022-03-08T18:55:08+01:00 (2 years ago)
Author:
dbruciaferri
Message:

modifications for restoring upper 300 m to EN4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/tools_r4.0-HEAD_dev_DMP_TOOLS/DMP_TOOLS/namelist

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