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

Changeset 14487


Ignore:
Timestamp:
2021-02-18T16:50:29+01:00 (3 years ago)
Author:
dancopsey
Message:

Remove temporary fix (it wasn't fixing the problem).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/ZDF/zdfosm.F90

    r14473 r14487  
    395395      ghams(:,:,:)   = 0._wp ; ghamu(:,:,:)   = 0._wp ; ghamv(:,:,:) = 0._wp 
    396396 
    397       ! ************* TEMPORARY FIX ***************** 
    398       ! Make sure hbl is always positive. Temporary fix to be removed when 
    399       ! we find out what is causing negative values of hbl. 
    400       hbl = MAX(hbl,gdepw_n(:,:,4))  
    401  
    402  
     397       ! hbl = MAX(hbl,epsln) 
    403398      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    404399      ! Calculate boundary layer scales 
Note: See TracChangeset for help on using the changeset viewer.