weight_gen  1.13.0
 All Files Functions
scrip.F90 File Reference

Create ESMF "scrip" files for a gaussian grid. More...

Go to the source code of this file.

Functions/Subroutines

program scrip
 Create "scrip" files that describes a gaussian grid. More...
 

Detailed Description

Create ESMF "scrip" files for a gaussian grid.

Author
George Gayno NOAA/EMC

Definition in file scrip.F90.

Function/Subroutine Documentation

program scrip ( )

Create "scrip" files that describes a gaussian grid.

These files are used to create ESMF weight files for interpolating from global FV3 grids to gaussian grids.

The program expects one argument - the resolution of the FV3 grid. It then selects a gaussian grid of comparable resolution.

Two files are created: the normal gaussian grid, and one with two extra rows for the N/S poles. Both files are NetCDF.

Returns
0 for success.
Author
George Gayno NOAA/EMC

Definition at line 19 of file scrip.F90.