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

source: trunk/DOC/TexFiles/Namelist/namsbc_clio @ 1320

Last change on this file since 1320 was 1320, checked in by rblod, 15 years ago

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

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_clio              CLIO bulk formulea
3!-----------------------------------------------------------------------
4!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or !
5!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  !
6   sn_utau      =    'taux_1m'       ,      -12.         , 'sozotaux' ,     .false.        ,    1   ,    0     , ''       , ''
7   sn_vtau      =    'tauy_1m'       ,      -12.         , 'sometauy' ,     .false.        ,    1   ,    0     , ''       , ''
8   sn_wndm      =    'flx'           ,      -12.         , 'socliowi' ,     .false.        ,    1   ,    0     , ''       , ''
9   sn_tair      =    'flx'           ,      -12.         , 'socliot1' ,     .false.        ,    1   ,    0     , ''       , ''
10   sn_humi      =    'flx'           ,      -12.         , 'socliohu' ,     .false.        ,    1   ,    0     , ''       , ''
11   sn_ccov      =    'flx'           ,      -12.         , 'socliocl' ,     .false.        ,    1   ,    0     , ''       , ''
12   sn_prec      =    'flx'           ,      -12.         , 'socliopl' ,     .false.        ,    1   ,    0     , ''       , ''
13
14!
15   cn_dir      = './'      !  root directory for the location of the bulk files are
16/
Note: See TracBrowser for help on using the repository browser.