Input parameters allow the code to run with combinations of features and user-specified values for parameters relevant for a given case. For example, instead of turning features on or off by commenting-out chunks of code, create IF branches that make use of flags specified as input parameters to run the desired chunk of code. That way, you don't have to re-compile the code every time you comment/uncomment different chunks of code; you just need to change the parameter value in the input file.
Follow the appropriate link below to learn how to setup input parameters for the code you are developing:
Follow the appropriate link below to learn how to setup input parameters for the code you are developing:
Jetstream Input Parameters
Optima2D Input Parameters