immerse-project / nemo-simsar

Tools and guides how to share NEMO user configurations & experiments with others using a git repository.
6 stars 0 forks source link

Parser for Fortran namelist parameters #6

Open mscheinert opened 4 years ago

mscheinert commented 4 years ago

Description

The mkReadme script reads the namelist. Currently a solitary, customized solution is used to red parameters from the namelist. I'd rather prefere a more general solution, for example using a FORTRAN namelist parser...

Proposed Solution

Use the f90nml package for example.