https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: 6749c41ca0c515494ac04188bb37f1aaebea3ab8 authored by Adiv Paradise on 02 October 2018, 19:55:34 UTC
Bugfixes in glacier module--snow depth changes getting stored as rates rather than amounts would have given too-small changes in snow depth
Tip revision: 6749c41
makecheck
All:	f90check.x cc_check.x

f90check.x:	f90check.f90
	${MOST_F90} -o f90check.x f90check.f90

cc_check.x:	cc_check.c
	${MOST_CC} -o cc_check.x cc_check.c
back to top