12.5 Meteorological Data
To convert meterological data into the PEcAn Standard and then into model formats we follow four main steps:
- Downloading raw data - Currently supported products - Example Code
- Converting raw data into a CF standard - Example Code
- Downscaling and gapfilling - Example Code
- Coverting to Model Specific format - Example Code
Common Questions regarding Met Data:
How do I add my Meterological data product to PEcAn? How do I use PEcAn to convert Met data outside the workflow?
The main script that handles Met Processing, is met.process
. It acts as a wrapper function that calls individual modules to facilitate the processing of meteorological data from it’s original form to a pecan standard, and then from that standard to model specific formats. It also handles recording these processes in the BETY database.
- Downloading raw data - Available Meteorological Drivers - Example Code to download Ameriflux data
- Converting raw data into a CF standard (if needed) - Example Code to convert from raw csv to CF standard
- Downscaling and gapfilling(if needed) - Example Code to gapfill
- Coverting to Model Specific format - Example Code to convert Standard into Sipnet format