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

Met driver header file and netcdf files #20

Closed
fabeit opened this issue Feb 2, 2015 · 5 comments
Closed

Met driver header file and netcdf files #20

fabeit opened this issue Feb 2, 2015 · 5 comments

Comments

@fabeit
Copy link
Contributor

fabeit commented Feb 2, 2015

Hello,
I was wondering if anybody could explain how to create a header file. I have look at several templates but I am still confused.

Is it possible for ED to read directly the Sheffield met files in .nc format?

@mdietze
Copy link
Contributor

mdietze commented Feb 2, 2015

The documentation about the met header file and the met file format is here: https://github.com/EDmodel/ED2/wiki/Drivers#meteorology-header-file

I haven't worked with the Sheffield met but you'd want to make sure the variable names and units are converted to what ED2 needs.

@fabeit
Copy link
Contributor Author

fabeit commented Feb 3, 2015

Thank you!
And what is the meaning of these variables?
nlon, nlat, dx, dy, xmin, ymin

@mdietze
Copy link
Contributor

mdietze commented Feb 3, 2015

Number of longitude grid cells
Number of latitude grid cells
Size of longitude grid cell (degrees)
Size of latitude grid cell (degrees)
Minimum longitude
Minimum latitude

If your doing a single site run you'll probably have the best luck setting the first 4 to 1 and then rounding down your location to the nearest whole degree

@fabeit
Copy link
Contributor Author

fabeit commented Feb 3, 2015

I think this info could be included either in the wiki page or in the met driver header file. I could add them to the wiki if you want. Yes I am doing a single site run, the test run that I have works well by also leaving the lat and long with two decimal points. Probably a detail, but in what sense are lat/long minimum? Thanks.

@mdietze
Copy link
Contributor

mdietze commented Feb 3, 2015

Good point, this was just an oversight. Wiki had been updated

@fabeit fabeit closed this as completed Feb 6, 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

2 participants