Skip to content
Discussion options

You must be logged in to vote

@GwenChen-NOAA, I work with @CPKalb on providing support for METplus.

FYI, I wasn't able to run the two NetCDF files you provided through ncdump or ncview. I assume they got corrupted somewhere along the way. But I did find and test this file available publicly here:

https://n5eil01u.ecs.nsidc.org/PM/NSIDC-0081.002/2022.07.23/NSIDC0081_SEAICE_PS_N25km_20220723_v2.0.nc

I'm pretty sure you've uncovered a bug in MET in the parsing of Polar Stereographic grids from CF-compliant NetCDF files.

The CF-Convention documentation defines Polar Stereographic grids here. And this is parsed by the get_grid_mapping_polar_stereographic() function in MET.

I see 2 issues in the code:

  1. longitude_of_project…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@GwenChen-NOAA
Comment options

@JohnHalleyGotway
Comment options

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