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.
#2132 (Typo in sbccpl receving wind stress over sea ice) – NEMO

Opened 6 years ago

Closed 4 years ago

Last modified 2 years ago

#2132 closed Bug (fixed)

Typo in sbccpl receving wind stress over sea ice

Reported by: jharlass Owned by: vancop
Priority: low Milestone: 2019 WP
Component: SBC Version: v4.0
Severity: minor Keywords: coupling ice v4.0 wind
Cc:

Description (last modified by clevy)

Context

Typo in line 1271 of sbccpl.F90 (in 3.6 release) when wind stress over ice is transformed from T-grid on ice velocity point.
To be checked and fixed for 4.0 and 3.6 if relevant

Analysis

One out of 4 components erroneously uses stress over open water.

Fix

Index: sbccpl.F90
===================================================================

  • sbccpl.F90

     
    12691269                     p_taui(ji,jj) = 0.25 * ( frcv(jpr_itx1)%z3(ji,jj  ,1) + frcv(jpr_itx1)%z3(ji-1,jj  ,1)   & 
    12701270                        &                   + frcv(jpr_itx1)%z3(ji,jj-1,1) + frcv(jpr_itx1)%z3(ji-1,jj-1,1) )  
    12711271                     p_tauj(ji,jj) = 0.25 * ( frcv(jpr_ity1)%z3(ji,jj  ,1) + frcv(jpr_ity1)%z3(ji-1,jj  ,1)   & 
    1272                         &                   + frcv(jpr_oty1)%z3(ji,jj-1,1) + frcv(jpr_ity1)%z3(ji-1,jj-1,1) ) 
     1272                        &                   + frcv(jpr_ity1)%z3(ji,jj-1,1) + frcv(jpr_ity1)%z3(ji-1,jj-1,1) ) 
    12731273                  END DO 
    12741274               END DO 
    12751275            CASE( 'I' ) 

Commit History (1)

ChangesetAuthorTimeChangeLog
12227smasson2019-12-12T17:14:20+01:00

v3.6: minor bugfix in sbccpl, see #2132

Change History (5)

comment:1 Changed 5 years ago by clevy

  • Description modified (diff)
  • Milestone set to 2019 WP
  • Owner changed from systeam to vancop
  • Status changed from new to assigned
  • Version changed from v3.6 to v4.0

comment:2 Changed 5 years ago by clem

it is fixed in NEMO4 but still there in NEMO3.6

comment:3 Changed 4 years ago by smasson

In 12227:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:4 Changed 4 years ago by smasson

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.