20CR3 validation scatterplot Spring 1903

../../../_images/Scatter_1903-01-02_to_1903-04-01_20cr3.png

Scatterplot of observed v. reanalysis MSLP


Download the data (uses this script)

#!/bin/sh
../../../scripts/get_data.py --reanalysis=20cr3 --start="1903010118" --end="1903033118"

Extract the reanalysis data associated with each observation (uses this script)

../../../scripts/get_comparison.py --start="1903010118" --end="1903033118" --skip=BODO --skip=HAPARANDA --skip=HERNOSAND --skip=STOCKHOLM --skip=WISBY --skip=FANO --skip=BERLIN --skip=ABERDEEN --skip=VALENCIA --skip=JERSEY --skip=LISBON --reanalysis=20cr3 --npar=6

Make the figure (uses this script)

../../../scripts/scatter.py --start="1903010118" --end="1903033118" --reanalysis=20cr3