Skip to content

Post Processing

B4dWo1f edited this page Apr 15, 2021 · 3 revisions

WRF output

Dependencies to read the WRF output files

Data folder structure

Let us store the data in the following directory structure:

/storage   # (this is the secondary HDD)
├── DOMAIN1   # folders storing the wrfout* files
├── DOMAIN    # for each (master-)domain
└── PLOTS
    ├── d01  # 1 folder per domain in WRF
    ├── d02  #
    └── d03  #
        └── year
            └── month
                └── day
                    ├── terrain.png    # These are basemap images
                    ├── ccaa.png       # "provincias"
                    ├── rivers.png     #
                    ├── takeoffs.png   #
                    ├── cities.png     #
                    ├── ...            #
                    ├── HHMM_property[_vec].png   # Hourly forecast for each property
                    └── property.png              # this is the colorbar

Plots

plot basemap here

Clone this wiki locally