Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input file checker #95

Open
RolfSander opened this issue Jan 4, 2024 · 0 comments
Open

Input file checker #95

RolfSander opened this issue Jan 4, 2024 · 0 comments
Assignees
Labels
feature New feature or request future development Items that will be worked on in the future

Comments

@RolfSander
Copy link
Contributor

When working with KPP, bugs are often difficult to find, especially when
some limit has been exceeded and KPP crashes with a segmentation fault.
Today, I spent a lot of time until I noticed that some equations were
longer than MAX_EQNLEN allows (see #94).

I suggest to write a checker for KPP input files. This can be a small
python script which checks if the input file is consistent with
MAX_EQNLEN and other MAX_* limits from gdata.h.

I hope I'll be able to find the time soon to create a first prototype...

@RolfSander RolfSander self-assigned this Jan 4, 2024
@RolfSander RolfSander added the feature New feature or request label Jan 4, 2024
@RolfSander RolfSander mentioned this issue Jan 4, 2024
13 tasks
@yantosca yantosca added the future development Items that will be worked on in the future label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request future development Items that will be worked on in the future
Projects
None yet
Development

No branches or pull requests

2 participants