-
Notifications
You must be signed in to change notification settings - Fork 312
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
Run Supported Towers capabilities #1487
Comments
Adding next to this so that we decide who will be working on this and about when we want this to happen. |
I don't see us doing this in the short term, so I'll close this issue for now. |
I'm reopening this issue because it seems that we'd like to broaden capabilities of single point runs to include PLUMBER2 sites. This can now build on the subset_data and run_neon capabilities we've already created and can hopefully be extended to this broader set of towers that are being processed through ONEFLUX and evaluated with modelevaluation.org. |
Assigning Keith and Sam to this for now, as they were in our meeting yesterday, but we should discuss prioritization for this and who's best suited to do the work. |
@ekluzek noted that we want to bring in testing for this python script. The high level design would to use the same infrastructure to call either NEON or PLUMBER sites. We can also use this as an opportunity to clean up some of the logic / duplication of features handled by this python script vs. those in usermod_dirs. I'll set up a meeting to work on this code design. A timeline for this could be to complete this by December 2023. |
This is part of the work the team will be doing in our hackathon to get this going for tower sites. Myself and the following... |
Corresponding notes in this google doc. |
One thing we decided today is that we'll add an additional recognized option to CLM_USRDAT_NAME for PLUMBER2. The NEON options also have a NEONSITE XML variable for it's list of sites, similarly there will be a PLUMBER2SITE XML variable for the PLUMBER2 list of sites. |
As PR #2135 is about to be merged in, I wanted to make sure we document the expected changes in a future PR to run supported towers capabilities:
|
Expand capabilities from
run_neon
to simulate additional supported tower sites (e.g. PLUMBER2 & AmeriFlux for RUBISCO).Since we already have surface datasets and datm input for additional tower sites we should be able to build on the
run_neon
script to automate the generation of spinup, postAD and transient simulations for different tower sites.From our conversation at the SE meeting it sounds like this could be done by creating the appropriate user_mods directories for each network / tower site and then adding some additional functionality to a more generic
run_tower
script that facilitates running one or multiple supported tower sites.@olyson noted that PUMBER has some additional complications because all tower sites:
@ekluzek suggested this can all be handled by the user_mod directories.
This issue is closely related to #1354, but has more/ updated specifics
The text was updated successfully, but these errors were encountered: