#!/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.'

#!/bin/bash
## anomaly correlation
cdo -s \
    -timcor  HadISST_with_model_grid_ano.nc model_sst_ano_ens.nc \
    sst_ano_ens_cor.nc


