knbarton / ners570-finalproject

Ners 570 Final Project
1 stars 1 forks source link

Add file structure to the code (issue #9) #13

Closed knbarton closed 3 years ago

knbarton commented 3 years ago

This adds a src directory which contains all of the fortran and python code. Within src, there is a model directory which will contain the fortran code and a processing directory, which will contain the python code for processing. The script run.py will be a wrapper script which runs both the model and the processing.

knbarton commented 3 years ago

Let me know what you think about having this kind of structure for the code.

knbarton commented 3 years ago

I switched this to a draft pull request because I'm still thinking through it a little bit and I'd be happy to take some feedback in the meantime.

knbarton commented 3 years ago

I will go ahead and merge this so that we have a starting point. As we add things, we might change the structure a bit but that's okay.