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.
namsbc_ssr in NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists/namsbc_ssr @ 12658

Last change on this file since 12658 was 11703, checked in by nicolasmartin, 4 years ago

Update as well the manual namelists

  • Property svn:mime-type set to text/x-fortran
File size: 1.6 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
3!-----------------------------------------------------------------------
4   nn_sstr     =     0     !  add a retroaction term to the surface heat flux (=1) or not (=0)
5      rn_dqdt     = -40.      !  magnitude of the retroaction on temperature   [W/m2/K]
6   nn_sssr     =     0     !  add a damping term to the surface freshwater flux (=2)
7      !                    !  or to SSS only (=1) or no damping term (=0)
8      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
9      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
10      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
11
12   cn_dir      = './'      !  root directory for the SST/SSS data location
13   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
14   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
15   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
16   sn_sst      = 'sst_data'              ,        24.        ,  'sst'    ,    .false.  , .false., 'yearly'  ,    ''            ,    ''    ,     ''
17   sn_sss      = 'sss_data'              ,        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     ''
18/
Note: See TracBrowser for help on using the repository browser.