Seth Underwood

Results 10 issues of Seth Underwood

**Description** Conversion of Monon Obukhov PostScript tech document to LaTeX. No issue yet. **How Has This Been Tested?** Only documentation, no real need to test ATT. **Checklist:** - [ ]...

PR #637 fixes building FMS without MPI. Once that PR and PR #339 have been merged, an additional action test with `--with-mpi=no` should be added to ensure updates don't break...

enhancement

**Is your feature request related to a problem? Please describe.** The code in MPP has many different paths, depending on the type of build: MPI, non-MPI, ShaMEM. The ShaMEM option...

enhancement

**Describe the bug** While not really a bug, the time_interp.F90 file uses bad practice of using locally scoped variables that have the same name as global variables. A linter I...

As the stdout of a model run can be up to several MB, it can be difficult for users to see warnings, or other important messages. Having the model output...

enhancement

Added new configuration variables HDF5_LDFLAGS and HDF5_FLAGS to allow user to set location of HDF5 directories. Also added bits to have make guess location using the `h5fc -show` command. Fixes...

enhancement

The make templates cannot determine how to find the HDF5 Fortran module, nor the libraries. It would be good if the templates could attempt to guess these locations, or give...

enhancement

**Describe the bug** Looking at the list_ncvars.csh, the script sets an ailas of list_ncvars to list_ncvars.exe. The `.exe` is no longer set for non-windows installations. While it appears the script...

help wanted

…able, and clear the setting when the script ends if set. ### Description The `conda.csh` activation script will set the csh prompt variable if not already set. The prompt variable...

cla-signed

Use the full path for `ncdump`, and the NCO tools that are found during the configure step. This will remove the need to have several modules loaded. The downfall is...