currently use param.f90 to control parameters.
This is ok, as the understanding of fortran required is pretty limited. But maybe something like a TOML/YML/INI file would be better.
downside is a lot of the parameters become run-time variables, which could degrade performance. needs investigating.
currently use
param.f90to control parameters.This is ok, as the understanding of fortran required is pretty limited. But maybe something like a TOML/YML/INI file would be better.
downside is a lot of the parameters become run-time variables, which could degrade performance. needs investigating.