NCL Home> Application examples> File IO || Data files for some examples

Example pages containing: tips | resources | functions/procedures

NCL: Convert UKMO PP to netCDF

The following scripts were donated by Ufuk Utku Turuncoglu (Istanbul Technical University). Each reads the the UKMO PP data format. The full technical description for PP format is here.

The following writes selected variables to a netCDF file. Each variable is on a separate file.

pp_conv_nc.ncl

The following scripts calculate the pressure and geopotential fields on the Hadley Center HadCM model hybrid sigma levels. netCDF files are output.

pp_calc_pres.ncl

pp_calc_hgt.ncl