////////////////////////////////////////////////////////////////////////////////
//
// TC-RMW configuration file.
//
// For additional information, please see the MET User's Guide.
//
////////////////////////////////////////////////////////////////////////////////

//
// Filter input data down to a single storm track
//

//
// Model
//
model = "fv3";

//
// Storm identifier
//
storm_id = "";

//
// Basin
//
basin = "";

//
// Cyclone number
//
cyclone = "";

//
// Storm name (only for BEST tracks)
//
storm_name = "";

//
// Model initialization time
//
init_inc = "";

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

//
// Subset the single track down to individual points
//

//
// Subset by the valid time
//
valid_beg = "";
valid_end = "";
valid_inc = [];
valid_exc = [];

//
// Subset by the valid hour and lead time.
//
valid_hour = [];
lead       = [];

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

//
// May be set separately in each "field" entry
//
censor_thresh = [];
censor_val    = [];

//
// Data fields
//
data = {
   level = [ "P1000", "P900", "P800", "P700", "P500", "P100" ];
   field = [
      { name = "PRMSL"; level = [ "L0" ]; },
      { name = "TMP"; },
      { name = "RH"; },
      { name = "UGRD"; },
      { name = "VGRD"; }
   ];
}

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

//
// Regridding options
//
regrid = {
   method     = BILIN;
   width      = 2;
   vld_thresh = 0.5;
   shape      = SQUARE;
}

//
// Range-Azimuth grid parameters
//
n_range        = 100;
n_azimuth      = 180;
max_range_km   = 1000.0;
delta_range_km = 10.0;
rmw_scale      = 0.2;

//
// Optionally convert u/v winds to tangential/radial winds
//
compute_tangential_and_radial_winds = TRUE;
u_wind_field_name = "UGRD";
v_wind_field_name = "VGRD";
tangential_velocity_field_name = "VT";
tangential_velocity_long_field_name = "Tangential Velocity";
radial_velocity_field_name = "VR";
radial_velocity_long_field_name = "Radial Velocity";

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

version = "V11.1.0";

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