-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm currently running 12km WRF-GC over the continental US and one month output results in 3TB. This file is too big to postprocess it and requires lots of storage if I wish to make the runs go for different months simultaneously. I wish to hence trim down on number of species that are outputted. However, eventually I have to run one-way nested 4km run and conduct ndown.exe which means I would need some meteorological and chemical species from my 12km outputs.
I found this helpful post that helps to distinguish what variables are needed and what are not for ndown.exe UCAR thread.
I generated below text files that compare wrfinput and wrfoutput files. Then I used the different between the two to identify which variables I can remove and still make ndown.exe work (removable_vars.txt). Do you think this is good approach? Also, is there any limitation in getting rid of some of these variables from the output?
input_vars.txt
output_vars.txt
removable_vars.txt
Thank you!