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

## only keep *.fixed.nc
cases1='TBI_NUG_Ano TBI_NUG_FF'
cases2='TBI_N2_Ano_w2 TBI_N2_FF_w2'
for i in $cases1 $cases2 ;do
    #rm -f *${i}.nc
    a=1 ## pass
done


