I have some custom bio code based on fennel. In the past I have kept it all in ROMS/Nonlinear/Biology next to all the other bio code. However, I am updating everything to the latest ROMS revision, and would like to keep my edits out of the svn repo as much as possible. I have found this easy to do by making a separate git repo with my edited build_roms.sh and compiler files, but am not sure how to do this with the bio code.
I see in Modules/mod_biology.F the note:
Code: Select all
** Note that all the *.h files are located in ROMS/Nonlinear/Biology **
** and included within <...> to allow the user to customize any of **
** them in the project directory while keeping the distributed code **
** intact (check the build script for details). **
Code: Select all
# if defined BIO_FENNEL
# include <fennel_mod.h>
Thanks,
Parker