-
Notifications
You must be signed in to change notification settings - Fork 2
Post Processing
B4dWo1f edited this page Apr 15, 2021
·
3 revisions
Dependencies to read the WRF output files
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
plot basemap here