DIR := $(shell basename $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))))
doplot:
	@../diag_norcpm/diag.py
edit:
	@vim plotCase.yml
upload:
	true ## for uploading figures, try use $(DIR)
	rsync -au --exclude *.nc . ~/NS9039K/www/pgchiu/test/$(DIR)

