Changes between Initial Version and Version 1 of Ticket #687
- Timestamp:
- 05/04/16 16:02:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #687
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #687 – Description
initial v1 1 I have noticed that when my R oMS 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_fileattribute gives only one.1 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. 2 2 3 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_fileattribute. At the latter a similar list is constructed, but it is never used.3 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. 4 4 5 5 Corrected version attached.