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

Ignore:
Timestamp:
2009-02-19T14:26:35+01:00 (15 years ago)
Author:
rblod
Message:

Update documentation for interpolation on the fly, see ticket #279

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namsbc_ssr

    r1225 r1320  
    44!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
    55!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
    6    sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
    7    sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .true.  ,   'yearly' 
     6   sn_sst       =  'sst_data.nc'     ,         24.       ,  'sst'     ,      .false.       ,    0   ,    0 
     7   sn_sss       =  'sss_data.nc'     ,        -12.       ,  'sss'     ,      .true.        ,    0   ,    0 
    88!    
    99   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    1212   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    1313   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    14 /       
     14/ 
Note: See TracChangeset for help on using the changeset viewer.