Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The resulting scrip file can be used for mapping with ESMF or plotting physgrid data on the native grid output


Mapping Files

???

${tempest_root}/bin/GenerateOverlapMesh --a ${source_mesh_file} --b ${output_root}/ne30pg3.g --out overlap_mesh.nc

...

Regionally refined grids require no special steps when using the physgrid because the regional refinement happens at the element level, and the physgrid only changes the physics column arrangement within the element. 


Steps to Interpolate an Atmosphere Initial Condition File

There's nothing special about these steps, just thought I'd post them in case someone is looking for a basic example.

In this particular example I'm interpolating from ne30np4 to ne30pg3 using the default initial condition file for an aquaplanet case.

${tempest_root}/bin/GenerateOverlapMesh --a ${grid_data_root}/ne30.g --b ${grid_data_root}/ne30pg3.g --out ${grid_output_root}/tmp_overlap_mesh.nc

${tempest_root}/bin/GenerateOfflineMap --in_mesh ${grid_data_root}/ne30.g --out_mesh ${grid_data_root}/ne30pg3.g --ov_mesh ${grid_data_root}/tmp_overlap_mesh.nc --in_type cgll --in_np 4 --out_type fv --out_np 1 --out_double --mono --out_map ${grid_data_root}/tmp_mapping_weights.nc

ncremap -4 -m ${grid_data_root}/tmp_mapping_weights.nc /project/projectdirs/acme/inputdata/atm/cam/inic/homme/cami_aquaplanet_ne30np4_L72_c190215.nc ${data_output_root}/cami_aquaplanet_ne30pg3_L72.nc