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

source: trunk/DOC/TexFiles/Namelist/namsbc_flx @ 994

Last change on this file since 994 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.1 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_flx      surface boundary condition : flux formulation     
3!-----------------------------------------------------------------------
4   cn_dir       = './'     ! directory in which the model is executed
5!
6!  THE ORDER OF THE FILES MATTER:
7!               !      file name     ! frequency (hours) ! variable ! time interpolation !  clim  ! starting !
8!               !                    !   (if <0  months) !   name   !     (logical)      !  (0/1) !  record  !
9   sn_utau      =      'utau.nc'     ,        24.        ,  'utau'  ,      .false.       ,    0   ,     0
10   sn_vtau      =      'vtau.nc'     ,        24.        ,  'vtau'  ,      .false.       ,    0   ,     0
11   sn_qtot      =      'qtot.nc'     ,        24.        ,  'qtot'  ,      .false.       ,    0   ,     0
12   sn_qsr       =      'qsr.nc'      ,        24.        ,  'qsr'   ,      .false.       ,    0   ,     0
13   sn_emp       =      'emp.nc'      ,        24.        ,  'emp'   ,      .false.       ,    0   ,     0
14/     
Note: See TracBrowser for help on using the repository browser.