Tag: WRF

  • Using cdo to subset WRF output

    cdo is a great way to manipulate NetCDF and GRIB data: https://code.mpimet.mpg.de/projects/cdo WRF by default writes a lot of variables into the wrfout output files, but we may only want to plot a subset of these, for a particular range of times. We can use cdo to create a NetCDF file with only the data […]