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

Changeset 14410


Ignore:
Timestamp:
2021-02-05T13:46:42+01:00 (3 years ago)
Author:
agn
Message:

rn_osm_hmle_limit is factor limiting hmle again ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser_4.0/src/OCE/ZDF/zdfosm.F90

    r14409 r14410  
    26292629              ENDIF 
    26302630           ENDIF 
    2631            hmle(ji,jj) = MIN(hmle(ji,jj), ht_n(ji,jj)) 
    2632           IF(ln_osm_hmle_limit) hmle(ji,jj) = MIN(hmle(ji,jj), MAX(rn_osm_hmle_limit,1.2*hbl(ji,jj)) ) 
     2631           hmle(ji,jj) = MAX(MIN(hmle(ji,jj), ht_n(ji,jj)),  gdepw_n(ji,jj,4)) 
     2632           IF(ln_osm_hmle_limit) hmle(ji,jj) = MIN(hmle(ji,jj), rn_osm_hmle_limit*hbl(ji,jj) ) 
    26332633        END DO 
    26342634      END DO 
Note: See TracChangeset for help on using the changeset viewer.