knbarton / ners570-finalproject

Ners 570 Final Project
1 stars 1 forks source link

Make basic working model #7

Closed knbarton closed 3 years ago

knbarton commented 3 years ago

This issue is complete when we have a basic working tidal model in Fortran. This issue does not require the parallelism or the python visualization code to be complete.

knbarton commented 3 years ago

The code for the basic working model is in branch basic_model_7. It compiled and ran when I did it by hand, but it doesn't seem to be working quite yet with the Travis CI system. Once I get that sorted, I'll do a pull request.

Also, the modules are probably not necessary since all the subroutines they contain could be defined in the main script instead. We could change this, but I think it's nice to have things separated out into modules just to get some practice with them.

littlewatkins commented 3 years ago

Having modules and subroutines would be good for testing, so I agree that having things be separated is good.