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 11111 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk_algo_coare3p5.F90 – NEMO

Ignore:
Timestamp:
2019-06-14T15:55:28+02:00 (5 years ago)
Author:
laurent
Message:

LB: skin temperature now used by ECMWF bulk algorithm, and can be xios-ed ; new module "SBC/sbcblk_skin.F90" ; all physical constants defined in SBC now moved to "DOM/phycst.F90"; all air-properties and other ABL functions gathered in a new module: "SBC/sbcblk_phymbl.F90".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk_algo_coare3p5.F90

    r10069 r11111  
    1414   !! 
    1515   !!       Routine turb_coare3p5 maintained and developed in AeroBulk 
    16    !!                     (http://aerobulk.sourceforge.net/) 
     16   !!                     (https://github.com/brodeau/aerobulk/) 
    1717   !! 
    1818   !!            Author: Laurent Brodeau, 2016, brodeau@gmail.com 
     
    5151   REAL(wp), PARAMETER ::   zi0        = 600.      ! scale height of the atmospheric boundary layer...1 
    5252   REAL(wp), PARAMETER ::   Beta0      =   1.25    ! gustiness parameter 
    53    REAL(wp), PARAMETER ::   rctv0      =   0.608   ! constant to obtain virtual temperature... 
    5453 
    5554   !!---------------------------------------------------------------------- 
     
    6867      !! ** Method : Monin Obukhov Similarity Theory 
    6968      !! 
    70       !! ** Author: L. Brodeau, june 2016 / AeroBulk (https://sourceforge.net/p/aerobulk)  
     69      !! ** Author: L. Brodeau, june 2016 / AeroBulk (https://github.com/brodeau/aerobulk/)  
    7170      !! 
    7271      !! INPUT : 
     
    265264      !! 
    266265      !! Author: L. Brodeau, june 2016 / AeroBulk 
    267       !!         (https://sourceforge.net/p/aerobulk) 
     266      !!         (https://github.com/brodeau/aerobulk/) 
    268267      !!------------------------------------------------------------------------ 
    269268      REAL(wp), DIMENSION(jpi,jpj)             :: One_on_L         !: 1./(Monin Obukhov length) [m^-1] 
     
    300299      !!       form from Beljaars and Holtslag (1991) 
    301300      !! 
    302       !! ** Author: L. Brodeau, june 2016 / AeroBulk (https://sourceforge.net/p/aerobulk) 
     301      !! ** Author: L. Brodeau, june 2016 / AeroBulk (https://github.com/brodeau/aerobulk/) 
    303302      !!---------------------------------------------------------------------------------- 
    304303      REAL(wp), DIMENSION(jpi,jpj) :: psi_m_coare 
     
    353352      !! 
    354353      !! Author: L. Brodeau, june 2016 / AeroBulk 
    355       !!         (https://sourceforge.net/p/aerobulk) 
     354      !!         (https://github.com/brodeau/aerobulk/) 
    356355      !!---------------------------------------------------------------- 
    357356      !! 
     
    396395      !! 
    397396      !! Author: L. Brodeau, june 2016 / AeroBulk 
    398       !!         (https://sourceforge.net/p/aerobulk) 
     397      !!         (https://github.com/brodeau/aerobulk/) 
    399398      !!--------------------------------------------------------------------- 
    400399      REAL(wp), DIMENSION(jpi,jpj)             ::   visc_air 
Note: See TracChangeset for help on using the changeset viewer.