#!/bin/bash

## Just run code in recipes, use it carefully
## example: use cdo to make cache file. Since cdo is quicker than ncl.
#;DIAG_NORCPM; RUNTHESECODES: echo '    no codes run here.'

var=hi
test -f hi_allmean.nc && exit 0
cdo -s -O -timmean hi_ensmean.nc hi_allmean.nc


