We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1c029 commit b176df4Copy full SHA for b176df4
1 file changed
src/gotm/print_version.F90
@@ -63,6 +63,9 @@ subroutine print_version()
63
#ifdef _CVMIX_
64
LEVEL0 'CVMix: included'
65
#endif
66
+#ifdef _SEAGRASS_
67
+ LEVEL0 'Seagrass:included'
68
+#endif
69
#ifdef NETCDF_FMT
70
LEVEL0 'NetCDF: ',trim(NF90_INQ_LIBVERS())
71
0 commit comments