Opened 9 years ago
Closed 9 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 )
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)
Change History (2)
by , 9 years ago
Attachment: | def_info.F added |
---|
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
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.