-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sfc_climo_gen to output fractional vegetation and soil type #709
Comments
Routines were created to interpolate, search for missing data, and output the data. Fixes ufs-community#709.
Add the new logic for the processing of soil type. Fixes ufs-community#709.
processing fractional types. Fixes ufs-community#709.
or fractional categories. Fixes ufs-community#709.
Tried some timing and memory tests on Hera using 4adcb64. I used a small (301x200) CONUS ESG grid and the VIIRS vegetation data.
So, the fractional option can take a lot of memory. We are pushing the limit using the NH version of the file. Using the global version may not be feasible on some machines. |
I repeated this test on WCOSS2 using the NH file. It was able to run on one node/24 tasks, but I had to request 500 GB of memory: |
When processing a fractional grid (points can be a mix of land and non-land), how will the dominate category be defined? Suppose a point is:
Is the dominate category forest or water? |
In order to read the water flag from the file, the file attributes and missing values need to be changed. This may be done using netCDF tools. On WCOSS2, the vegetation type files were changed as follows:
|
interp2.F90 Fixes ufs-community#709.
Currently, this program outputs a dominate category at each model point. Update the program to output the percentage of each category within a model point.
The text was updated successfully, but these errors were encountered: