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

Changeset 14699


Ignore:
Timestamp:
2021-04-13T14:16:16+02:00 (3 years ago)
Author:
agn
Message:

Make sure halo values of hml and pb_coup are initialised

File:
1 edited

Legend:

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

    r14677 r14699  
    18031803      REAL(wp), PARAMETER :: rn_vispyc_shr = 0.15 
    18041804 
     1805      pb_coup(:,:) = 0._wp 
     1806 
    18051807      DO jj = 2, jpjm1 
    18061808         DO ji = 2, jpim1 
    1807             pb_coup(ji,jj) = 0._wp 
    18081809            IF ( lconv(ji,jj) ) THEN 
    18091810 
     
    36753676          hbl (ji,jj) = gdepw_n(ji,jj,iiki  )    ! Turbocline depth 
    36763677          dh (ji,jj) = e3t_n(ji,jj,iiki-1  )     ! Turbocline depth 
     3678          hml (ji,jj) = hbl(ji,jj) - dh(ji,jj) 
    36773679       END DO 
    36783680    END DO 
Note: See TracChangeset for help on using the changeset viewer.