grid_tools  1.7.0
 All Data Structures Files Functions Variables
regional_esg_grid.f90 File Reference

Compute geo-referencing parameters for the Extended Schmidt Gnomonic (ESG) regional grid. More...

Go to the source code of this file.

Functions/Subroutines

subroutine check (status)
 Check results of netCDF call. More...
 
program regional_grid
 Driver routine to compute geo-referencing parameters for the Extended Schmidt Gnomonic (ESG) regional grid. More...
 

Detailed Description

Compute geo-referencing parameters for the Extended Schmidt Gnomonic (ESG) regional grid.

Author
R. J. Purser

Definition in file regional_esg_grid.f90.

Function/Subroutine Documentation

subroutine check ( integer, intent(in)  status)

Check results of netCDF call.

Parameters
[in]statusreturn code to check
Author
R. J. Purser

Definition at line 190 of file regional_esg_grid.f90.

program regional_grid ( )

Driver routine to compute geo-referencing parameters for the Extended Schmidt Gnomonic (ESG) regional grid.

The parameters are:

  • Geographic longitude (degrees)
  • Geographic latitude (degrees)
  • Grid edge 'x' distance (meters)
  • Grid edge 'y' distance (meters)
  • Area (meters squared)
  • Grid vertex 'x' angle with respect to geographic east (degrees)
  • Grid vertex 'y' angle with respect to geographic north (degrees)
    Author
    R. J. Purser
    Returns
    0 for success, error code otherwise.

Definition at line 18 of file regional_esg_grid.f90.

References check().