Opened 10 years ago
Closed 9 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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
4663 | davestorkey | 2014-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 9 years ago by timgraham
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This appears to have been fixed in v3.6 stable and the trunk so I'll close the ticket