Changes between Initial Version and Version 1 of Ticket #879


Ignore:
Timestamp:
03/16/21 17:24:26 (3 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #879

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #879 – Description

    initial v1  
    33* '''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.
    44
    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'''.
    66
    77* '''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'''.
     
    99* '''roms_metrics.m:''' Computes the several ROMS grid metrics from the ('''lon''','''lat''') coordinates.
    1010
    11 I highly recommend using '''roms_metrics''' when building the ROMS GRID NetCDF file to have consistent grid variables.
     11----
     12
     13I 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----
     16Notice that the rotated grids are experimental.  They were designed to have rotated nested grids. Such capability is not available in the ROMS numerical kernel.