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 14921 for NEMO/trunk/src/OCE/TRA/tramle.F90 – NEMO

Ignore:
Timestamp:
2021-05-28T14:19:26+02:00 (3 years ago)
Author:
smueller
Message:

Merge of development branch /NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining into /NEMO/trunk (ticket #2353)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/tramle.F90

    r14834 r14921  
    366366         r1_ft(:,:) = 1._wp / SQRT(  ff_t(:,:) * ff_t(:,:) + z1_t2  ) 
    367367         ! 
    368          ! Specifically, dbdx_mle, dbdy_mle and mld_prof need to be defined for nn_hls = 2 
    369          IF( nn_hls == 2 .AND. ln_osm_mle .AND. ln_zdfosm ) THEN 
    370             CALL ctl_stop('nn_hls = 2 cannot be used with ln_mle = ln_osm_mle = ln_zdfosm = T (zdfosm not updated for nn_hls = 2)') 
    371          ENDIF 
    372368      ENDIF 
    373369      ! 
Note: See TracChangeset for help on using the changeset viewer.