Create variable tmp95pacmb 
Process Step 
Description  Compute target variable ‘tmp95pacmb’ based on variable ‘tmpdc’, ‘date’, ‘region_id’.and ‘pop’ Calculate 95 percentile values for each calendar month for each grid cell as an average of the 1991 - 2020 baseline period values. Temperature measured in Kelvin converted to degrees Celsius (°C) by subtracting 273.15. Calculate calendar month averages for each region as an average of 95 the percentil values for each calendar month for each grid for the baseline period 1991 - 2020, weighted by variable ‘pop’ that is based on global human settlements statistics.
This step uses a script  written in Python3.
 
Diagram of the Process Step 
digraph Diagram {
	graph [
		stylesheet="../_static/custom.css"
		fontnames = "svg" # "... rock solid standards compliant SVG", see: https://graphviz.org/faq/font/#what-about-svg-fonts
		rankdir="LR"
		nodesep="0.15"
		tooltip=" "
	];
	node [
		fontname="sans-serif"
	];
	Step [
		shape="rect"
		style="filled, rounded"
		width="3"
		height="0.8"
		fontcolor="white"
		fillcolor="#4363d8"
		fontsize="13pt"
		label="Create variable tmp95pacmb\n(current process step)"
		tooltip=" "
	];
	# input parameter
	parameter_b811f20c_498d_4d7c_a1b3_86a55fc4283c [
		shape="rect"
		style="filled"
		width="2"
		height="0.1"
		fontcolor="blue"
		fontsize="10pt"
		URL="https://ess-search.nsd.no/en/variable/30dc45a1-3597-4b42-8bdb-35b61f7089c2"
		target="_blank"
		label=<<i>Variable tmpdc:</i><br/>2 metre temperature>
		tooltip="Input parameter for current process step"
		fillcolor="#ffe119"
	];
	parameter_b811f20c_498d_4d7c_a1b3_86a55fc4283c:e -> Step:w [
		minlen="2"
	];
		parameter_30f06f3d_2e0b_4066_8e89_618be51244ce [
		shape="rect"
		style="filled"
		width="2"
		height="0.1"
		fontcolor="blue"
		fontsize="10pt"
		URL="https://ess-search.nsd.no/en/variable/812c4035-6886-43aa-a18c-8d797390a8b4"
		target="_blank"
		label=<<i>Variable region_id:</i><br/>Nuts 2016 region code>
		tooltip="Input parameter for current process step"
		fillcolor="#ffe119"
	];
	parameter_30f06f3d_2e0b_4066_8e89_618be51244ce:e -> Step:w [
		minlen="2"
	];
		parameter_3d3e48b0_dc3f_41c3_927e_5a5fb2fb5b72 [
		shape="rect"
		style="filled"
		width="2"
		height="0.1"
		fontcolor="blue"
		fontsize="10pt"
		URL="https://ess-search.nsd.no/en/variable/982b1f8a-f1d8-4651-9d87-ef708d0c88b2"
		target="_blank"
		label=<<i>Variable pop:</i><br/>Estimated population in grid<br/>cell>
		tooltip="Input parameter for current process step"
		fillcolor="#ffe119"
	];
	parameter_3d3e48b0_dc3f_41c3_927e_5a5fb2fb5b72:e -> Step:w [
		minlen="2"
	];
		parameter_a4c5a88e_5f12_4bb1_9be7_3f54c54ff4f6 [
		shape="rect"
		style="filled"
		width="2"
		height="0.1"
		fontcolor="blue"
		fontsize="10pt"
		URL="https://ess-search.nsd.no/en/variable/0cae5306-79bf-4976-b25a-3f790aa312be"
		target="_blank"
		label=<<i>Variable date:</i><br/>Date>
		tooltip="Input parameter for current process step"
		fillcolor="#ffe119"
	];
	parameter_a4c5a88e_5f12_4bb1_9be7_3f54c54ff4f6:e -> Step:w [
		minlen="2"
	];
		# previous step
	step_4fd913d0_c3b2_4e95_8a3b_90a5d34a56d3 [
		shape="rect"
		style="filled, rounded"
	    width="2"
	    height="0.075"
		fontcolor="white"
		fillcolor="#4363d8"
		fontsize="10pt"
		label="Create variable date"
		URL="../step_4fd913d0-c3b2-4e95-8a3b-90a5d34a56d3.html"
		target="_parent"
		tooltip="Previous process step:\nCompute target variable 'date' based on variable 'time' and 'region' to convert from UTC to local time zones"
	];
	step_4fd913d0_c3b2_4e95_8a3b_90a5d34a56d3:e -> parameter_a4c5a88e_5f12_4bb1_9be7_3f54c54ff4f6:w [
		minlen="2"
	];
    # output parameter
	parameter_0845a5f2_5a15_4ae9_b4db_4e4b01237b0e [
		shape="rect"
		style="filled"
		width="2"
		height="0.1"
		fontcolor="blue"
		fontsize="10pt"
		URL="https://ess-search.nsd.no/en/variable/74308e4a-3f55-4f0e-b7bf-53dc07128ee5"
		target="_blank"
		label=<<i>Variable tmp95pacmb:</i><br/>Temperature in degrees<br/>Celcius, multi-year calendar<br/>month 95th percentiles,<br/>baseline 1991 - 2020>
		tooltip="Output parameter for current process step"
		fillcolor="#dcbeff"
	];
	Step:e -> parameter_0845a5f2_5a15_4ae9_b4db_4e4b01237b0e:w [
		minlen="2"
	];
}
 
Hint
Move the mouse cursor over a parameter to see more information. Click on a parameter or a related step to go to the corresponding page. 
digraph Diagram {
	graph [
		stylesheet="../_static/custom.css"
		fontnames = "svg" # "... rock solid standards compliant SVG", see: https://graphviz.org/faq/font/#what-about-svg-fonts
		rankdir="LR"
		bgcolor="#eeeeee"
		size="5,10!"
		nodesep=0.15
		tooltip=" "
	];
	node [
		fontname="sans-serif"
	];
	Step [
		width="3"
		label="Process step"
		tooltip=" "
		shape="rect"
		style="filled, rounded"
		fontcolor="white"
		fillcolor="#4363d8"
	];
	# input parameter
	InputParameter [
		shape="rect"
		width="2"
		height="0.1"
		style="filled"
		label="Input parameter"
		tooltip=" "
		fillcolor="#ffe119"
	];
	InputParameter -> Step [
		label="used by"
	];
	OutputParameter [
		shape="rect"
		width="2"
		height="0.1"
		style="filled"
		label="Output parameter"
		tooltip=" "
		fillcolor="#dcbeff"
	];
	Step -> OutputParameter [
		label="produces"
	];
}