-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature #2547 Read WRF output files natively #2790
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18d6096 - Browse repository at this point
Copy the full SHA 18d6096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4c6a4 - Browse repository at this point
Copy the full SHA 6d4c6a4View commit details -
Per #2547, rename vx_data2d_nc_interp as vx_data2d_nc_wrf and vx_data…
…2d_nccf as vx_data2d_nc_cf.
Configuration menu - View commit details
-
Copy full SHA for ee5ec29 - Browse repository at this point
Copy the full SHA ee5ec29View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fad94d1 - Browse repository at this point
Copy the full SHA fad94d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7be22 - Browse repository at this point
Copy the full SHA fc7be22View commit details
Commits on Dec 28, 2023
-
only set -L and -I arguments for atlas and eckit if the appropriate e…
…nvironment variable is set -- this matches how it is handled for other external library dependencies
Configuration menu - View commit details
-
Copy full SHA for b35e29b - Browse repository at this point
Copy the full SHA b35e29bView commit details -
add rpath for atlas and eckit lib dirs so dynamic libraries can be fo…
…und when running on seneca
Configuration menu - View commit details
-
Copy full SHA for bf27d1f - Browse repository at this point
Copy the full SHA bf27d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb8211 - Browse repository at this point
Copy the full SHA ebb8211View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d22ad95 - Browse repository at this point
Copy the full SHA d22ad95View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6b4fd - Browse repository at this point
Copy the full SHA dd6b4fdView commit details -
per #2547, add support for reading WRF files by adding support for di…
…fferent X/Y/Z dimensions, read X/Y/Z dimension names when reading a field instead of storing them per file, track if data is staggered in X/Y/Z dimension (still need to add DataPlane function to destagger data), handle pressure field that also includes time dimension
Configuration menu - View commit details
-
Copy full SHA for 59bf9ea - Browse repository at this point
Copy the full SHA 59bf9eaView commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e8921e - Browse repository at this point
Copy the full SHA 3e8921eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b8c05c - Browse repository at this point
Copy the full SHA 0b8c05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f545d5 - Browse repository at this point
Copy the full SHA 7f545d5View commit details -
per #2547, keep store if variable is on pressure levels and only read…
… pressure field if it is
Configuration menu - View commit details
-
Copy full SHA for 0f6b42a - Browse repository at this point
Copy the full SHA 0f6b42aView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 654c819 - Browse repository at this point
Copy the full SHA 654c819View commit details -
per #2547, support U_PL, U_ZL, U, and U<x> where <x> is an integer in…
… is_u_wind and the same for is_v_wind
Configuration menu - View commit details
-
Copy full SHA for be3bb3c - Browse repository at this point
Copy the full SHA be3bb3cView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61ebd73 - Browse repository at this point
Copy the full SHA 61ebd73View commit details -
change regex to match zero or more instances of a number after U or V…
… instead of 1 or more to include the fields named U and V
Configuration menu - View commit details
-
Copy full SHA for aa94865 - Browse repository at this point
Copy the full SHA aa94865View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab6a4cc - Browse repository at this point
Copy the full SHA ab6a4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a849b0c - Browse repository at this point
Copy the full SHA a849b0cView commit details -
only destagger Z dimension for bottom_top_stag because other _stag Z …
…dimensions don't need to be destaggered, clean up logic to read X/Y/Z dimension info
Configuration menu - View commit details
-
Copy full SHA for 42f8399 - Browse repository at this point
Copy the full SHA 42f8399View commit details
Commits on Jan 10, 2024
-
Per #2547, instead of checking dimensions of all vars in file, check …
…dimensions for the var that is being read. Only read pressure var if the z dimension matches the var to read. Set class variable DimNames instead of local gDimNames so dump function will work as expected
Configuration menu - View commit details
-
Copy full SHA for ff1acd9 - Browse repository at this point
Copy the full SHA ff1acd9View commit details -
per #2547, support reading variable that corresponds to dimension wit…
…h different name as dimension and includes a time dimension, e.g. P_PL(Time, num_press_levels_stag)
Configuration menu - View commit details
-
Copy full SHA for a0a53a8 - Browse repository at this point
Copy the full SHA a0a53a8View commit details
Commits on Jan 16, 2024
-
per #2547, added unit tests to process WRF out data with plot_data_pl…
…ane and grid_stat
Configuration menu - View commit details
-
Copy full SHA for 357bd51 - Browse repository at this point
Copy the full SHA 357bd51View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6656e10 - Browse repository at this point
Copy the full SHA 6656e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df3507 - Browse repository at this point
Copy the full SHA 3df3507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24afa16 - Browse repository at this point
Copy the full SHA 24afa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7f3c7 - Browse repository at this point
Copy the full SHA 2a7f3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3460f4b - Browse repository at this point
Copy the full SHA 3460f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366d7e5 - Browse repository at this point
Copy the full SHA 366d7e5View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f16688 - Browse repository at this point
Copy the full SHA 1f16688View commit details -
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for b5915b9 - Browse repository at this point
Copy the full SHA b5915b9View commit details -
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for dd1f258 - Browse repository at this point
Copy the full SHA dd1f258View commit details -
plot higher vertical level to get non-zero output
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for b50df96 - Browse repository at this point
Copy the full SHA b50df96View commit details -
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for d0e6545 - Browse repository at this point
Copy the full SHA d0e6545View commit details