https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: 9f69f6e970c50cae27581eb9ae4fc6710a9eae3d authored by Adiv Paradise on 14 August 2019, 21:22:17 UTC
Fixed bug where surface temperature in the time-averaged output file was erroneously low on the first write. This was a purely diagnostic bug--no impact on physics.
Tip revision: 9f69f6e
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