seaice-experiments

sea ice experiments using Granular.jl
git clone git://src.adamsgaard.dk/seaice-experiments # fast
git clone https://src.adamsgaard.dk/seaice-experiments.git # slow
Log | Files | Refs | README | LICENSE Back to index

Makefile (264B)


      1 .PHONY: all
      2 all: simulation.jl plot.jl
      3 	$(MAKE) -C width/
      4 	julia tau_plots.jl
      5 
      6 .PHONY: all-plots
      7 all-plots:
      8 	$(MAKE) -C width/ all-plots
      9 	$(MAKE) -C width/ width_monodisperse-survived_fraction.png
     10 	julia tau_plots.jl
     11 
     12 .PHONY: clean
     13 clean:
     14 	$(MAKE) -C width/ clean