Opened 10 years ago

Closed 10 years ago

#625 closed defect (Fixed)

Updated matlab script contact.m

Reported by: arango Owned by: arango
Priority: major Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.7
Keywords: Cc:

Description

  • The Matlab script, contact.m, used to computed the nesting contact points NetCDF file was corrected for idealized grids. We needed to add the uniform field to the refined grid structure R in the refine_coordinates and refinement functions.
    R.uniform   = G(dg).uniform;
    ...
    R.uniform   = [];
    
  • Update Land/Sea masking tool editmask.m to allow working in idealized Cartesian grids without coastline in terms of (lon,lat) coordinates.

Change History (1)

comment:1 by arango, 10 years ago

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.