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

Ignore:
Timestamp:
2019-07-15T12:09:30+02:00 (5 years ago)
Author:
laurent
Message:

LB: CSWL param now uses NEMO time step (rdt) and previous-t value of t_skin as first guess.

File:
1 edited

Legend:

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

    r11182 r11266  
    3434   IMPLICIT NONE 
    3535   PRIVATE 
    36     
    37    PUBLIC :: CSWL_ECMWF   ! called by sbcblk_algo_*.F90 
     36 
     37   PUBLIC :: CSWL_ECMWF   ! called by sbcblk_algo_coare.F90 and sbcblk_algo_ecmwf.F90 
    3838 
    3939   !! Cool-Skin / Warm-Layer related parameters: 
    40    REAL(wp), PARAMETER :: rdt0 = 3600.*1.5 !: time step 
     40   !LB: we use "rdt" instead !!! REAL(wp), PARAMETER :: rdt0 = 3600.*1.5 !: time step 
    4141   REAL(wp), PARAMETER :: rd0  = 3.        !: Depth scale [m], "d" in Eq.11 (Zeng & Beljaars 2005) 
    4242   REAL(wp), PARAMETER :: rNu0 = 0.5       !: Nu (exponent of temperature profile) Eq.11 
     
    162162      IF( nbi > 1 ) THEN 
    163163         !! Itterating for warm-layer solution 
    164          zdt   = rdt0/REAL(nbi) 
     164         zdt   = rdt/REAL(nbi) 
    165165         rmult = 1._wp 
    166166      ELSE 
Note: See TracChangeset for help on using the changeset viewer.