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 11042 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namthd_sal – NEMO

Ignore:
Timestamp:
2019-05-23T15:46:11+02:00 (5 years ago)
Author:
girrmann
Message:

dev_r10984_HPC-13 : update with trunk at revision 11041

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namthd_sal

    • Property svn:mime-type set to text/x-fortran
    r10201 r11042  
    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.