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

Changeset 14760


Ignore:
Timestamp:
2021-04-28T11:03:37+02:00 (3 years ago)
Author:
smueller
Message:

Synchronisation of the OSMOSIS boundary layer scheme with the version developed in branch /NEMO/branches/NERC/dev_r11078_OSMOSIS_IMMERSE_Nurser_4.0: transfer of changesets [14755,14756,14759] (ticket #2353)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/src/OCE/ZDF/zdfosm.F90

    r14758 r14760  
    15081508         zekman(A2D(0)) = EXP( -1.0_wp * zek * ABS( ff_t(A2D(0)) ) * zhbl(A2D(0)) / MAX(sustar(A2D(0)), 1.e-8 ) ) 
    15091509 
     1510         zshear(:,:) = zlarge 
    15101511         zshear(A2D(0)) = 0._wp 
    15111512#ifdef key_osm_debug 
     
    33973398      INTEGER  ::   ji, jj, jk     ! dummy loop indices 
    33983399      REAL z1_t2 
     3400      REAL(wp) ::   zlarge = -1.0e10_wp, zero = 0.0_wp 
    33993401      !! 
    34003402      NAMELIST/namzdf_osm/ ln_use_osm_la, rn_osm_la, rn_osm_dstokes, nn_ave & 
     
    35663568      ENDIF 
    35673569 
     3570      dstokes(:,:) = zlarge 
    35683571      IF (nn_osm_wave == 0) THEN 
    35693572         dstokes(:,:) = rn_osm_dstokes 
     
    36723675            CALL iom_get( numror, jpdom_auto, 'hbl' , hbl  ) 
    36733676            CALL iom_get( numror, jpdom_auto, 'dh', dh ) 
     3677            hml(:,:) = hbl(:,:) - dh(:,:)   ! Initialise ML depth 
    36743678            WRITE(numout,*) ' ===>>>> :  hbl & dh read from restart file' 
    36753679            IF( ln_osm_mle ) THEN 
Note: See TracChangeset for help on using the changeset viewer.