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

