Skip to content

Commit

Permalink
update for obs4MIPs (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Ames <[email protected]>
  • Loading branch information
downiec and sashakames authored Jan 15, 2025
1 parent e7683b3 commit e5a2812
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions backend/metagrid/initial_projects_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,23 +209,20 @@
"realm",
"data_node",
],
GROUPS[1]: ["source_id"],
GROUPS[1]: ["source_id"
"institution_id",
"region",
"source_type",
],
GROUPS[4]: [
"variable",
"variable_long_name",
"cf_standard_name",
],
GROUPS[5]: [
"institute",
"time_frequency",
],
GROUPS[6]: [
"institution_id",
GROUPS[3]: [
"frequency",
"grid_label",
"nominal_resolution",
"region",
"source_type",
"variant_label",
],
},
Expand Down Expand Up @@ -256,6 +253,22 @@
],
},
},
{
"name": "DRCDP",
"description" : "Downscaled CMIP data for North America",
"facets_by_group" :{
"Search Properties": [
"downscaling_source_id",
"institution_id",
"driving_source_id",
"driving_experiment_id",
"source_id",
"version_realization",
"variable_id",
"driving_activity_id"
]
}
},
{
"name": "All (except CMIP6)",
"description": "Cross project search for all projects except CMIP6.",
Expand All @@ -282,16 +295,6 @@
"cf_standard_name",
"driving_model",
],
"ISIMIP-FT": [
"impact_model",
"sector",
"social_forcing",
"co2_forcing",
"irrigation_forcing",
"crop",
"pft",
"vegetation",
],
"CORDEX": [
"domain",
"rcm_name",
Expand Down

0 comments on commit e5a2812

Please sign in to comment.