Anthony Islas

Results 37 issues of Anthony Islas

TYPE: enhancement KEYWORDS: cmake, pnetcdf SOURCE: internal DESCRIPTION OF CHANGES: Problem: The CMake build does not support PnetCDF detection and thus the `external/io_pnetcdf/` code cannot be built. Solution: Write a...

Develop Branch
compile-tests

The default options are useful when completely bypassing the configuration prompts. Without these default options certain comparison operators are left evaluating blank expansions that would otherwise lead to malformed syntax

All comparisons to glevel1 and glevel2 are against integer values, relying on implicit conversion during the check if done somewhat correctly. When implicit conversion is not done, the floating point...

The ungrib targets in the CMake build are missing the `_UNGRIB` define, analogous to the `_METGRID` and `_GEOGRID` defines found elsewhere in the code. This PR adds the `_UNGRIB` definition...

The preprocessor definition `_MPI` is used to compile WPS with distributed memory capabilities. This define is missing from the set applied when `USE_MPI` is selected in the CMake build. This...

The current logic is flipped to incorrectly negate user requested configuration. The default `[y/N]` prompt is already satisfied by the need to look for explicit `yesValues` matches, otherwise anything else...

TYPE: bug fix KEYWORDS: chem, make SOURCE: internal DESCRIPTION OF CHANGES: Problem: PR #2018 Changed how KPP helper programs generate code by now accepting relative paths. The relative path passed...