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
cmdpuma
#!/bin/sh
cp puma/src/*.f90 puma/cmd
cp puma/src/resmod_def.f90 puma/cmd/resmod.f90
cp puma/src/make_cmd puma/cmd/makefile
echo "cd to <puma/cmd> and type make"
back to top