Skip to content

Instantly share code, notes, and snippets.

@andersy005
Created October 11, 2020 04:31
Show Gist options
  • Select an option

  • Save andersy005/a583252aa1f8869ee603c238a2ecdd52 to your computer and use it in GitHub Desktop.

Select an option

Save andersy005/a583252aa1f8869ee603c238a2ecdd52 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"esmcat_version": "0.1.0",
"id": "whp_test_collect_sim",
"description": "Catalog for simulation collection data in wrf_hydro_py",
"catalog_file": "whp_test_collect_sim_assets.csv",
"attributes": [
{
"column_name": "time",
"vocabulary": ""
},
{
"column_name": "year",
"vocabulary": ""
},
{
"column_name": "month",
"vocabulary": ""
},
{
"column_name": "day",
"vocabulary": ""
},
{
"column_name": "hour",
"vocabulary": ""
},
{
"column_name": "file_type",
"vocabulary": ""
},
{
"column_name": "variable",
"vocabulary": ""
}
],
"assets": {
"column_name": "path",
"format": "netcdf"
},
"aggregation_control": {
"variable_column_name": "variable",
"groupby_attrs": [
"year",
"month",
"day",
"file_type"
],
"aggregations": [
{
"type": "union",
"attribute_name": "variable"
},
{
"type": "join_existing",
"attribute_name": "time",
"options": {
"dim": "time",
"coords": "minimal",
"compat": "override"
}
}
]
}
}
path time year month day hour file_type variable
/glade/u/home/jamesmcc/WRF_Hydro/wrf_hydro_py/wrfhydropy/tests/data/collection_data/simulation/201108260100.CHRTOUT_DOMAIN1 2011-08-26T01:00 2011 8 26 1 CHRTOUT ['streamflow', 'nudge']
/glade/u/home/jamesmcc/WRF_Hydro/wrf_hydro_py/wrfhydropy/tests/data/collection_data/simulation/201108260100.GWOUT_DOMAIN1 2011-08-26T01:00 2011 8 26 1 GWOUT ['inflow', 'outflow']
/glade/u/home/jamesmcc/WRF_Hydro/wrf_hydro_py/wrfhydropy/tests/data/collection_data/simulation/201108260200.CHRTOUT_DOMAIN1 2011-08-26T02:00 2011 8 26 2 CHRTOUT ['streamflow', 'nudge']
/glade/u/home/jamesmcc/WRF_Hydro/wrf_hydro_py/wrfhydropy/tests/data/collection_data/simulation/201108260200.GWOUT_DOMAIN1 2011-08-26T02:00 2011 8 26 2 GWOUT ['inflow', 'outflow']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment