Difference between revisions of "How to run WRF with inputs in netcdf format"

(Imported from Wikispaces)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Stub}}
 +
[[Category:WRF]]
 
By default, metgrid.exe reads in only what is called intermediate format. WPS only comes with a conversion tool from GRIB to intermediate format.
 
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.
 
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: [[https://github.com/coecms/Soil_Moisture_WRF]]
+
You can find a good example of an interpreter in [https://github.com/coecms/Soil_Moisture_WRF this git repository].
 
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.
 
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.

Latest revision as of 00:12, 12 December 2019

Template:Stub This is a stub page and needs expansion

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. 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.