Skip to content

error: Target grid must be a subset of source grid #47

@mt5555

Description

@mt5555

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions