ESMCI_DistGrid.C:5101 ESMCI::DistGrid::getSequenceInde Invalid argument - SeqIndex type mismatch detected #325
Unanswered
axelschweiger
asked this question in
Remapping / Regridding
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Requirements
Affiliation(s)
University of Washington
ESMF Version
v8.4.0
Issue
I’m trying to use ESMF_RegridWeightGen to regrid the GEBCO 2024 Bathymetry data set to a regional grid using a curvilinear coordinate system specified in lat,lon coordinates. The Pole is in inside the North American Continent (Alaska).
Here is the command I am using:
ESMF_RegridWeightGen -s 2024/GEBCO_2024.nc --dst_regional --ignore-unmapped -d capmas_static_scalar.temp.nc -w Gebco2024x864x640.script.nc -m bilinear
The generated Log file is getting very large (I’ve tried –no_log) with messages:
20241125 170059.675 ERROR PET0 ESMCI_DistGrid.C:5101 ESMCI::DistGrid::getSequenceInde Invalid argument - SeqIndex type mismatch detected.
Running this for testing in single processor mode for now.
This is the output from the script.
Starting weight generation with these inputs:
Source File: 2024/GEBCO_2024.nc
Destination File: capmas_static_scalar.temp.nc
Weight File: Gebco2024x864x640.script.nc
Source File is in CF Grid format
Source Grid is a global grid
Source Grid is a logically rectangular grid
Use the center coordinates of the source grid to do the regrid
Destination File is in CF Grid format
Destination Grid is a regional grid
Destination Grid is a logically rectangular grid
Use the center coordinates of the destination grid to do the regrid
Regrid Method: bilinear
Pole option: ALL
Line Type: cartesian
Norm Type: dstarea
Extrap. Method: none
ncdump -h on output grid show this:
Autotag
@oehmke
Beta Was this translation helpful? Give feedback.
All reactions