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 9265 for branches/NERC – NEMO

Changeset 9265 for branches/NERC


Ignore:
Timestamp:
2018-01-19T12:16:23+01:00 (6 years ago)
Author:
jpalmier
Message:

JPALM -- GMED 371 -- reduce T min Warning to -10 degree as suggested by Pierre Mathiot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_Carb_Fail_from_GO6_9163/NEMOGCM/NEMO/OPA_SRC/stpctl.F90

    r9245 r9265  
    185185      ENDIF 
    186186      ! 
    187       IF( ztmin < -3.) THEN  ! we've got a problem 
     187      IF( ztmin < -10.) THEN  ! we've got a problem 
    188188         IF (lk_mpp) THEN 
    189189            CALL mpp_minloc ( tsn(:,:,1,jp_tem),tmask(:,:,1), ztmin, ii,ij ) 
     
    196196         IF(lwp) THEN 
    197197            WRITE(numout,*) 'stp_ctl:tracer anomaly: *****    WARNING     *****' 
    198             WRITE(numout,*) 'stp_ctl:tracer anomaly: sea surface temperature < -3C' 
     198            WRITE(numout,*) 'stp_ctl:tracer anomaly: sea surface temperature < -10C' 
    199199            WRITE(numout,9700) kt, ztmin, ii, ij 
    200200            WRITE(numout,*) 'stp_ctl:tracer anomaly: ***** END OF WARNING *****' 
Note: See TracChangeset for help on using the changeset viewer.