Do not process if the dimensions do not match between geogrid file and WRF input file
Opened this issue · 0 comments
hsoh-u commented
The domain between geogrid file and WRF file should match by comparing the dimensions. The default dimension maps are
- 'west_east' : 'x'
- 'south_north' : 'y'
- 'west_east_subgrid' : 'x_subgrid'
- 'south_north_subgrid' : 'y_subgrid'