DIR := $(shell basename $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))))
doplot:
	@../diag_norcpm/diag.py
edit:
	@vim plotCase.yml
upload:
	#@rm -rf /nird/datapeak/NS9039K/www/pgchiu/test/$(DIR)
	@rsync -a --exclude=*.nc . /nird/datapeak/NS9039K/www/pgchiu/test/$(DIR)
	@echo http://ns9039k.web.sigma2.no/datapeak/pgchiu/test/$(DIR)/index.html
