echo ; echo "hist comp ech5 hgm1 mroc pcm1"
awk '(NR==2){printf("%s ",$2);}' historical.tmin_monthly_avg.1916-2006.dat
awk '(NR==2){printf("%s ",$2);}' SD_A1B_2040s_comp.tmin_monthly_avg.1916-2006.dat
awk '(NR==2){printf("%s ",$2);}' SD_A1B_2040s_echam5.tmin_monthly_avg.1916-2006.dat
awk '(NR==2){printf("%s ",$2);}' SD_A1B_2040s_hadgem1.tmin_monthly_avg.1916-2006.dat
awk '(NR==2){printf("%s ",$2);}' SD_A1B_2040s_miroc_3.2.tmin_monthly_avg.1916-2006.dat
awk '(NR==2){printf("%s ",$2);}' SD_A1B_2040s_pcm1.tmin_monthly_avg.1916-2006.dat
echo ; echo

