Closed mnlevy1981 closed 4 years ago
Definitely need to update usr-guide/GCM-interface/surface_flux.rst and usr-guide/GCM-interface/interior_tend.rst to use examples from the new test rather than POP. Also need to look for things like usr-guide/GCM-interface/init.rst (which refers to *.input
files that have been renamed to *.settings
in this PR). At first glance, I don't think there is any new documentation to write, though.
Cleaned up init.rst
in 5c442b9
Last few tasks are laid out in a MARBL meeting agenda
Also, we discussed cleaning up the marbl_io_read
calls. So rough to-do list:
marbl_io_read()
into local arrays, then copy those local arrays into marbl_instance
Per #25 going to wait for later issue to address saved state documentation
done as-of 6d1b272
The documentation should highlight the fact that this is an example of the full process necessary to bring MARBL into a new GCM (just wrap the
interior_tendency_compute()
andsurface_flux_compute()
calls in a time-stepping loop). It clearly shows what needs to be initialized, and how to determine what forcing is necessary.