Opened 23 months ago

Last modified 23 months ago

#921 closed defect

Minor correction to close_io.F and set_contact.F — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.