Difference between revisions of "WRF Hindcast"

From Agrineer.org Wiki
Jump to: navigation, search
(Sectors)
Line 1: Line 1:
WRF Hindcast Project
 
This project generates the data used in the Grow Degree Calculator and the Soil Moisture Estimator projects.
 
Climate data is currently calculated at a 3km pixel resolution, in effect simulating a weather station every 3 kilometers.
 
  
== Procedure ==
+
The WRF Hindcast Project generates the data used in the Grow Degree Calculator and the Soil Moisture Estimator projects. WRF stands for Weather, Research, and Forecasting and is a program made available by [http://www.wrf-model.org/index.php UCAR/NCAR] and many other research participants.
procedure
+
 
 +
WRF is normally used to forecast weather into the future, but for our purposes we use it to simulate weather in the past for better accuracy; in effect simulating a weather station every 3.3 kilometers.
 +
 
  
 
== Sectors ==
 
== Sectors ==
[[File:WRF_Sectors.png|300px|thumb|right|Current active sectors]]
+
[[File:WRF_Sectors.png|300px|thumb|right|WRF current active sectors in green.]]
 
The area modeled by the WRF program is called a "domain", but since this implementation uses three domains (at 30km, 10km, and 3.3km resolution), the area of interest, the third domain, is called a "sector". Each sector is made up of 171x171 "pixels", with each pixel 3.3km x 3.3km in size.  
 
The area modeled by the WRF program is called a "domain", but since this implementation uses three domains (at 30km, 10km, and 3.3km resolution), the area of interest, the third domain, is called a "sector". Each sector is made up of 171x171 "pixels", with each pixel 3.3km x 3.3km in size.  
Each pixel's data is then accessible by client programs by indicating latitude and longitude coordinates.
+
Each pixel's data is accessible by client programs indicating latitude and longitude coordinates.
  
 
The image to the right shows sectors defined, and those currently active are shown in green.
 
The image to the right shows sectors defined, and those currently active are shown in green.
 +
 +
 +
== Procedure ==
 +
procedure
  
 
== WRF Output ==
 
== WRF Output ==

Revision as of 20:53, 3 March 2017

The WRF Hindcast Project generates the data used in the Grow Degree Calculator and the Soil Moisture Estimator projects. WRF stands for Weather, Research, and Forecasting and is a program made available by UCAR/NCAR and many other research participants.

WRF is normally used to forecast weather into the future, but for our purposes we use it to simulate weather in the past for better accuracy; in effect simulating a weather station every 3.3 kilometers.


Sectors

WRF current active sectors in green.

The area modeled by the WRF program is called a "domain", but since this implementation uses three domains (at 30km, 10km, and 3.3km resolution), the area of interest, the third domain, is called a "sector". Each sector is made up of 171x171 "pixels", with each pixel 3.3km x 3.3km in size. Each pixel's data is accessible by client programs indicating latitude and longitude coordinates.

The image to the right shows sectors defined, and those currently active are shown in green.


Procedure

procedure

WRF Output

variables

FAQ

How to Replicate

Download and Install WRF

Create Sector directories

Scripts

User Support