Converting 2D lat/long to 1D lat/long for CF compliance #1190
rajkumar8581
started this conversation in
General
Replies: 1 comment
-
See: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am working on converting WRF output files to CF compliant netcdf files.
The lat long variables are supposed to be one dimensional arrays for CF compliance, as below:-
The problem with wrfout files is the xlat/xlong are 2D arrays like below. Basically this hinders use of to_netcdf.
Beta Was this translation helpful? Give feedback.
All reactions