Skip to content

Commit

Permalink
indicate the presence of the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
piermafrost committed Jan 30, 2020
1 parent a5ddb98 commit d0d1f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The program conducts a certain number of compliance checks in the subroutine "ma

## Compilation tips:
This program uses syntax allowed in fortran 2003 or later (subroutines with allocatable dummy arguments, and the use of the subroutine "get_command_argument"). Make sure your compiler supports this syntax (with gfortran: "-std=f2003").
A Makefile is also available in the "sources" folder.

## Parameter exploration:
This repository also contains a version of the model where the user can vary the parameters for a unique given CO<sub>2</sub> level. It can be found in the folder "preprocessing/parameter_exploration/". See the README in this folder for more information.
Expand Down

0 comments on commit d0d1f9b

Please sign in to comment.