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.
#623 (mislabelled ice velocity fields in output.abort files) – NEMO

Opened 14 years ago

Closed 14 years ago

Last modified 6 years ago

#623 closed Bug (fixed)

mislabelled ice velocity fields in output.abort files

Reported by: acc Owned by: nemo
Priority: low Milestone:
Component: LIM2 Version: trunk
Severity: Keywords: LIM*
Cc:

Description

A minor but potentially confusing bug: lim_wri_state_2 in limwri_2.F90 mislabels the u and v velocity fields when writing the output.abort files:

CALL histwrite( kid, "iicevelv", kt, u_ice , jpi*jpj, (/1/) )
CALL histwrite( kid, "iicevelu", kt, v_ice , jpi*jpj, (/1/) )

Commit History (1)

ChangesetAuthorTimeChangeLog
1812rblod2010-03-25T11:30:26+01:00

Syntax error for abort files in limwri_2, see ticket #623

Change History (2)

comment:1 Changed 14 years ago by rblod

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

comment:2 Changed 6 years ago by nemo

  • Keywords LIM* added
Note: See TracTickets for help on using tickets.