Skip to content

Commit

Permalink
Per #1693, adding back in the definition of the EUMETNET grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed May 13, 2021
1 parent baed5c6 commit 69570c8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions met/src/libcode/vx_grid/laea_grid_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,39 @@ struct LaeaData {
};


////////////////////////////////////////////////////////////////////////


//
// Laea grid definitions
//


static const LaeaData eumetnet_data = {


"Laea", // name

"WGS_84", // geoid

31.7462, // lat_LL // lower left
10.4346, // lon_LL

67.0228, // lat_UL // upper left
39.5358, // lon_UL

31.9877, // lat_LR // lower right
-29.421, // lon_LR

55.0, // lat_pole
-10.0, // lon_pole

1900, // nx
2200, // ny

};


////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 69570c8

Please sign in to comment.