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 12065 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_sal – NEMO

Ignore:
Timestamp:
2019-12-05T12:06:36+01:00 (4 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12055 (ticket #2194)

Location:
NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc

    • Property svn:ignore deleted
    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/namelists/namthd_sal

    • Property svn:mime-type set to text/x-fortran
    r10201 r12065  
    55                                      !     1: constant ice salinity (S=rn_icesal) 
    66                                      !     2: varying salinity parameterization S(z,t) 
    7                                       !     3: prescribed salinity profile S(z), Schwarzacher, 1959 
    8    rn_icesal        =   4.            !    (nn_icesal=1) ice salinity (g/kg) 
    9    rn_sal_gd        =   5.            !  restoring ice salinity, gravity drainage (g/kg) 
    10    rn_time_gd       =   1.73e+6       !  restoring time scale, gravity drainage  (s) 
    11    rn_sal_fl        =   2.            !  restoring ice salinity, flushing (g/kg) 
    12    rn_time_fl       =   8.64e+5       !  restoring time scale, flushing (s) 
     7                                      !     3: prescribed salinity profile S(z) (Schwarzacher 1959) 
     8   rn_icesal        =   4.            !      (nn_icesal=1) ice salinity (g/kg) 
     9   rn_sal_gd        =   5.            !      (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) 
     10   rn_time_gd       =   1.73e+6       !      (nn_icesal=2) restoring time scale,  gravity drainage  (s) 
     11   rn_sal_fl        =   2.            !      (nn_icesal=2) restoring ice salinity, flushing (g/kg) 
     12   rn_time_fl       =   8.64e+5       !      (nn_icesal=2) restoring time scale,  flushing (s) 
    1313   rn_simax         =  20.            !  maximum tolerated ice salinity (g/kg) 
    1414   rn_simin         =   0.1           !  minimum tolerated ice salinity (g/kg) 
Note: See TracChangeset for help on using the changeset viewer.