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 11342 for NEMO – NEMO

Changeset 11342 for NEMO


Ignore:
Timestamp:
2019-07-25T10:33:04+02:00 (5 years ago)
Author:
clevy
Message:

bugfix stopar.F90 correct logical check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/OCE/STO/stopar.F90

    r10425 r11342  
    270270      IF(lwm) WRITE ( numond, namsto ) 
    271271 
    272       IF( .NOT.ln_rststo ) THEN   ! no use of stochastic parameterization 
     272      IF( .NOT.ln_sto_eos ) THEN   ! no use of stochastic parameterization 
    273273         IF(lwp) THEN 
    274274            WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.