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.
#2123 (Bug in diawri.F90 (both v3.6_STABLE & trunk)) – NEMO

Opened 6 years ago

Closed 6 years ago

Last modified 2 years ago

#2123 closed Bug (fixed)

Bug in diawri.F90 (both v3.6_STABLE & trunk)

Reported by: gm Owned by: andmirek
Priority: low Milestone: 2018 release-4.0
Component: OCE Version: trunk
Severity: minor Keywords: OPA v4.0
Cc:

Description (last modified by nicolasmartin)

Context

with key_iomput, the e3u_0 and e3v_0 fields (initial vertical scale factor) are equals to e3t_0, not e3u_0 and e3v_0, respectively.

Fix

replace lines 127-128 by :

      CALL iom_put("e3u_0", e3u_0(:,:,:) )
      CALL iom_put("e3v_0", e3v_0(:,:,:) )

Commit History (2)

ChangesetAuthorTimeChangeLog
10129andmirek2018-09-14T10:12:45+02:00

Ticket #2123 commit for 3.6

10114andmirek2018-09-12T10:31:10+02:00

ticket #2123

Change History (6)

comment:1 Changed 6 years ago by nicolasmartin

  • Description modified (diff)

comment:2 Changed 6 years ago by clevy

  • Owner set to andmirek
  • Status changed from new to assigned

comment:3 Changed 6 years ago by andmirek

In 10114:

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

Commit for NEMO4. Tested in MO GO8 configuration: compiles and works fine. I culdn't run sette (not part of the trunk any more?), but the change is trivial.

Last edited 6 years ago by andmirek (previous) (diff)

comment:4 Changed 6 years ago by andmirek

In 10129:

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

comment:5 Changed 6 years ago by andmirek

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

comment:6 Changed 2 years ago by nemo

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