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 12163 – NEMO

Changeset 12163


Ignore:
Timestamp:
2019-12-10T17:57:47+01:00 (4 years ago)
Author:
cetlod
Message:

Commit changes in DOC

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/doc/latex/NEMO/main/bibliography.bib

    r12161 r12163  
    31603160author = "E. B. Kraus and J. A. Businger", 
    31613161title = "Atmosphere-ocean interaction.", 
    3162 journal="Quarterly Journal of the Royal Meteorological Society", 
     3162journal="Quarterly Journal of the Royal Meteorological Society",, 
    31633163year = "1996", 
    31643164volume = "122", 
     
    32053205} 
    32063206 
    3207 @techreport{fairall.blomquist_rpt18, 
    3208   title         = "The {TOGA-COARE} bulk air-sea flux algorithm", 
    3209   pages         = "16", 
    3210   author        = "C. W. Fairall and B. Blomquist and L. Bariteau and J. B. Edson", 
    3211   institution   = "(NOAA/ERSL/PSD, Boulder, USA", 
    3212   year          = "2018", 
    3213   month         = "aug", 
    3214   url           = "ftp://ftp.etl.noaa.gov/BLO/Air-Sea/bulkalg/cor3_6/coare36_readme_1.doc" 
    3215 } 
    3216  
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/doc/latex/NEMO/subfiles/chap_SBC.tex

    r12161 r12163  
    11\documentclass[../main/NEMO_manual]{subfiles} 
     2\usepackage{fontspec} 
     3\usepackage{fontawesome} 
    24 
    35\begin{document} 
     
    535537\label{sec:SBC_blk} 
    536538 
    537 % L. Brodeau, December 2019... 
     539% L. Brodeau, December 2019... % 
    538540 
    539541\begin{listing} 
     
    657659\item NCAR, formerly known as CORE, \citep{large.yeager_rpt04,large.yeager_CD09} 
    658660\item COARE 3.0 \citep{fairall.bradley.ea_JC03} 
    659 \item COARE 3.6 \citep{edson.jampana.ea_JPO13,fairall.blomquist_rpt18} 
     661\item COARE 3.6 \citep{edson.jampana.ea_JPO13} 
    660662\item ECMWF (IFS documentation, cy45) 
    661663\end{itemize} 
     
    691693For the cool-skin scheme parametrization COARE and ECMWF algorithms share the same 
    692694basis: \citet{fairall.bradley.ea_JGR96}. With some minor updates based 
    693 on \citet{zeng.beljaars_GRL05} for ECMWF, and \citet{fairall.blomquist_rpt18} for COARE 
     695on \citet{zeng.beljaars_GRL05} for ECMWF, and \citet{fairall.ea_19} for COARE 
    6946963.6. 
    695697 
     
    698700turbulence input from Langmuir circulation). 
    699701 
    700 Importantly, COARE warm-layer scheme \citep{fairall.blomquist_rpt18} includes a prognostic 
     702Importantly, COARE warm-layer scheme \citep{fairall.ea_19} includes a prognostic 
    701703equation for the thickness of the warm-layer, while it is considered as constant 
    702704in the ECWMF algorithm. 
    703  
    704 \begin{figure}[!t] 
    705   \centering 
    706   \includegraphics[width=0.96\textwidth]{SBC_dT_skin-SST} 
    707   \caption[Skin temperature]{Hourly difference between skin temperature and 
    708   bulk SST (1\,m deep) simulated by the NEMO \texttt{STATION\_ASF} test-case, 
    709   based on in-situ data from PAPA station (50.1\deg N, 144.9\deg W) in 2018; for 
    710   two different sets of ``bulk algorithm + cool-skin/warm-layer 
    711   parametrizations'': COARE 3.6 and ECMWF.} 
    712   \label{fig:SBC_dT_skin-SST} 
    713 \end{figure} 
    714  
    715  
    716 % 
    717  
    718705 
    719706 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/doc/namelists/namsbc_blk

    r11703 r12163  
    11!----------------------------------------------------------------------- 
    2 &namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
     2&namsbc_blk    !   namsbc_blk  generic Bulk formula          (ln_blk =T) 
    33!----------------------------------------------------------------------- 
    44   !                    !  bulk algorithm : 
    5    ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     5   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    66   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    7    ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    8    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     7   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     8   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 45r1) 
    99      ! 
    10       rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
    11       rn_zu       = 10.       !  Wind vector reference height (m) 
    12       ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    13       ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    14       ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    15       rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    16       rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    17       rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    18       !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    19  
     10      rn_zqt     = 10.      !  Air temperature & humidity reference height (m) 
     11      rn_zu      = 10.      !  Wind vector reference height (m) 
     12      ln_Cd_L12  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2012) 
     13      ln_Cd_L15  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2015) 
     14      !                     !  - module of the mean stress" data 
     15      rn_pfac    = 1.       !  multipl. factor for precipitation (total & snow) 
     16      rn_efac    = 1.       !  multipl. factor for evaporation (0. or 1.) 
     17      rn_vfac    = 0.       !  multipl. factor for ocean & ice velocity  
     18      !                     !  used to calculate the wind stress 
     19      !                     ! (0. => absolute or 1. => relative winds) 
     20      ln_skin_cs = .false.  !  use the cool-skin parameterization 
     21      ln_skin_wl = .false.  !  use the warm-layer parameterization 
     22      !                     !   ==> only available in ECMWF and COARE algorithms 
     23      ln_humi_sph = .true.  !  humidity "sn_humi" is specific humidity  [kg/kg] 
     24      ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K] 
     25      ln_humi_rlh = .false. !  humidity "sn_humi" is relative humidity     [%] 
     26   ! 
    2027   cn_dir      = './'      !  root directory for the bulk data location 
    2128   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    2835   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    2936   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     37   sn_hpgi     = 'NONE'                       ,   24.        , 'uhpg'    ,   .false.   , .false., 'monthly' , 'weights_ERAI3D_F128_2_ORCA2_bicubic', 'UG'     , '' 
     38   sn_hpgj     = 'NONE'                       ,   24.        , 'vhpg'    ,   .false.   , .false., 'monthly' , 'weights_ERAI3D_F128_2_ORCA2_bicubic', 'VG'     , '' 
    3039   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    3140   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    3241   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    33    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    3442/ 
Note: See TracChangeset for help on using the changeset viewer.