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 14131 for NEMO/trunk/src/OCE/stpctl.F90 – NEMO

Ignore:
Timestamp:
2020-12-08T13:09:14+01:00 (3 years ago)
Author:
jchanut
Message:

#2537, repais rcompilation issue induced by previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/stpctl.F90

    r14127 r14131  
    2626   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2727   USE lib_mpp         ! distributed memory computing 
    28    USE eosbn2 
     28   USE eosbn2, ONLY: ln_SEOS, rn_b0 
    2929   ! 
    3030   USE netcdf          ! NetCDF library 
     
    184184      !                                   !==  done by all processes at every time step  ==! 
    185185      ! 
    186       IF ( ln_seos.AND.(rn_lambda2==0._wp) ) THEN        ! Discard checks on salinity 
     186      IF ( ln_SEOS.AND.(rn_b0==0._wp) ) THEN             ! Discard checks on salinity 
    187187         zmaxsal = +1.e38                                ! if not used in eos 
    188188         zminsal = -1.e38  
Note: See TracChangeset for help on using the changeset viewer.