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 10419 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/stpctl.F90 – NEMO

Ignore:
Timestamp:
2018-12-19T20:46:30+01:00 (5 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: merge with trunk@10418, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OCE/stpctl.F90

    r10417 r10419  
    143143      !                                   !==  error handling  ==! 
    144144      IF( ( ln_ctl .OR. lsomeoce ) .AND. (   &             ! have use mpp_max (because ln_ctl=.T.) or contains some ocean points 
    145          &  zmax(1) >   15._wp .OR.   &                    ! too large sea surface height ( > 15 m ) 
     145         &  zmax(1) >   20._wp .OR.   &                    ! too large sea surface height ( > 20 m ) 
    146146         &  zmax(2) >   10._wp .OR.   &                    ! too large velocity ( > 10 m/s) 
    147147         &  zmax(3) >=   0._wp .OR.   &                    ! negative or zero sea surface salinity 
     
    161161         ENDIF 
    162162          
    163          WRITE(ctmp1,*) ' stp_ctl: |ssh| > 10 m  or  |U| > 10 m/s  or  S <= 0  or  S >= 100  or  NaN encounter in the tests' 
     163         WRITE(ctmp1,*) ' stp_ctl: |ssh| > 20 m  or  |U| > 10 m/s  or  S <= 0  or  S >= 100  or  NaN encounter in the tests' 
    164164         WRITE(ctmp2,9100) kt,   zmax(1), ih(1) , ih(2) 
    165165         WRITE(ctmp3,9200) kt,   zmax(2), iu(1) , iu(2) , iu(3) 
Note: See TracChangeset for help on using the changeset viewer.