knbarton / ners570-finalproject

Ners 570 Final Project
1 stars 1 forks source link

Create CMake file #18

Closed littlewatkins closed 3 years ago

littlewatkins commented 3 years ago

Pull Request

Addresses #12

This adds the CMake files necessary for cmake and make to be used to create an executable for the program.

As of right now, it runs the tsunami code, but I haven't integrated the mod_comp_next_step subroutines into the tsunami.f90 code or a way to run the python code.

This pull request also will change the call system to call execute_command_line in the tsunami.f90 code.