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

