We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This tutorial shows how to download the North American Regional Reanalysis data for a give space-time domain.
Most of the work is done by getNARR.py.
This script can be found in the Lake Michigan SUNTANS example.
from createSunMetFile import narr2suntans bbox = [-88.2, -84.5, 41.5,46.2] utmzone = 16 tstart = '20120301' tend = '20120308' ncfile = 'rundata/LakeMichigan_NARR_2012.nc' narr2suntans(ncfile,tstart,tend,bbox,utmzone)
There was an error while loading. Please reload this page.