Michael Duda

Results 71 comments of Michael Duda

A little progress has been made with PR #102 , but a general solution has yet to be implemented.

As a workaround, adding `-fallow-argument-mismatch` to the definition of `FFLAGS` and `F77FLAGS` allows the main WPS components to be compiled.

This part of the Fortran 2003 standard may be relevant: ``` 4.4.1 Integer type C410 (R411) A boz-literal-constant shall appear only as a data-stmt-constant in a DATA statement, as the...

There's a [forum post](https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=28&t=9803) with some discussion of this issue, too.

The GCC 10 documentation mentions the following: > Mismatches between actual and dummy argument lists in a single file are now rejected with an error. Use the new option -fallow-argument-mismatch...

I've also run into problems when the netCDF-4 library is build with support for parallel I/O via HDF5. If we were to significantly overhaul the logic in the configure script...

We typically prefer to have PRs made from unique, well-named branches; see (3) in the [Creating a Branch for Development Work](https://github.com/wrf-model/WRF/wiki/Workflow-for-WRF-Code-Modification#creating-a-branch-for-development-work) section in the [Workflow for WRF Code Modification](https://github.com/wrf-model/WRF/wiki/Workflow-for-WRF-Code-Modification) wiki...

I'll add my name to the list of people who think that email comments quickly get to be unreadable. [Others seem to agree](https://github.com/dear-github/dear-github/issues/67), but as with other requests for GitHub...

@weiwangncar I've changed the base to `release-v4.5`. (I see that there's a `release-v4.4.3` branch, but at this point are we expecting that there will be a v4.4.3 bugfix release before...