-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move parameters from driver.F90 to namelist (#2)
Add support for defining most parameter-specific values and activate/deactivate switches from driver.F90 to a namelist file named input.nml. Only a few rarely-changed parameter-specific values belonging to the "Declarations of local variables (INPUTS)" section have been left in but can be added to the namelist and removed from driver.F90 at a later stage.
- Loading branch information
Showing
5 changed files
with
507 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.