Create variable tmpanocm

Process Step

Description Compute target variable ‘tmpanocm’ based on variables ‘tmpdcacm’, ‘tmpdcamb’, ‘region_id’ and ‘date’. Calculate ‘tmpanocm’ as calendar month average for each region, minus calendar month average base value 1991 - 2020 (tmpdcacm - tmpdcamb).

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 tmpanocm\n(current process step)" tooltip=" " ]; # input parameter 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_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" ]; parameter_a87745ad_3f82_454b_bb54_1e7537687c8a [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://ess-search.nsd.no/en/variable/ae4f0001-f59d-47b2-8ded-e163391587de" target="_blank" label=<<i>Variable tmpdcamb:</i><br/>Temperature in degrees<br/>Celcius, multi-year calendar<br/>month averages, baseline<br/>1991 - 2020> tooltip="Input parameter for current process step" fillcolor="#ffe119" ]; parameter_a87745ad_3f82_454b_bb54_1e7537687c8a:e -> Step:w [ minlen="2" ]; # previous step step_63d9f86f_b32b_4687_b753_662e9f56747f [ shape="rect" style="filled, rounded" width="2" height="0.075" fontcolor="white" fillcolor="#4363d8" fontsize="10pt" label="Create variable tmpdcamb" URL="../step_63d9f86f-b32b-4687-b753-662e9f56747f.html" target="_parent" tooltip="Previous process step:\nCompute target variable 'tmpdcamb' based on variables 'tmpdca', 'region_id' and 'date'. Calculate average temperature for each calendar month for each region, across the baseline period 1991 - 2020." ]; step_63d9f86f_b32b_4687_b753_662e9f56747f:e -> parameter_a87745ad_3f82_454b_bb54_1e7537687c8a:w [ minlen="2" ]; parameter_770dbb42_3ea1_4ff6_9e29_06dd2826a102 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://ess-search.nsd.no/en/variable/7bc1b4ca-b1e1-42b1-b594-7e8b30458eeb" target="_blank" label=<<i>Variable tmpdcacm:</i><br/>Temperature in degrees<br/>Celcius, calendar month<br/>average> tooltip="Input parameter for current process step" fillcolor="#ffe119" ]; parameter_770dbb42_3ea1_4ff6_9e29_06dd2826a102:e -> Step:w [ minlen="2" ]; # previous step step_51b90bb6_30b0_4e1c_8c0b_19b2a56e49c4 [ shape="rect" style="filled, rounded" width="2" height="0.075" fontcolor="white" fillcolor="#4363d8" fontsize="10pt" label="Create variable tmpdcacm" URL="../step_51b90bb6-30b0-4e1c-8c0b-19b2a56e49c4.html" target="_parent" tooltip="Previous process step:\nCompute target variable 'tmpdcacm' based on variables 'tmpdca', 'region_id' and 'date'. Calculate average temperature for each calendar month for each region." ]; step_51b90bb6_30b0_4e1c_8c0b_19b2a56e49c4:e -> parameter_770dbb42_3ea1_4ff6_9e29_06dd2826a102:w [ minlen="2" ]; # output parameter parameter_22d6e6c6_53c6_48b1_bd84_3e9c5dd8765b [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://ess-search.nsd.no/en/variable/2f8614ac-8662-46a3-b60f-813dcb7db4c2" target="_blank" label=<<i>Variable tmpanocm:</i><br/>Temperature anomaly,<br/>calendar month> tooltip="Output parameter for current process step" fillcolor="#dcbeff" ]; Step:e -> parameter_22d6e6c6_53c6_48b1_bd84_3e9c5dd8765b: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.

Legend:

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" ]; }