GITLAB

Eduardo Eloy / modfire

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • modfire
  • MODFIRE-Prototype
  • res
  • MakeInputFilesNoCleanup
  • Makefile
  • 165cc829   new strats and versions Browse Code ยป
    ednice
    2023-02-28 15:59:47 +0000  
Makefile 327 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
all: make

make:
	rm -rf *.txt
	python3 initialize_ugs.py
	python3 initialize_areas.py
	python3 initialize_years_fixed.py
	python3 initialize_cond.py
	python3 initialize_cond_presc.py
	python3 initialize_external.py
	python3 initialize_regions.py
	python3 initialize_xy.py
	python3 initialize_adj_ext.py

clean:
	rm -rf *.txt