vibhubathejaTERI's picture
changes_integration
badd72d
Raw
History Blame Contribute Delete
87.5 kB
DATASETS = [
{
"variable": "Precipitation",
"type": "Observed",
"timescale": "Annual",
"id": "Precipitation_Observed_Annual",
"name": "Rainfall Annual (mm)",
"description": "IMD Rainfall 1985-2014 (Annual)",
"timeseries_path": "data/Processed Datasets/IMD_RF_Yearly-Mean.nc",
"average_path": "data/Processed Datasets/IMD_Rainfall_1985-2014_Climatology.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Tmin",
"type": "Observed",
"timescale": "Annual",
"id": "Tmin_Observed_Annual",
"name": "Tmin Annual (°C)",
"description": "IMD Minimum Temperature 1985-2014 (Annual)",
"timeseries_path": "data/Processed Datasets/IMD_MinT_Yearly-Mean_1951-2023.nc",
"average_path": "data/Processed Datasets/IMD_MinT_1985-2014_Climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Observed",
"timescale": "Annual",
"id": "Tmax_Observed_Annual",
"name": "Tmax Annual (°C)",
"description": "IMD Maximum Temperature 1985-2014 (Annual)",
"timeseries_path": "data/Processed Datasets/IMD_MaxT_Yearly-Mean_1951-2023.nc",
"average_path": "data/Processed Datasets/IMD_MaxT_1985-2014_Climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Precipitation",
"type": "Observed",
"timescale": "Winter",
"id": "Precipitation_Observed_Winter",
"name": "Rainfall Winter (mm)",
"description": "IMD Rainfall (Winter)",
"timeseries_path": "data/seasonal_observed/Time_Series/Rainfall/IMD_RF_Winter_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Rain_fall/IMD_Rainfall_Winter_1985-2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Precipitation",
"type": "Observed",
"timescale": "Summer",
"id": "Precipitation_Observed_Summer",
"name": "Rainfall Summer (mm)",
"description": "IMD Rainfall (Summer)",
"timeseries_path": "data/seasonal_observed/Time_Series/Rainfall/IMD_RF_Summer_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Rain_fall/IMD_Rainfall_Summer_1985-2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Precipitation",
"type": "Observed",
"timescale": "Monsoon",
"id": "Precipitation_Observed_Monsoon",
"name": "Rainfall Monsoon (mm)",
"description": "IMD Rainfall (Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Rainfall/IMD_RF_Monsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Rain_fall/IMD_Rainfall_Monsoon_1985-2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Precipitation",
"type": "Observed",
"timescale": "Post-Monsoon",
"id": "Precipitation_Observed_Post-Monsoon",
"name": "Rainfall Post-Monsoon (mm)",
"description": "IMD Rainfall (Post-Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Rainfall/IMD_RF_PostMonsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Rain_fall/IMD_Rainfall_PostMonsoon_1985-2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Tmin",
"type": "Observed",
"timescale": "Winter",
"id": "Tmin_Observed_Winter",
"name": "Tmin Winter (°C)",
"description": "IMD Tmin (Winter)",
"timeseries_path": "data/seasonal_observed/Time_Series/Min_T/IMD_MinT_Winter_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Min_Temp/IMD_Tmin_Winter_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Observed",
"timescale": "Summer",
"id": "Tmin_Observed_Summer",
"name": "Tmin Summer (°C)",
"description": "IMD Tmin (Summer)",
"timeseries_path": "data/seasonal_observed/Time_Series/Min_T/IMD_MinT_Summer_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Min_Temp/IMD_Tmin_Summer_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Observed",
"timescale": "Monsoon",
"id": "Tmin_Observed_Monsoon",
"name": "Tmin Monsoon (°C)",
"description": "IMD Tmin (Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Min_T/IMD_MinT_Monsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Min_Temp/IMD_Tmin_Monsoon_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Observed",
"timescale": "Post_Monsoon",
"id": "Tmin_Observed_Post_Monsoon",
"name": "Tmin Post_Monsoon (°C)",
"description": "IMD Tmin (Post_Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Min_T/IMD_MinT_PostMonsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Min_Temp/IMD_Tmin_PostMonsoon_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Observed",
"timescale": "Winter",
"id": "Tmax_Observed_Winter",
"name": "Tmax Winter (°C)",
"description": "IMD Tmax (Winter)",
"timeseries_path": "data/seasonal_observed/Time_Series/Max_T/IMD_MaxT_Winter_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Max_Temp/IMD_Tmax_Winter_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Observed",
"timescale": "Summer",
"id": "Tmax_Observed_Summer",
"name": "Tmax Summer (°C)",
"description": "IMD Tmax (Summer)",
"timeseries_path": "data/seasonal_observed/Time_Series/Max_T/IMD_MaxT_Summer_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Max_Temp/IMD_Tmax_Summer_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Observed",
"timescale": "Monsoon",
"id": "Tmax_Observed_Monsoon",
"name": "Tmax Monsoon (°C)",
"description": "IMD Tmax (Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Max_T/IMD_MaxT_Monsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Max_Temp/IMD_Tmax_Monsoon_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Observed",
"timescale": "Post_Monsoon",
"id": "Tmax_Observed_Post_Monsoon",
"name": "Tmax Post_Monsoon (°C)",
"description": "IMD Tmax (Post_Monsoon)",
"timeseries_path": "data/seasonal_observed/Time_Series/Max_T/IMD_MaxT_PostMonsoon_TS.nc",
"average_path": "data/seasonal_observed/Climatiology/Max_Temp/IMD_Tmax_PostMonsoon_1985-2014.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Climate Extremes",
"type": "Wet Days",
"timescale": "Annual",
"id": "ClimateExtremes_Wet_Day_Annual",
"scenario": "Historical",
"name": "Wet Day Annual Climate Extremes",
"description": "Wet Day Count (Annual)",
"timeseries_path": "data/climate_extremes/RF/WetDay_Count_TS.nc",
"average_path": "data/climate_extremes/RF/WetDay_Climatology_1985_2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Dry Day",
"timescale": "Annual",
"id": "ClimateExtremes_Dry_Day_Annual",
"scenario": "Historical",
"name": "Dry Day Annual Climate Extremes",
"description": "Dry Day Count (Annual)",
"timeseries_path": "data/climate_extremes/RF/DryDay_Count_TS.nc",
"average_path": "data/climate_extremes/RF/DryDay_climatology_1985_2014.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Max Consecutive Wet Days",
"timescale": "Annual",
"id": "Max_Consecutive_Wet_Days_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Consecutive Wet Days Annual Climate Extremes",
"description": "Max Consecutive Wet Days (Annual)",
"timeseries_path": "data/climate_extremes/RF/MaxConsecWetDays_TS.nc",
"average_path": "data/climate_extremes/RF/MaxConsecWetDays_Climatology.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Max Consecutive Wet Days",
"timescale": "Annual",
"id": "Max_Consecutive_Wet_Days_ClimateExtremes_Annual_Alt",
"scenario": "Historical",
"name": "Consecutive Wet Days Annual Climate Extremes (Alternate)",
"description": "Max Consecutive Wet Days (Annual, Alternate)",
"timeseries_path": "data/climate_extremes/RF/max_consecutive_wet_days.nc",
"average_path": "data/climate_extremes/RF/max_wet_days_climatology.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Max Consecutive Wet Days",
"timescale": "Annual",
"id": "Max_Consecutive_Wet_Days_ClimateExtremes_Annual_1969_2023",
"scenario": "Historical",
"name": "Consecutive Wet Days Annual Climate Extremes (1969-2023)",
"description": "Max Consecutive Wet Days (Annual, 1969-2023)",
"timeseries_path": "data/climate_extremes/RF/max_consecutive_wet_days.nc",
"average_path": "data/climate_extremes/RF/max_wet_days_climatology_1969_2023.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Max Consecutive Dry Days",
"timescale": "Annual",
"id": "Max_Consecutive_Dry_Days_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Consecutive Dry Days Annual Climate Extremes",
"description": "Max Consecutive Dry Days (Annual)",
"timeseries_path": "data/climate_extremes/RF/MaxConsecDryDays_TS.nc",
"average_path": "data/climate_extremes/RF/MaxConsecDryDays_Climatology.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Warm Day Count",
"timescale": "Annual",
"id": "Warm_Day_Count_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Warm Days Annual Climate Extremes",
"description": "Warm Day Count (Annual)",
"timeseries_path": "data/climate_extremes/Temperature/Warm_Days.nc",
"average_path": "data/climate_extremes/Temperature/Warm_Days_climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Climate Extremes",
"type": "Extremely Warm Day Count",
"timescale": "Annual",
"id": "Extremely_Warm_Days_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Extremely Warm Days Annual Climate Extremes",
"description": "Extremely Warm Days Count (Annual)",
"timeseries_path": "data/climate_extremes/Temperature/Extremely_Warm_Days.nc",
"average_path": "data/climate_extremes/Temperature/Extremely_Warm_Days_climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Climate Extremes",
"type": "Consecutive Warm Days",
"timescale": "Annual",
"id": "Consecutive_Warm_Days_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Consecutive Warm Days Percentage Annual Climate Extremes",
"description": "Percentage of Consecutive Warm Days (Annual)",
"timeseries_path": "data/climate_extremes/Temperature/Consecutive_Warm_Days.nc",
"average_path": "data/climate_extremes/Temperature/Consecutive_Warm_Days_climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Climate Extremes",
"type": "Consecutive Extremely Warm Days",
"timescale": "Annual",
"id": "Consecutive_Extremely_Warm_Days_ClimateExtremes_Annual",
"scenario": "Historical",
"name": "Consecutive Extremely Warm Days Percentage Annual Climate Extremes",
"description": "Percentage of Consecutive Extremely Warm Days (Annual)",
"timeseries_path": "data/climate_extremes/Temperature/Consecutive_E_Warm_Days.nc",
"average_path": "data/climate_extremes/Temperature/Consecutive_E_Warm_Days_climatology.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Climate Extremes",
"type": "Heavy Rainfall Events 99th Percentile",
"timescale": "Annual",
"id": "Heavy_RF_Events_99p",
"scenario": "Historical",
"name": "Heavy RF Events 99th Percentile Annual Climate Extremes",
"description": "RF Received on Days Above 99th Percentile (Annual)",
"timeseries_path": "data/climate_extremes/RF/Heavy_RF_Event_99p_TS.nc",
"average_path": "data/climate_extremes/RF/Heavy_RF_Event_99p.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "Heavy Rainfall Events 95th Percentile",
"timescale": "Annual",
"id": "Heavy_RF_Events_95p",
"scenario": "Historical",
"name": "Heavy RF Events 95th Percentile Annual Climate Extremes",
"description": "RF Received on Days Above 95th Percentile (Annual)",
"timeseries_path": "data/climate_extremes/RF/Heavy_RF_Event_95p_TS.nc",
"average_path": "data/climate_extremes/RF/Heavy_RF_Event_95p.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Climate Extremes",
"type": "RF Return Frequency",
"timescale": "Annual",
"id": "Rainfall_Return_Frequency",
"scenario": "Historical",
"name": "RF Return Frequency Annual Climate Extremes",
"description": "RF Return Frequency Over Periods of 5, 10, 25, 50, and 100 Years",
"timeseries_path": "data/climate_extremes/RF/Rainfall_Return_Period.nc",
"average_path": "data/climate_extremes/RF/Rainfall_Return_MeanOverReturnPeriods.nc",
"no_data": -999.0,
"color_scale": "Blues"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual",
"scenario": "SSP245",
"name": "Tmax Annual Projected (°C)",
"description": "Projected Maximum Temperature (Annual)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Annual_TS.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Annual Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Annual Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Annual Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon",
"scenario": "SSP245",
"name": "Tmax Monsoon Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Monsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Monsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Monsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon",
"scenario": "SSP245",
"name": "Tmax PostMonsoon Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax PostMonsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax PostMonsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax PostMonsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer",
"scenario": "SSP245",
"name": "Tmax Summer Projected (°C)",
"description": "Projected Maximum Temperature (Summer)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Summer_TS.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Summer Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Summer Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Summer Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter",
"scenario": "SSP245",
"name": "Tmax Winter Projected (°C)",
"description": "Projected Maximum Temperature (Winter)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Winter_TS.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Winter Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Winter Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Winter Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/TMax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMax_ssp245/climatology/Tmax_ssp245_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual",
"scenario": "SSP245",
"name": "Tmin Annual Projected (°C)",
"description": "Projected Minimum Temperature (Annual)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Annual_TS.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Annual Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Annual Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Annual Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon",
"scenario": "SSP245",
"name": "Tmin Monsoon Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Monsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Monsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Monsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon",
"scenario": "SSP245",
"name": "Tmin PostMonsoon Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin PostMonsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin PostMonsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin PostMonsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer",
"scenario": "SSP245",
"name": "Tmin Summer Projected (°C)",
"description": "Projected Minimum Temperature (Summer)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Summer_TS.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Summer Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Summer Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Summer Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter",
"scenario": "SSP245",
"name": "Tmin Winter Projected (°C)",
"description": "Projected Minimum Temperature (Winter)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Winter_TS.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Winter Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Winter Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Winter Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp245/climatology/Tmin_ssp245_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual",
"scenario": "SSP585",
"name": "Tmin Annual Projected (°C)",
"description": "Projected Minimum Temperature (Annual)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Annual_TS.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmin Annual Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmin Annual Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmin Annual Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon",
"scenario": "SSP585",
"name": "Tmin Monsoon Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Monsoon_TS.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmin Monsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmin Monsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmin Monsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon",
"scenario": "SSP585",
"name": "Tmin PostMonsoon Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmin PostMonsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmin PostMonsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmin PostMonsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer",
"scenario": "SSP585",
"name": "Tmin Summer Projected (°C)",
"description": "Projected Minimum Temperature (Summer)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Summer_TS.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmin Summer Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmin Summer Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmin Summer Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter",
"scenario": "SSP585",
"name": "Tmin Winter Projected (°C)",
"description": "Projected Minimum Temperature (Winter)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Winter_TS.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmin Winter Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmin Winter Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmin Winter Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/TMin_ssp585/Time_Series/Tmin_ssp585_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/TMin_ssp585/Spatial_Mean/Tmin_ssp585_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual",
"scenario": "SSP245",
"name": "Tmax Annual Projected (°C)",
"description": "Projected Maximum Temperature (Annual)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Annual_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Annual Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Annual Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Annual Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon",
"scenario": "SSP245",
"name": "Tmax Monsoon Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Monsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Monsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Monsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon",
"scenario": "SSP245",
"name": "Tmax PostMonsoon Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax PostMonsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax PostMonsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax PostMonsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer",
"scenario": "SSP245",
"name": "Tmax Summer Projected (°C)",
"description": "Projected Maximum Temperature (Summer)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Summer_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Summer Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Summer Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Summer Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter",
"scenario": "SSP245",
"name": "Tmax Winter Projected (°C)",
"description": "Projected Maximum Temperature (Winter)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Winter_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmax Winter Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmax Winter Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmax Winter Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp245/Time_Series/Tmax_ssp245_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp245/Climatology/Tmax_ssp245_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual",
"scenario": "SSP245",
"name": "Tmin Annual Projected (°C)",
"description": "Projected Minimum Temperature (Annual)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Annual_TS.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Annual Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Annual Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Annual",
"id": "Tmin_Projected_Annual_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Annual Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon",
"scenario": "SSP245",
"name": "Tmin Monsoon Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Monsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Monsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmin_Projected_Monsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Monsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon",
"scenario": "SSP245",
"name": "Tmin PostMonsoon Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin PostMonsoon Near Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin PostMonsoon Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmin_Projected_PostMonsoon_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin PostMonsoon Far Future Projected (°C)",
"description": "Projected Minimum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer",
"scenario": "SSP245",
"name": "Tmin Summer Projected (°C)",
"description": "Projected Minimum Temperature (Summer)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Summer_TS.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Summer Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Summer Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Summer",
"id": "Tmin_Projected_Summer_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Summer Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter",
"scenario": "SSP245",
"name": "Tmin Winter Projected (°C)",
"description": "Projected Minimum Temperature (Winter)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Winter_TS.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_NearFuture",
"scenario": "SSP245 Short Term",
"name": "Tmin Winter Near Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_MidFuture",
"scenario": "SSP245 Mid Term",
"name": "Tmin Winter Mid Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmin",
"type": "Projected",
"timescale": "Winter",
"id": "Tmin_Projected_Winter_FarFuture",
"scenario": "SSP245 Long Term",
"name": "Tmin Winter Far Future Projected (°C)",
"description": "Projected Minimum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/Tmin_ssp245/Time_Series/Tmin_ssp245_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmin_ssp245/Climatology/Tmin_ssp245_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual",
"scenario": "SSP585",
"name": "Tmax Annual Projected (°C)",
"description": "Projected Maximum Temperature (Annual)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Annual_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Annual_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmax Annual Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Annual_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Annual_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmax Annual Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Annual_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Annual_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Annual",
"id": "Tmax_Projected_Annual_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmax Annual Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Annual, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Annual_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Annual_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon",
"scenario": "SSP585",
"name": "Tmax Monsoon Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Monsoon_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Monsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmax Monsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Monsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Monsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmax Monsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Monsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Monsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Monsoon",
"id": "Tmax_Projected_Monsoon_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmax Monsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Monsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Monsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Monsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon",
"scenario": "SSP585",
"name": "Tmax PostMonsoon Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_PostMonsoon_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_PostMonsoon_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmax PostMonsoon Near Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_PostMonsoon_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_PostMonsoon_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmax PostMonsoon Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_PostMonsoon_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_PostMonsoon_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "PostMonsoon",
"id": "Tmax_Projected_PostMonsoon_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmax PostMonsoon Far Future Projected (°C)",
"description": "Projected Maximum Temperature (PostMonsoon, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_PostMonsoon_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_PostMonsoon_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer",
"scenario": "SSP585",
"name": "Tmax Summer Projected (°C)",
"description": "Projected Maximum Temperature (Summer)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Summer_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Summer_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmax Summer Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Summer_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Summer_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmax Summer Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Summer_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Summer_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Summer",
"id": "Tmax_Projected_Summer_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmax Summer Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Summer, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Summer_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Summer_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter",
"scenario": "SSP585",
"name": "Tmax Winter Projected (°C)",
"description": "Projected Maximum Temperature (Winter)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Winter_TS.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Winter_YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_NearFuture",
"scenario": "SSP585 Short Term",
"name": "Tmax Winter Near Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Near Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Winter_TS_NearFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Winter_TS_NearFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_MidFuture",
"scenario": "SSP585 Mid Term",
"name": "Tmax Winter Mid Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Mid Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Winter_TS_MidFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Winter_TS_MidFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
},
{
"variable": "Tmax",
"type": "Projected",
"timescale": "Winter",
"id": "Tmax_Projected_Winter_FarFuture",
"scenario": "SSP585 Long Term",
"name": "Tmax Winter Far Future Projected (°C)",
"description": "Projected Maximum Temperature (Winter, Far Future)",
"timeseries_path": "data/projected/projected/Tmax_ssp585/Time_Series/Tmax_ssp585_Winter_TS_FarFuture_.nc",
"average_path": "data/projected/projected/Tmax_ssp585/climatology/Tmax_ssp585_Winter_TS_FarFuture__YearlyMean.nc",
"no_data": 99.9,
"color_scale": "Reds"
}
]