GITLAB

Eduardo Eloy / modfire

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • modfire
  • MODFIRE-Prototype
  • res
  • Makefile
  • a4f37eed   initizalyzers for the input, adjacensies, years with harvest, areas, conditions (wood, soilloss) Browse Code ยป
    Eduardo Eloy
    2022-04-26 20:56:57 +0100  
Makefile 230 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
all: make

make:
	rm -rf *.txt
	python3 initialize_ugs.py
	python3 initialize_areas.py
	python3 initialize_graph.py
	python3 initialize_years.py
	python3 initialize_cond.py
	python3 initialize_cond_presc.py

clean:
	rm -rf *.txt