-
Notifications
You must be signed in to change notification settings - Fork 0
Add reader for surface meteorological forcing from S2S-3 #138
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
Conversation
@gmao-rreichle I updated the code. Please begin reviewing the changes. MET_TAG for S2Sv3 would be: |
…DAS_Forcing.F90, GEOS_MetforceGridComp.F90)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gmao-qliu : I think I have something that should be close to working as desired. Pls note the comment below. We also still need to add documentation of the new reader in the GEOSldas repo: doc/README.MetForcing_and_BCS.md
, see GEOS-ESM/GEOSldas#831
PS: The revised implementation requires that the 'time_increment' (sp?) attribute is available in the nc4 file or otherwise finds its way into LDAS_GetVar().
I tested this revision with "time_increment" attribute. It does work. |
We need to read S2Sv3 output for offline forecast experiments. Since S2Sv3 doesn't output 3-hourly downward shortwave and longwave radiation, we could rename the land forcing variables in post-processing. Ideally, we would extend get_GEOS() to read both S2Sv3 Forecast and Analysis outputs.
Related PRs:
GEOSldas PR#831
Successfully 0-diff tested for standard Intel builds after