DIR := $(shell basename $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))))
doplot:
	@/cluster/projects/nn9039k/people/pgchiu/diag_norcpm/diag_norcpm/diag.py
edit:
	@vim plotCase.yml
upload:
	@rsync -a --exclude=*.nc . pgchiu@login-trd.nird.sigma2.no:~/NS9039K/www/pgchiu/test/$(DIR)
	@echo http://ns9039k.web.sigma2.no/pgchiu/test/$(DIR)/index.html

