Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use browndog to download and prepare met data from NARR in regional workflow #13

Open
dlebauer opened this issue Aug 28, 2015 · 0 comments

Comments

@dlebauer
Copy link
Member

need to add a tag to the settings file like ...

 <browndog>
  <url>http://dap.ncsa.illinois.edu:8184/convert/</url>
  <username>browndog.user</username>
  <password>GritGin3</password>
 </browndog>
...
  <site>
   <lat>39.0561</lat>
   <lon>-95.1907</lon>
  </site>
  <inputs>
   <met>
    <source>NARR</source>
    <output>SIPNET</output>
   </met>

Presumably adding this and replacing lat/lon with the grid of points in NARR that cover Illinois (see points as csv and R code here: https://gist.github.com/dlebauer/4bb59862352b7b9391cd). Then, it will be possible to run over the grid. Need to review with @robkooper

@dlebauer dlebauer changed the title update settings to use browndog in regional workflow use browndog to download and prepare met data from NARR in regional workflow Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant