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.
#1262 (Failure/warning reported by tangent-linear and adjoint subroutine test 'tra_sbc_adj') – NEMO

Opened 10 years ago

Closed 10 years ago

Last modified 2 years ago

#1262 closed Bug (fixed)

Failure/warning reported by tangent-linear and adjoint subroutine test 'tra_sbc_adj'

Reported by: sam Owned by: nemo
Priority: high Milestone:
Component: TAM Version: v3.4
Severity: Keywords: TAM v3.4
Cc:

Description

The test of the tangent-linear and adjoint versions of the tracer surface boundary condition subroutine (test 'tra_sbc_adj') reports a failure or a warning with a large relative error. In the absence of parallelisation, the reported relative error is somewhat smaller than with parallelisation (32 CPU cores), but it is still large engough to be reported as a warning.

Examination of the code in NEMOGCM/NEMO/OPATAM_SRC/TRA/trasbc_tam.F90 revealed a bug in the first of the two calls to 'lbc_lnk' in subroutine 'tra_sbc_tan': the first argument should be 'tsa_tl(:,:,:,jp_tem)', and not 'tsa(:,:,:,jp_tem)'.

Commit History (1)

ChangesetAuthorTimeChangeLog
4567pabouttier2014-03-25T10:40:11+01:00

Fix a wrong lbc_lnk call, in tra_sbc_tan, see Ticket #1262

Change History (6)

comment:1 Changed 10 years ago by pabouttier

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

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords TAM added

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_4* added

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.4* added; nemo_v3_4* removed

comment:5 Changed 6 years ago by nemo

  • Keywords release-3.4* removed

comment:6 Changed 2 years ago by nemo

  • Keywords v3.4 added
Note: See TracTickets for help on using tickets.