Skip to content

Commit

Permalink
Remove soc_pathway from patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 4, 2024
1 parent a218b69 commit 51406df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"dataset": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z0-9-]+)"
],
"file": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z0-9-]+)",
"(?P<start_year>\\d{4})",
"(?P<end_year>\\d{4})"
Expand Down
4 changes: 2 additions & 2 deletions pattern/ISIMIP3b/InputData/socioeconomic/landuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"dataset": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z]+)"
],
"file": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z]+)",
"(?P<start_year>\\d{4})",
"(?P<end_year>\\d{4})"
Expand Down
4 changes: 2 additions & 2 deletions pattern/ISIMIP3b/InputData/socioeconomic/n-fertilizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"dataset": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z]+)"
],
"file": [
"(?P<soc_dataset>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<time_step>[a-z]+)",
"(?P<start_year>\\d{4})",
"(?P<end_year>\\d{4})"
Expand Down
4 changes: 2 additions & 2 deletions pattern/ISIMIP3b/InputData/socioeconomic/wood_harvesting.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
],
"dataset": [
"(?P<soc_variable>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<resolution>[a-z0-9-]+)",
"(?P<time_step>[a-z0-9-]+)"
],
"file": [
"(?P<soc_variable>[a-z0-9-]+)(_(?P<model>[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?(_(?P<sens_scenario>(2015co2)))?",
"(?P<resolution>[a-z0-9-]+)",
"(?P<time_step>[a-z0-9-]+)",
"(?P<start_year>\\d{4})",
Expand Down

0 comments on commit 51406df

Please sign in to comment.