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_blk in NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists/namsbc_blk @ 10008

Last change on this file since 10008 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
File size: 3.4 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
3!-----------------------------------------------------------------------
4!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask !
5!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      !
6   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , ''
7   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , ''
8   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
9   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
10   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
11   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
12   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
13   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
14   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
15   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , ''
16   !                    !  bulk algorithm :
17   ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008)
18   ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
19   ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013)
20   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
21   !
22   cn_dir      = './'      !  root directory for the location of the bulk files
23   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
24   rn_zqt      = 10.       !  Air temperature and humidity reference height (m)
25   rn_zu       = 10.       !  Wind vector reference height (m)
26   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
27   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
28   rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to
29   !                       !  calculate the wind stress (0.=absolute or 1.=relative winds)
30   ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012)
31   ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
32/
Note: See TracBrowser for help on using the repository browser.