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.
#1335 (inconsistent permitted lengths of weights filenames in fldread.F90) – NEMO

Opened 10 years ago

Closed 8 years ago

#1335 closed Bug (fixed)

inconsistent permitted lengths of weights filenames in fldread.F90

Reported by: davestorkey Owned by: davestorkey
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

In the FLD structure in fldread.F90 the permitted length of the weights filename (wgtname) is 256 but in FLD_N the same quantity (wname) is only 34 which is quite restrictive. I propose making wname = char(256) to match wgtname.

Commit History (1)

ChangesetAuthorTimeChangeLog
4663davestorkey2014-06-06T16:38:12+02:00

Make permitted length of weights filename consistent in FLD_N and FLD structures in fldread.F90. See ticket #1335.

Change History (1)

comment:1 Changed 8 years ago by timgraham

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

This appears to have been fixed in v3.6 stable and the trunk so I'll close the ticket

Note: See TracTickets for help on using tickets.