-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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?