|
|
https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast |
|
|
\ No newline at end of file |
|
|
**¿What is meteo GFS?**
|
|
|
|
|
|
Meteo GFS is the BB 2.2 this block takes an input file called _meteo.inp_ and download forecast weather conditions from the GFS service (Global Forecast System)
|
|
|
|
|
|
More information of GFS project in the following link https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast
|
|
|
|
|
|
<details><summary>Meteo input</summary>
|
|
|
The input file called meteo.inp must be created by the BB 2 _MET Listener_. This contains the data needed to get domain crop and time stamp from MET-listener, download GFS metadata (forecast) from data provider agency, and convert the data downloaded into a netCDF file with all the variables that FALL3D code needs for a simulation.
|
|
|
|
|
|
The input data file structure is the following one.
|
|
|
|
|
|
- PROJECT_PATH= (absolute path) to the project path, folder Meteo will be created to download data)
|
|
|
- METEO SOURCE = [GFS/ERA5/OPEN_DATA/GFES]
|
|
|
- LOCATION SOURCE [MANUAL/FILE] = refers to source of area parameters. If source file you can use predefine json file with areas or define the path to a personal file with the same structure
|
|
|
- AREA_NAME (String) =Name of the area predefined in the file area.json(resources folder). Only used if LOCATION_SOURCE =FILE
|
|
|
- AREA_FILE =(absolute Path) to file with areas
|
|
|
- LON_RANGE =(min_longitude max_longitude) : range of longitudes that define the area. Only used if LOCATION_SOURCE=MANUAL
|
|
|
- LON_RANGE =(min_latitude max_latitude) : range of latitudes that define the area. Only used if LOCATION_SOURCE=MANUAL
|
|
|
- RESOLUTION= (Float) Resolution if the grid in deg
|
|
|
- OUTPUT= (Str) if AUTO, files will be named with format FH-YYYYMMDD_HHz.grb, else FH-<OUTPUT>.grb
|
|
|
- TIME_SOURCE= [AUTO/MANUAL] Defines if date and cycles will be given by user or just take the last available
|
|
|
- DATE= (DD/MM/YYYY): Specific date to download the data
|
|
|
- CYCLE = [0/6/12/18] : hour of model start
|
|
|
- TIME_STEP = [minhour maxhour] range of hours of forecast to be download
|
|
|
- TIME_RESOLUTION: (Int) hourly expressed is the step in range TIME step. If hourly forecast needed, the 1
|
|
|
|
|
|
</details> |
|
|
\ No newline at end of file |