-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Target grid must be a subset of source grid #47
Comments
Output: =========================================================
|
same error with a smaller lat/lon grid: 801x1600 But 401x800 works and does not produce that error. |
same error with when mapping NE1024 → 3073x6144, with the 3073x6144 grid generated with TR's GenerateRLLMesh, but the code doesn't crash with an NCO generated 3073x6144 grid. |
Trying to make a NE256 -> 1921x3840 mapping file with these commands:
% ncks -O -D 10 --rgr grd_ttl=FV-scalar-grid --rgr grid=1921x3840_SCRIP.nc
--rgr lat_nbr=1921 --rgr lon_nbr=3840 --rgr lat_typ=cap --rgr lon_typ=Grn_ctr
/tmp/bar.nc /tmp/foo.nc
% GenerateCSMesh --alt --res 256 --file TEMPEST_NE256.g
% GenerateOverlapMesh --a TEMPEST_NE256.g --b 1921x3840_SCRIP.nc --out overlap_mesh.g
% GenerateOfflineMap --in_mesh TEMPEST_NE256.g --out_mesh 1921x3840_SCRIP.nc
--ov_mesh overlap_mesh.g --in_type cgll --in_np 4 --out_type fv --out_double
--out_map map_ne256np4_to_1921x3840_highorder.nc
Which produces the error:
..EXCEPTION (src/LinearRemapSE0.cpp, Line 977) Target grid must be a subset of source grid
As these are both global grids, this must be an error?
The text was updated successfully, but these errors were encountered: