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 10528 for NEMO/trunk/src/OCE/LBC – NEMO

Ignore:
Timestamp:
2019-01-16T11:25:41+01:00 (5 years ago)
Author:
smasson
Message:

trunk: bugfix in lib_mpp for non-MPP compilation, see #2210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/LBC/lib_mpp.F90

    r10526 r10528  
    16431643   CHARACTER(len=32), DIMENSION(1), PUBLIC  ::   c_delaylist = 'empty' 
    16441644   CHARACTER(len=32), DIMENSION(1), PUBLIC  ::   c_delaycpnt = 'empty' 
     1645   LOGICAL, PUBLIC                          ::   l_full_nf_update = .TRUE. 
    16451646   TYPE ::   DELAYARR 
    16461647      REAL(   wp), POINTER, DIMENSION(:) ::  z1d => NULL() 
Note: See TracChangeset for help on using the changeset viewer.