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 trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsbc_ssr @ 996

Last change on this file since 996 was 994, checked in by gm, 16 years ago

trunk - add steven correction + several other things + rename BETA into TexFiles?

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_ssr     surface boundary condition : sea surface restoring
3!-----------------------------------------------------------------------
4   cn_dir       = './'     ! directory in which the model is executed
5   nn_sstr      = 0        ! =0/1   add a retroaction term in the surface heat flux
6   nn_sssr      = 0        ! =O/1/2 add a damping term in the surface freshwater flux
7                           !        (=1, salt flux, concentration/dillution emps only)
8                           !        (=2, volume flux, both emp and emps are updated)
9   dqdt         = -40.     ! magnitude of the retroaction on temperature [W/m2/K]
10   deds         =  27.7    ! magnitude of the damping on salinity [mm/day]
11!     
12!  THE ORDER OF THE FILES MATTER:
13!               !   file name        ! frequency (hours) ! variable   ! time interpolation !  clim  ! starting !
14!               !                    !   (if <0  months) !   name     !     (logical)      !  (0/1) !  record  !
15   sn_sst       =  'sst_data.nc'     ,         24.       ,  'sst'     ,      .false.       ,    0   ,    0
16   sn_sss       =  'sss_data.nc'     ,        -12.       ,  'sss'     ,      .true.        ,    0   ,    0
17/     
Note: See TracBrowser for help on using the repository browser.