////////////////////////////////////////////////////////////////////////////////
//
// Unstructured grid configuration file.
//
// UGridConfig_lfric in the current working directory overrides the settings
// here for reading native model level data from the LFRic modeling system.
// For additional or updated information, please see the MET User's Guide.
//
////////////////////////////////////////////////////////////////////////////////

//
// Dimensions and variables mapping for LFRic dataset
//
ugrid_metadata_map = [
   { key = "dim_face";  val = "nMesh2d_face"; },
   { key = "dim_time";  val = "time_counter"; },
   { key = "dim_vert";  val = ""; },            // optional
   { key = "lat_face";  val = "Mesh2d_face_y"; },
   { key = "lon_face";  val = "Mesh2d_face_x"; },
   { key = "vert_face"; val = ""; },            // optional
   { key = "time";      val = "time_instant"; }
];

//
// Unstructured grid maximum search distance
//
ugrid_max_distance_km = NA;

////////////////////////////////////////////////////////////////////////////////

version = "V12.2.0";

////////////////////////////////////////////////////////////////////////////////
