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 5466 for branches/2015 – NEMO

Changeset 5466 for branches/2015


Ignore:
Timestamp:
2015-06-23T14:01:17+02:00 (9 years ago)
Author:
hliu
Message:

turn off vertical length scale warning when W/D is on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r4826_NOC_WAD/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r5074 r5466  
    15621562! check the coordinate makes sense 
    15631563!================================================================================ 
     1564      IF(ln_wd) THEN 
    15641565      DO ji = 1, jpi 
    15651566         DO jj = 1, jpj 
     
    16061607         END DO 
    16071608      END DO 
     1609      END IF 
    16081610      ! 
    16091611      CALL wrk_dealloc( jpi, jpj, zenv, ztmp, zmsk, zri, zrj, zhbat , ztmpi1, ztmpi2, ztmpj1, ztmpj2 ) 
Note: See TracChangeset for help on using the changeset viewer.