-
# Ask a question about KPP:
I am trying to use KPP to build a boxmodel simulation of chamber experiments. To this end, I want to use a function which describes the concentration of reactant A, which …
-
The FortranLexer.g4 was copied from https://github.com/AkhilAkkapelli/Fortran2023Grammar/blob/553123a023f70e9a524e2a4036be128978834c42/Fortran2023Lexer.g4. But, it contains many problems.
### Comme…
-
I am trying to run the examples but I am getting an error in example 4. In your paper and in GitHub you mentioned that code is written in FORTRAN90. What does it mean?
-
I am receiving a parser error when parsing a legal Fortran90 test program:
```fortran
program addition
implicit none
integer :: a, b, result
a = 1
b = 3
result = a + b…
-
@cyrillemidingoyi @kaby76
The Parser cannot able to parse successfully Access Statements like PUBLIC, PRIVATE etc. in the Fortran90 code.
This is the Fortran90 Grammar file:
https://github.c…
-
-
### Describe the issue:
Sorry as I cannot be more specific on the bug nature because there is no way to figure to what fortran feature is related
wrong syntax in the C code generated by f2py from fo…
-
f90nml version: 1.1.2
python: 3.6.9 (default, Oct 29 2019, 10:39:36) [GCC]
OS: SuSe Linux 15.0
f90nml fails to read namelists, which contain entries for initialising arrays of types (fortran stru…
-
Hi,
FTF amazing Extension, but here I have a little problem.
Basically in order to use the color scheme I have to, in order, do this, every time:
1. Change the file style (bottom right of the scre…
-
So trim down int_gen.F to a bare minimum
then look to remove it completely
Look to for existing placeholders in the code that say TODO for Fortan90
This typically show simplification and better memo…