Skip to content

GOES-West CONUS --fixed_grid dimensions #85

Description

@jlc248

I'm starting to work with GOES-17 (GOES-West) data and glmtools. I'm probably doing something stupid, but I was surprised to see the dimensions of the CONUS sector fixed grid as shape=(1500,3084), with dx = dy = 2.0. The GOES-West ABI CONUS fixed grid is shape=(1500,2500), as is the GOES-East ABI CONUS fixed grid. glmtools makes 1500x2500 grids for GOES-East.

So, I'm either doing something dumb, or not understanding why the two fixed grids would be different.

The command run:

(glmval) [jcintineo@fuego glmtools]$ python examples/grid/make_GLM_grids.py -o foo/{start_time:%Y/%b/%d}/{dataset_name} --fixed_grid --split_events --goes_position west --goes_sector conus --dx=2.0 --dy=2.0 *s20211891959*

Contents:

(glmval) [jcintineo@fuego glmtools]$ ncdump -h foo/2021/Jul/08/OR_GLM-L2-GLMC-M3_G17_s20211891959000_e20211892000000_c20211901353030.nc 
netcdf OR_GLM-L2-GLMC-M3_G17_s20211891959000_e20211892000000_c20211901353030 {
dimensions:
	x = 3084 ;
	y = 1500 ;
	dim_0 = 1 ;

What am I missing here?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions