Jesse Lentz
Jesse Lentz
**Description** Add a `.gitignore` file for each unit test, so that Git ignores all files generated by `make check`. **How Has This Been Tested?** ``` make make check -k git...
**Description** Remove compute domain indices from the argument lists of `get_grid_version_1` and `get_grid_version_2`. Query compute domain indices from `mpp_domains_mod` and check the lower bounds of `lon(:,:)` and `lat(:,:)` at runtime....
**Description** A JSON schema for YAML data tables has been added at `data_override/docs/data_table.json`. **How Has This Been Tested?** Works with Tom's YAML validation script and the `land_xml` data table. **Checklist:**...
**Description** In `data_override_mod`, rather than calling `time_interp_external2` subroutines with a hardcoded `verbose=.false.` parameter, `verbose` is now controlled by the `debug_data_override` namelist variable from `data_override_nml`. Excess spaces before line-continuation ampersands were...
**Description** * Update `fm_yaml_mod` and the field_manager unit test for the new field_table format * Refactor and simplify `fm_yaml_mod` **How Has This Been Tested?** Builds on the AMD box with...
**Description** Remove the diag table schema, as it has been moved to the `gfdl_msd_schemas` repository. Add references to the schema and the new repository to the diag manager's `README.md` and...
**Description** In the horiz_interp_type assignment 1x2d bicubic test, there are four allocatable arrays for which the number of elements allocated exceeds the number that get initialized: * `lon_src_1d` * `lat_src_1d`...
**Description** The Cray compiler contains a bug where the `NULL()` intrinsic fails to produce a pointer of the correct type when it is passed directly to a subroutine expecting a...