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 12750 for NEMO/branches/UKMO/r12083_India_uncoupled/src/OCE/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2020-04-15T18:38:50+02:00 (4 years ago)
Author:
jcastill
Message:

Comment some excessive warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r12083_India_uncoupled/src/OCE/DYN/dynnxt.F90

    r12554 r12750  
    397397 
    398398   SUBROUTINE dyn_limit_velocity (kt)  
    399       ! limits maxming vlaues of un and vn by volume courant number  
     399      ! limits maximum values of un and vn by volume courant number  
    400400      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index  
    401401      !  
     
    447447         ENDDO  
    448448      ENDDO  
    449       CALL lbc_lnk_multi( 'dynnxt', un(:,:,:), 'U',  -1., vn(:,:,:), 'V',  -1. ) 
     449!      CALL lbc_lnk_multi( 'dynnxt', un(:,:,:), 'U',  -1., vn(:,:,:), 'V',  -1. ) 
    450450  
    451451    END SUBROUTINE dyn_limit_velocity 
Note: See TracChangeset for help on using the changeset viewer.