-
Notifications
You must be signed in to change notification settings - Fork 27
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
lat_ref equals to central_latitude? #37
Comments
Hi, I am not awared of this point. So I would like to know:
|
I think basically, WRF and GrADS are two independent softwares. They use somewhat different parameters which would cause inconsistencies (e.g., earth radius is 6371200m in GrADS and 6370000m in WRF; possibly different gravity acceleration g etc.). Maybe WRF can also modify these parameters. I think if you really want a high-level accuracy, you have to construct the This leaves a problem also known as online calculation and offline calculation. Online means you use everything defined in the numerical model while offline means you choose to approximate online in a slightly different way (but you are satisfied with). Anyway, I would like to parse the |
and
https://raw.githubusercontent.com/singledoggy/xgrads/master/ctls/grid.d1.ctl |
In your case, Also, we may need to add Can you make these two small changes and re-plot the figure to see whether it fixes the problem at the edge? |
I plot (0,0) in each figure to make it clear.
|
Can you send me a copy of data (one single time step) and your code snippet for producing the above figure? I will see this in more details. Thank you very much for bringing this issue. |
When I run your script, I get an error: I looked into here and it seems that my |
I‘m using |
OK, I see. What if the domain is not a nested one? Do we always rely on |
Thanks a lot. So if |
I understand it much better now. So I may need more test cases to remove potential bugs. To me, I think this is deviating from the main purpose of |
Sorry I removed this assignment by mistake. I'm a rookie on Github. |
In the case of wrf, I guess crs should be the
crs_new
because the mode cent_lat and lon should be in the globe comment here. They are not equal to lat_ref.
I tested it in one of my WRF out
instead of crs
and the you can get the xcoord and ycoord by lon2d and lat2d via the crs_new, vice versa, Or they may be inconsistent.
I haven't get a way to automatically get central latitude.
And I got the idea from this artical
I just use WRF and some other model like NAQPMS, so I'm not sure about the other type of file.
If all lat_ref don't equal to central_latitude? Or just WRF need special setting?
The text was updated successfully, but these errors were encountered: