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

