Opened 11 years ago
Closed 11 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.
Note:
See TracTickets
for help on using tickets.