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.
ticket/0850 (diff) – NEMO

Changes between Version 3 and Version 4 of ticket/0850


Ignore:
Timestamp:
2011-07-20T14:29:27+02:00 (13 years ago)
Author:
poddo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0850

    v3 v4  
    8585||Does your change require a change in compiler options?||!'''NO !'''|| 
    8686 
    87 If any of these apply, please document the changes required here....... 
     87 
     88 
     89 
    8890in the namsbc the following bolean shoul;d be included : ln_blk_ecmwf 
     91 
     92 
    8993a dedicated namelist containing the files specification must be included: 
     94 
     95 
    9096&namsbc_ecmwf   !   namsbc_ecmwf  MFS bulk formulea 
     97 
     98 
    9199!----------------------------------------------------------------------- 
     100 
     101 
    92102!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     103 
     104 
    93105!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     106 
     107 
    94108   sn_wndi     =   'ecmwf'   ,        X          , 'u10'     ,    .true.    , .false. , 'daily'  ,'XX_bicubic.nc' , '' 
     109 
     110 
    95111   sn_wndj     =   'ecmwf'   ,        X          , 'v10'     ,    .true.    , .false. , 'daily'  ,'XX_bicubic.nc' , '' 
     112 
     113 
    96114   sn_clc      =   'ecmwf'   ,        X          , 'clc'     ,    .true.    , .false. , 'daily'  ,'XX_bilinear.nc', '' 
     115 
     116 
    97117   sn_msl      =   'ecmwf'   ,        X          , 'msl'     ,    .true.    , .false. , 'daily'  ,'XX_bicubic.nc' , '' 
     118 
    98119   sn_tair     =   'ecmwf'   ,        X          , 't2'      ,    .true.    , .false. , 'daily'  ,'XX_bicubic.nc' , '' 
     120 
    99121   sn_rhm      =   'ecmwf'   ,        X          , 'rh'      ,    .true.    , .false. , 'daily'  ,'XX_bilinear.nc', '' 
     122 
    100123   sn_prec     ='precip_cmap',        X          , 'precip'  ,    .true.    , .true.  , 'yearly' ,''                         , '' 
    101124 
    102125   cn_dir      = '/home/user/NEMO/DATA/ECMWF_nc/'      !  root directory for the location of the bulk files 
     126 
    103127   nn_qbw      = 4         !  0/1/2/3/4 type of bulk formula used to compute long wave radiation 
     128 
    104129 
    105130