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 15249 for NEMO/trunk/src/OCE/ZDF/zdfphy.F90 – NEMO

Ignore:
Timestamp:
2021-09-13T11:59:09+02:00 (3 years ago)
Author:
hadcv
Message:

#2721: Fix SETTE debug failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ZDF/zdfphy.F90

    r15182 r15249  
    146146         wi    (:,:,:) = 0._wp 
    147147      ENDIF 
     148      !                                  ! Initialise zdf_mxl arrays (only hmld as not set everywhere when nn_hls > 1) 
     149      IF( zdf_mxl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'zdf_mxl : unable to allocate arrays' ) 
     150      hmld(:,:) = 0._wp 
    148151      !                          !==  Background eddy viscosity and diffusivity  ==! 
    149152      IF( nn_avb == 0 ) THEN             ! Define avmb, avtb from namelist parameter 
Note: See TracChangeset for help on using the changeset viewer.