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 4745 for branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/TOOLS/DMP_TOOLS – NEMO

Ignore:
Timestamp:
2014-08-14T17:18:46+02:00 (10 years ago)
Author:
timgraham
Message:

Modified documentation to describe new features.

Location:
branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/TOOLS/DMP_TOOLS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/TOOLS/DMP_TOOLS/namelist

    r4739 r4745  
    1010    ln_zero_top_layer = .true. ! No damping in top layer 
    1111    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) 
    1213    pn_surf = 0.25             ! Surface Relaxation timescale (days)  
    1314    pn_bot = 0.25              ! Bottom relaxation timescale (days) 
    1415    pn_dep = 1000              ! Transition depth from upper to deep ocean 
    15     nn_hdmp = 10               ! Damp poleward of this latitude (smooth transition up to maximum damping) 
    1616    jperio = 2                 ! Lateral boundary condition (as specified in namelist_cfg for model run). 
    1717/ 
  • branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/TOOLS/DMP_TOOLS/src/make_dmp_file.F90

    r4739 r4745  
    88  ! 
    99  !  Method:  1) Read in tmask from mesh_mask file to use as a template 
    10   !           2) Calculate restoration coefficients (user should modify to their 
    11   !           own specifications e.g. to mask certain regions only). 
    12   !           Avoid 3D arrays! 
     10  !           2) Calculate restoration coefficients according to options 
     11  !           specified in the namelist. The user may modify custom.F90 to 
     12  !           specify specific damping options e.g. to mask certain regions only). 
    1313  !           3) Write the array to output file 
    1414  ! 
Note: See TracChangeset for help on using the changeset viewer.