Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#921 closed defect (Fixed)

Minor correction to close_io.F and set_contact.F

Reported by: arango Owned by:
Priority: major Milestone: Release ROMS/TOMS 4.1
Component: Nonlinear Version: 4.0
Keywords: Cc:

Description (last modified by arango)

This update corrects minor issues in the following files:

  • close_io.F: Ensure that the biology model header file is written into the bio_file global attribute in output NetCDF files. Many thanks to Aijun Zhang for bringing this problem to my attention.
  • set_contact.F: Correct of the get_Vweights switch to accelerate nested computations. We need instead:
    !
    !  Set the switch to compute vertical interpolation weights. Currently,
    !  they are only needed in non-coincident composite grids.
    !
          IF (ANY(Lcoincident).or.ANY(Lcomposite)) THEN
            get_Vweights=.TRUE.
          ELSE
            get_Vweights=.FALSE.
          END IF
    
    Many thanks to Andy Moore for reporting this issue.

Change History (3)

comment:1 by arango, 22 months ago

Resolution: Fixed
Status: newclosed

comment:2 by arango, 22 months ago

The STATIONS output NetCDF file was not closed. Therefore, the routine close_out was updated to close it.

Last edited 22 months ago by arango (previous) (diff)

comment:3 by arango, 22 months ago

Description: modified (diff)

The routines output.F, ad_output.F, rp_output.F, and tl_output.F were also updated to write the bio_file global attribute on output NetCDF multi-files.

Note: See TracTickets for help on using tickets.