# script start outyear stash param experiment climate_year # for temp_maxerature in_folder=in/1959 out_folder=out/1959 # chnage the stash code here for temp, precip etc. stashcode=03312 runid=banaga dtype=pa time=$1 month=jan ext=pp script=variable_1959_1990.sh #FILENAME banaga.paf9dec.03236.max.pp = $runid.$dtype$time$month.$stashcode.$ext #echo "$runid.$dtype$time$month.$stashcode.$ext" month=jan echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=feb echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=mar echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=apr echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=may echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=jun echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=jul echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=aug echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=sep echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=oct echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=nov echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext month=dec echo "$stashcode $month $time" ./$script $in_folder $out_folder $stashcode $runid $dtype $time $month $ext