Closed zhangshixuan1987 closed 3 weeks ago
Thanks @zhangshixuan1987 for working on this! Let me know when it's ready for me to review. On my review, I can:
@forsyth2 : Hi Ryan, based on what you mentioned above, I would like to ask you to review this commit first. This pull request have already included the key part for the workflow:
I think that it would be better for you to provide some high-level comments on the overall structure and the coding style which should be first fulfilled to meet the requirment by Zppy.
Thank you!
With best wishes,
Shixuan
@zhangshixuan1987 and @forsyth2 I will begin reviewing this PR later next week. Shixuan, thank you for your hard work putting together this PR!
Hi @forsyth2 and @chengzhuzhang : I am not sure if it is properate, but I want to share the sample .cfg files and the run output examples I created for the PCMDI here:
cfg file for v3.LR.hisotical simulation, which is adapted from Jill's cfg file
sample output from the pcmdi, which is applied to the v3.LR.historical simulations during 1985-2014 period.
In addition, I also tested the workflow with AMIP and piControl simulations, which can work reasonably as well. I need to further work on following things:
@chengzhuzhang : Hi Jill, if you check my comments https://github.com/E3SM-Project/zppy/pull/624#issuecomment-2392406822. You will find the e3sm diag cfg file that I shared for you and Ryan to test. please take a look and let me know if you have any questions.
Hi @forsyth2 and @chengzhuzhang : I am not sure if it is properate, but I want to share the sample .cfg files and the run output examples I created for the PCMDI here:
* [ cfg file for v3.LR.hisotical simulation](https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.szhang/e3sm-pcmdi/post.v3.LR.historical.cfg), which is adapted from Jill's cfg file * [sample output from the pcmdi](https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.szhang/e3sm-pcmdi/v3.LR.historical_0051/pcmdi_diags/), which is applied to the v3.LR.historical simulations during 1985-2014 period.
In addition, I also tested the workflow with AMIP and piControl simulations, which can work reasonably as well. I need to further work on following things:
1. verify the "model vs model" function 2. discuss with you and Ryan for a. final www directory structure, and b. the viewer page.
When reviewing the results, in the parallel coordinate figure: example. The prw
, rldscs
, sfcWind
show large bias between v3, and CMIP MME, I think the legend might be mixed? Red line should be MME and black for v3?
When going over the results, I agree strongly that it would be much easier to navigate the results with a viewer page! @mingxuanwupnnl
The *.py
files under template/pcmdi_diags
are not installed correctly.
Example:
`jinja2.exceptions.TemplateNotFound: pcmdi_diags/generate_sftlf.py
I think it is due to the constraint in setup:
https://github.com/E3SM-Project/zppy/blob/408e9ade87db8d0d5322c01186564df1392282be/setup.py#L20-L21
By adding "py" to the extensions list, the installation works.
Hi @forsyth2 and @chengzhuzhang : I am not sure if it is properate, but I want to share the sample .cfg files and the run output examples I created for the PCMDI here:
* [ cfg file for v3.LR.hisotical simulation](https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.szhang/e3sm-pcmdi/post.v3.LR.historical.cfg), which is adapted from Jill's cfg file * [sample output from the pcmdi](https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.szhang/e3sm-pcmdi/v3.LR.historical_0051/pcmdi_diags/), which is applied to the v3.LR.historical simulations during 1985-2014 period.
In addition, I also tested the workflow with AMIP and piControl simulations, which can work reasonably as well. I need to further work on following things:
1. verify the "model vs model" function 2. discuss with you and Ryan for a. final www directory structure, and b. the viewer page.
When reviewing the results, in the parallel coordinate figure: example. The
prw
,rldscs
,sfcWind
show large bias between v3, and CMIP MME, I think the legend might be mixed? Red line should be MME and black for v3?When going over the results, I agree strongly that it would be much easier to navigate the results with a viewer page! @mingxuanwupnnl
Hi @chengzhuzhang : I did not notice this message as you may @ the wrong people. As for your questions here:
prw
, rldscs
, sfcWind
, this is partly related to the issues in the CMIP6 reference datasets. Jiwoo and I are working together to check the consistency of the units between two datasets, and will update this part. I accidentally tagged @mingxuanwupnnl, Sorry!
@zhangshixuan1987 sounds good, I will try test the new PR for now.
Issue resolution
Select one: This pull request is...
1. Does this do what we want it to do?
Objectives:
Required:
If applicable:
2. Are the implementation details accurate & efficient?
Required:
If applicable:
zppy/conda
, not just animport
statement.3. Is this well documented?
Required:
4. Is this code clean?
Required:
If applicable: