How to run WRF with inputs in netcdf format

Revision as of 01:49, 24 September 2015 by ClaireCarouge (talk | contribs) (Imported from Wikispaces)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

By default, metgrid.exe reads in only what is called intermediate format. WPS only comes with a conversion tool from GRIB to intermediate format. In the climate community, we use the netCDF file format more than the GRIB file format. So some of you might have to write their own interpreter from netCDF to intermediate format.

You can find a good example of an interpreter in this git repository: [[1]] Note that this case was to create an intermediate file with only 1 variable in it and the configuration has to be done within the source file for now.