Changes between Initial Version and Version 1 of Ticket #687


Ignore:
Timestamp:
05/04/16 16:02:17 (8 years ago)
Author:
arango
Comment:

Yes, good catch.

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #687

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #687 – Description

    initial v1  
    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.
     1I 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.
    22
    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.
     3The 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.
    44
    55Corrected version attached.