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.
#1385 (trc.F90; gtru and gtrv incorrectly dimensioned in nemo_3_5_beta) – NEMO

Opened 10 years ago

Closed 9 years ago

Last modified 2 years ago

#1385 closed Bug (fixed)

trc.F90; gtru and gtrv incorrectly dimensioned in nemo_3_5_beta

Reported by: PlankTOM Owned by: cetlod
Priority: low Milestone: 2015 release-3.6
Component: OCE Version: v3.6
Severity: Keywords: 2015 OPA v3.6
Cc:

Description

gtru and gtrv should be allocated space by jptra and not jpk:

ALLOCATE( trn(jpi,jpj,jpk,jptra), trb(jpi,jpj,jpk,jptra), tra(jpi,jpj,jpk,jptra), &

& gtru(jpi,jpj,jptra) , gtrv(jpi,jpj,jptra) , &

& cvol(jpi,jpj,jpk) , rdttrc(jpk) , trai(jptra) , &
& ctrcnm(jptra) , ctrcln(jptra) , ctrcun(jptra) , &
& ln_trc_ini(jptra) , ln_trc_wri(jptra)

The present code leads to cvol being over-written if jptr>jpk

Commit History (0)

(No commits)

Change History (8)

comment:1 Changed 9 years ago by clevy

  • Milestone set to 2015 nemo_v3_6_STABLE
  • Owner changed from NEMO team to cetlod

comment:2 Changed 9 years ago by cbricaud

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

bug already fixed in trunk

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords 2015 nemo_v3_6* added

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.6* added; nemo_v3_6* removed

comment:5 Changed 6 years ago by nemo

  • Keywords release-3.6 added; release-3.6* removed

comment:6 Changed 2 years ago by nemo

  • Keywords OPA v3.5 added

comment:7 Changed 2 years ago by nemo

  • Keywords v3.6 added; release-3.6 removed

comment:8 Changed 2 years ago by nemo

  • Keywords v3.5 removed
Note: See TracTickets for help on using tickets.