-
Notifications
You must be signed in to change notification settings - Fork 318
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
Add option to use global average of terrain standard deviation on surfdata files #450
Comments
We discussed two other options at today's CTSM-software meeting, so now we're considering the following three options ((1) is the option discussed two weeks ago; (2) and (3) were options that, in today's discussion, we thought might be better):
@swensosc - this is becoming higher priority. Is this something you can give some thought to, to determine what would be the best path forward? |
FYI. OK, I added a fast option to mkmapdata.sh to run skipping the creation of the maps for the 1km file. I was able to send it using the default qcmd, giving it 2 hours of time, and it completed a single point mapping in about three and a half hours. This means the memory requirements are much lower, and if running with more than one processor we could cut the total time down as well. |
@swensosc comment here. #1198 (comment) recommends as a default that 20 be used. And also suggests that fmax could be set to zero. I think this should still be done, because it will make creating mapping files very fast. Even with the improvements we are planning in the tool chain doing this is the best option to speed up the process dramatically. |
We have this in place in subset_data now already. |
We talked about this in this mornings CTSM meeting. We'd like to add an option to use the global average of terrain standard deviation on surface datasets. This would be an option that starts at the creation of mapping files in mkmapdata. It then wouldn't run the 1km mapping files and hence would run much much quicker. Downstream from that it would just use a constant value (that we set as the global average).
This should be fairly easy to add in and would make the creation of mapping files much, much easier and faster and not requiring nearly as much memory.
@barlage @swensosc @billsacks
The text was updated successfully, but these errors were encountered: