JCSDA-internal / soca

Sea-ice Ocean Coupled Assimilation
Apache License 2.0
12 stars 4 forks source link

mom6 grid is different in soca and r2d2 data #1055

Closed HamidehGMAO closed 2 months ago

HamidehGMAO commented 3 months ago

Description

mom6's data grid is different in soca and r2d2. Looking at the MOM.res.nc file in here https://github.com/JCSDA-internal/soca/tree/develop/test/Data/72x35x25, the longitude is between -280 and 80

image

while looking the the mom6 data in r2d2, Longitude is between -300 and 60

image

because NOBM data's longitude is between -280 and 80, we have a bug in oasim hofx results.

travissluka commented 2 months ago

@HamidehGMAO FYI, when remapping you'll want to use the lon and lat variables from /discover/nobackup/projects/jcsda/s2127/static/skylab-8.0.0/soca/025deg/soca_gridspec.nc and /discover/nobackup/projects/jcsda/s2127/static/skylab-8.0.0/soca/5deg/soca_gridspec.nc

HamidehGMAO commented 2 months ago

I see! Thanks @travissluka.