Opened 9 years ago

Closed 8 years ago

#687 closed bug (Fixed)

NetCDF clm_file attribute is incomplete

Reported by: m.hadfield Owned by: arango
Priority: trivial Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description (last modified by arango)

I have noticed that when my ROMS simulations uses multiple boundary files and the same number of climatology files, then in the output netCDF files the bry_file global attribute lists all the boundary files in a comma-separated list, but the clm_file attribute gives only one.

The reason is apparent on reading ROMS/Utility/def_info.F, lines 567 and 583. At the former, a list of boundary files is constructed with the join_string procedure and then written to the bry_file attribute. At the latter a similar list is constructed, but it is never used.

Corrected version attached.

Attachments (1)

def_info.F (119.1 KB ) - added by m.hadfield 9 years ago.

Download all attachments as: .zip

Change History (2)

by m.hadfield, 9 years ago

Attachment: def_info.F added

comment:1 by arango, 8 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, good catch.

I also added the reporting of var_info that was removed accidentally src:ticket:373 on 11 Nov 2009. Many thanks to John Wilkin for bringing this to my attention.

Version 0, edited 8 years ago by arango (next)
Note: See TracTickets for help on using tickets.