Created
October 11, 2020 04:31
-
-
Save andersy005/a583252aa1f8869ee603c238a2ecdd52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| } | |
| } | |
| ] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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