#!/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=aice
test -f aice_allmean.nc && exit 0
cdo -s -O -timmean aice_ensmean.nc aice_allmean.nc


