File tree Expand file tree Collapse file tree
pattern/ISIMIP3b/InputData/socioeconomic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ path: >-
77
88dataset : >-
99 (?P<soc_dataset>[a-z0-9-]+)
10- (_(?P<model >[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?
10+ (_(?P<lu_model >[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?
1111 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1212 (_(?P<sens_scenario>(2015co2)))?
1313 _(?P<time_step>[a-z0-9-]+)
1414
1515file : >-
1616 (?P<soc_dataset>[a-z0-9-]+)
17- (_(?P<model >[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?
17+ (_(?P<lu_model >[a-z0-9-]+))?(_(?P<climate_forcing>[a-z0-9-]+))?
1818 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1919 (_(?P<sens_scenario>(2015co2)))?
2020 _(?P<time_step>[a-z0-9-]+)
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ path: >-
77
88dataset : >-
99 (?P<soc_dataset>[a-z0-9-]+)
10- (_(?P<model >[a-z0-9-]+))?
10+ (_(?P<lu_model >[a-z0-9-]+))?
1111 (_(?P<climate_forcing>[a-z0-9-]+))?
1212 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1313 (_(?P<sens_scenario>(2015co2)))?
1414 _(?P<time_step>[a-z0-9-]+)
1515
1616file : >-
1717 (?P<soc_dataset>[a-z0-9-]+)
18- (_(?P<model >[a-z0-9-]+))?
18+ (_(?P<lu_model >[a-z0-9-]+))?
1919 (_(?P<climate_forcing>[a-z0-9-]+))?
2020 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
2121 (_(?P<sens_scenario>(2015co2)))?
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ path: >-
77
88dataset : >-
99 (?P<soc_dataset>[a-z0-9-]+)
10- (_(?P<model >[a-z0-9-]+))?
10+ (_(?P<lu_model >[a-z0-9-]+))?
1111 (_(?P<climate_forcing>[a-z0-9-]+))?
1212 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1313 (_(?P<sens_scenario>(2015co2)))?
1414 _(?P<time_step>[a-z]+)
1515
1616file : >-
1717 (?P<soc_dataset>[a-z0-9-]+)
18- (_(?P<model >[a-z0-9-]+))?
18+ (_(?P<lu_model >[a-z0-9-]+))?
1919 (_(?P<climate_forcing>[a-z0-9-]+))?
2020 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
2121 (_(?P<sens_scenario>(2015co2)))?
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ path: >-
77
88dataset : >-
99 (?P<soc_dataset>[a-z0-9-]+)
10- (_(?P<model >[a-z0-9-]+))?
10+ (_(?P<lu_model >[a-z0-9-]+))?
1111 (_(?P<climate_forcing>[a-z0-9-]+))?
1212 _(2015soc|1850soc|histsoc)?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1313 (_(?P<sens_scenario>(2015co2)))?
1414 _(?P<time_step>[a-z]+)
1515
1616file : >-
1717 (?P<soc_dataset>[a-z0-9-]+)
18- (_(?P<model >[a-z0-9-]+))?
18+ (_(?P<lu_model >[a-z0-9-]+))?
1919 (_(?P<climate_forcing>[a-z0-9-]+))?
2020 _(2015soc|1850soc|histsoc)?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
2121 (_(?P<sens_scenario>(2015co2)))?
Original file line number Diff line number Diff line change 77
88dataset : >-
99 (?P<soc_variable>[a-z0-9-]+)
10- (_(?P<model >[a-z0-9-]+))?
10+ (_(?P<lu_model >[a-z0-9-]+))?
1111 (_(?P<climate_forcing>[a-z0-9-]+))?
1212 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
1313 (_(?P<sens_scenario>(2015co2)))?
@@ -16,7 +16,7 @@ dataset: >-
1616
1717file : >-
1818 (?P<soc_variable>[a-z0-9-]+)
19- (_(?P<model >[a-z0-9-]+))?
19+ (_(?P<lu_model >[a-z0-9-]+))?
2020 (_(?P<climate_forcing>[a-z0-9-]+))?
2121 _(?P<soc_scenario>(histsoc|2015soc|1850soc))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?
2222 (_(?P<sens_scenario>(2015co2)))?
You can’t perform that action at this time.
0 commit comments