-
Fortran code generation writes:
```
& 124199770599398327033900700000.D0 - 2669685476*z2
```
Recent `gfortran` compilers emit `(Real*8): the integer 2669685476 is too large`.
The error likel…
-
Currently, if you do:
```fortran
integer :: x = 5
```
Fortran implicitly adds a `save` attribute:
```fortran
integer, save :: x = 5
```
This is a common gotcha (https://www.fortran90.org/src/g…
-
> Some of my colleagues and me created a scanner for Fortran90, Fortran95 and Fortran2003. We use this patch for our redmine installation and did not encounter any errors, yet.
>
> The only thing lef…
-
I am working with the HRRR & GFS grib2 files via NODD.
I would like to use [CFGRIB](https://pypi.org/project/cfgrib/) to read your products, but I can't seem to find [any local definitions](https://c…
-
I've noticed this on my machines and now over in github actions build for grammars-v4. When the link is bad, the `antlr4` tool fails.
```
Traceback (most recent call last):
File "/opt/hostedtoolc…
-
Hi all, I am looking for a bit of guidance in moving a simple package from numpy.distutils to scikit-build-core, following the example [here](https://scikit-build-core.readthedocs.io/en/latest/getting…
-
I've been looking at this and looked at the Fortran90parser.g4 and am just not seeing the problem. It looks like a END SELECT NAME? should be ok with this.
Example Fortran code that works with `gf…
-
I try to install MCT from COAWST/Lib/MCT, When I compile it, I report an error: M_MPIF.F90: 60: Error: Canon Included File 'Mpif.h'; it seems that it is not found. But when I installed WRF, I installe…
-
Hello!
I seem unable to add the attribute _FillValue to a NF90_SHORT variable, although it works if I declare it as N90_INT. Why is this?
```
CALL check(nf90_create("AU.nc", nf90_netcdf4, ncid)…
-
First requested here: https://twitter.com/MattAlhonte/status/1579726103123722240
> Is there a good end-to-end "find some Python data code is running slow, identify bottleneck, drop down into FORTRA…