Changes between Initial Version and Version 1 of Ticket #879
- Timestamp:
- 03/16/21 17:24:26 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #879
- Property Resolution → Done
- Property Status new → closed
-
Ticket #879 – Description
initial v1 3 3 * '''cartesian_grid.m:''' Given a larger donor grid ('''D'''), this function extracts a rotated Cartesian grid centered at ('''Xc''', '''Yc''') and rotated by angle '''theta'''. The larger donor grid is used during plotting to display the location of the rotated grid. 4 4 5 * '''spherical_grid.m:''' Given a larger donor grid ('''D'''), this function extracts a rotated spherical grid centered at ('''Tlon''', '''Tlat''') and rotated by angle '''alpha'''.5 * '''spherical_grid.m:''' Given a larger donor grid ('''D'''), this function extracts a rotated Spherical grid centered at ('''Tlon''', '''Tlat''') and rotated by angle '''alpha'''. 6 6 7 7 * '''grid_rotated.m:''' Given a larger Grid NetCDF file ('''Ginp'''), this function extracts and creates a rotated subdomain (Cartesian or Spherical) Grid NetCDF file ('''Gout''') centered at ('''Xmid''','''Ymid''') and rotated by angle '''theta'''. … … 9 9 * '''roms_metrics.m:''' Computes the several ROMS grid metrics from the ('''lon''','''lat''') coordinates. 10 10 11 I highly recommend using '''roms_metrics''' when building the ROMS GRID NetCDF file to have consistent grid variables. 11 ---- 12 13 I highly recommend using '''roms_metrics''' when building the ROMS '''GRID''' NetCDF file to have consistent grid variables. The function '''grid_metrics''' is deprecated. Use the robust '''roms_metrics''' instead. The '''grid_metrics''' function will be removed in the future. 14 15 ---- 16 Notice that the rotated grids are experimental. They were designed to have rotated nested grids. Such capability is not available in the ROMS numerical kernel.