#!/bin/csh grads -bpc 'fill_merra_9999.gs' #output tot_merra_filled_9999.prs #view output with check_filled_9999.ctl #Next run Fortran77 executable to do extrapolation: set infile="tot_merra_filled_9999.prs" set outfile="tot_extrapolated.prs" # #Note this code multiplies RH*100 extrap_merra << input $infile $outfile input #Use this grads control file to check on extrapolated fields: #check_extrapolated.ctl echo All done with extrapolation echo view output with check_extrapolated.ctl