Ryan Mulhall
Ryan Mulhall
**Description** adds the file for the buffers with a few of the initial changes to the other files. Fixes # (issue) **How Has This Been Tested?** Please describe the tests...
**Description** Adds a second job to test compilation of the coupler with PRs. This will fail until https://github.com/NOAA-GFDL/FMScoupler/pull/75 goes in. **How Has This Been Tested?** Tested on my forks **Checklist:**...
**Describe the bug** Fails compilation while using gcc 10/11 and mpich. Looks like the default kind sizes for the mpich mpi routines aren't matching up with the calls in mpp....
**Is your feature request related to a problem? Please describe.** `mpp_global_field` has a routine to free memory, `mpp_global_field_free_comm`, but it is private and unused. A similar routine is provided for...
**Is your feature request related to a problem? Please describe.** There's a couple routines throughout FMS that have required or optional arguments that are entirely unused. Some seem to be...
**Description** The current emitter doesn't allow for multiple `level2keys` like below: ```yaml lvl2key1: - key1: val lvl2key2: - key2: val ``` This adds support for it through making the level2key...
**Description** adds an action that will submit a pull request automatically after releases in order to add the -dev suffix to the autotools version and then assign me to review...
**Is your feature request related to a problem? Please describe.** See #1043 **Describe the solution you'd like** we need a test added (or updated) to check output/errors with netcdf 3...
**Description** adds a routine to write a yaml with information on outputted files. Prints all possible fields for files and their variables, leaving them empty if no value was set....
**Describe the bug** occasionally the first data_override test fails in the CI but passes on subsequent runs: ``` expecting success of test_data_override2_mono.1 'test_data_override with monotonically increasing and decreasing data sets...