-
Notifications
You must be signed in to change notification settings - Fork 11
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
no ensemble average for catchCN #595
Comments
@weiyuan-jiang Can you please clarify for me what this means in terms of running the model? When we run Catchment-CN in ensemble mode, it does currently write out ensemble average output files. So I am not quite sure what it is that is missing? |
I'm pretty sure we need to add the ensavg functionality for the CatchCN exports. Otherwise, the CatchCN ensemble runs would have to write out data for all ens members separately and the ens avg would have to be done in post-proc. For Catch, all of our ens runs so far have only ever output the ens avg. I think one of Manuela's students was interested in outputting individual members and Weiyuan created a script to generate the appropriate HISTORY file. But we didn't hear back after the initial effort. |
I know this question was for Weiyuan, put Trent actually needs to output individual ensemble members for Catchment-CN for the MAP project he is working on. He has manually created the appropriate HISTORY.rc file, but in the future it would be convenient to have a script that could do that. The LDAS runs within the LADAS are another example where this currently has to be done manually. |
Thanks, @gmao-jkolassa, for the updates. |
I am confused. How can you get the average output ? |
Not sure, but Trent was running CatchmentCNCLM45 in ensemble mode and it wrote out ensemble average files (but not individual ensemble members). I haven't double-checked whether those files have any reasonable data in it though. |
@weiyuan-jiang: So, unless I'm misunderstanding the issue here, we do need to:
When you get a chance, please create a branch and start a PR. Let me know if you have any questions, thanks! |
Just to clarify, before Trent started writing out individual ensemble members he did run a CatchCN simulation in ensemble mode and it did generate output files in the /ens_avg directory. As I mentioned, I did not check whether the values in those files are in any way reasonable. I have sent @weiyuan-jiang the directory where this experiment is located, so he can take a look himself. |
I highly doubt that Trent's output in ./ens_avg is indeed ens average data. |
GEOSldas/src/Components/GEOSldas_GridComp/GEOS_LdasGridComp.F90
Lines 921 to 933 in 8ad174f
I think at this point there is no ensemble average of LSM_CHOICE =2 and 3. Do you want to add those average ? @gmao-jkolassa
The text was updated successfully, but these errors were encountered: