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 1726 – NEMO

Changeset 1726


Ignore:
Timestamp:
2009-11-12T17:43:26+01:00 (14 years ago)
Author:
smasson
Message:

force taum > 0 in coupled mode, see ticket:598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbccpl.F90

    r1710 r1726  
    667667      ELSE 
    668668         llnewtau = nrcvinfo(jpr_taum) == OASIS_Rcv 
     669         ! Stress module can be negative when received (interpolation problem) 
     670         IF( llnewtau ) THEN  
     671            DO jj = 1, jpj 
     672               DO ji = 1, jpi  
     673                  frcv(ji,jj,jpr_taum) = MAX( 0.0e0, frcv(ji,jj,jpr_taum) ) 
     674               END DO 
     675            END DO 
     676         ENDIF 
    669677      ENDIF 
    670678       
Note: See TracChangeset for help on using the changeset viewer.