Michael Duda

Results 11 issues of Michael Duda

When using the GNU 11 compilers, various errors in actual argument types prevent all three of the main WPS components (geogrid, ungrib, and metgrid) from compiling. For example: ``` gfortran...

bug

When WRF was compiled with an `smpar` option, the WRF I/O API library contains references to OpenMP libraries (e.g., 'GOMP' with the GNU compilers). Because the WPS doesn't support an...

bug

With some versions of the gfortran compiler, users have reported build failures of WPS v3.9: ``` gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 read_namelist.f90 read_namelist.f90:72.25: add_lvls, new_plvl, interp_type 1 Error: NAMELIST...

An issue when the length of the `geog_data_path` specification reaches 128 characters has been identified by Min Zhu on this forum post: https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=53&t=8378 .

Several `GEOGRID.TBL` files contain entries with the `dominant` keyword, which isn't a documented keyword. The two possible keywords for requesting the dominant category for a field are `dominant_category` and `dominant_only`,...

When ECMWF model-level data are split among multiple intermediate files (e.g, `SFC` and `3D` files), 3-d RH and GHT fields are not produced in the output `PRES` files, and calc_ecmwf_p.exe...

If users download the WRF source code as a GitHub "archive" file from https://github.com/wrf-model/WRF/releases , the unpacked source directory will not be named `WRF`, but will have a name like...

The parser for the `index` file for geogrid datasets reports unrecognized options according to the position of the `=` character in the line, rather than the line number (which would...

When a WRF grid point maps to a half-integer value in the projection space of a geographical dataset, and when that point is a distance of 0.5 outside of the...

bug

The changes introduced in PR #16 enable users to not select optional fields, even if those fields are available on disk. The print statements generated by these changes could be...