-
Notifications
You must be signed in to change notification settings - Fork 15
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
Errors when running iLAMB #507
Comments
@daleihao could you please share the zppy configuration file and make the zppy run directory accessible for trouble shooting? iLAMB support CMIP convention, there is a intermediate task to convert E3SM variables to CMIP-like, I suspect something was wrong in this conversion. |
Thanks @chengzhuzhang. The zppy configuration file is in |
@daleihao, thanks for the files. It does look like the cmip conversion is not turned on. In this example .cfg file https://github.com/E3SM-Project/zppy/blob/main/tests/integration/generated/test_complete_run_chrysalis.cfg Line 151 in 8a33b70
|
Got you. Thanks @chengzhuzhang ! I will have a try. |
Hi @chengzhuzhang , After adding |
Although the Completed in 0:04:44" |
Yes, this does seem strange. I'm looking at the ilamb viewer and none of the plots are generated ...I also checked the test case generated by @forsyth2 , where a few variables has map generated: https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.forsyth2/zppy_test_complete_run_www/v2.LR.historical_0201/ilamb/180x360_aave_1850-1851/, not sure if @forsyth2 has some insights here. |
@daleihao @chengzhuzhang I gave it a try a few days ago. Here is my link for the maps https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.xnshi/20221127.v2.LR.BGC-LNDATM.CONTRL.ne30pg2_r05_EC30to60E2r2.chrysalis/ilamb/1960_2010/v2.LR.BGC-LNDATM.CONTRL/ilamb/180x360_aave_1960-2009/ |
@acme-y9s thank you! Your results are good. At this point, I'm not sure why Dalei's run did not generate plots. Xiaoying, could you please share your zppy config file for Dalei to compare? |
Xiaoying ran the ELM-BGC mode. My run is at ELM-SP mode. So I am curious about why all the hydrology- and energy-related variables are not mapped. |
I find just few variables are formated as cmip style by |
hmm, I don't know about the ELM-SP mode...but it does seem like the below list of files has CMIP format generated:
We should at least see these variables being evaluated in The |
Oh, I see. We need to add more land variables into the lists. Now most
variables are related to carbon cycle. My iLAMB results are in
https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.dalei.hao/E3SMv3_dev/v3alpha02_TOP.F20TR/ilamb//180x360_aave_1985-2014/.
You can see that runoff was mapped.
Jill Chengzhu Zhang ***@***.***> 于2023年9月15日周五 13:35写道:
… hmm, I don't know about the ELM-SP mode...but it does seem like the below
list of files has CMIP format generated:
/lcrc/group/e3sm/ac.dalei.hao/E3SMv3_dev/20230907.v3alpha02_TOP.F20TR.chrysalis/post/lnd/180x360_aave/cmip_ts/monthly
(e3sm_unified_1.9.0_login) ***@***.*** monthly]$ ll
total 185664
-rw-rw----+ 1 ac.dalei.hao E3SM 27119971 Sep 15 13:59 evspsblveg_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
-rw-rw----+ 1 ac.dalei.hao E3SM 28680605 Sep 15 13:59 mrros_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
-rw-rw----+ 1 ac.dalei.hao E3SM 28330198 Sep 15 13:59 mrsos_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
-rw-rw----+ 1 ac.dalei.hao E3SM 35742016 Sep 15 13:59 mrro_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
-rw-rw----+ 1 ac.dalei.hao E3SM 35119952 Sep 15 13:59 evspsblsoi_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
-rw-rw----+ 1 ac.dalei.hao E3SM 35071741 Sep 15 13:59 tran_Lmon_E3SM-1-0_piControl_r1i1p1f1_gr_198501-201412.nc
We should at least see these variables being evaluated in ilamb.
The e3sm_to_cmip handlers are built based on the list of variables E3SM
contribute to CMIP
<https://acme-climate.atlassian.net/wiki/spaces/DOC/pages/925500501/Lmon+variable+conversion+table>,
if more variables are needed. New handlers needs to be added to
e3sm_to_cmip script`.
—
Reply to this email directly, view it on GitHub
<#507 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSGUORR2DJJEJHVTSEEPXTX2S3YJANCNFSM6AAAAAA42DXODE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@chengzhuzhang I guess some variables with the cimp format are not included in ilamb datatsets and thus they are not mapped. |
Thanks a lot, @chengzhuzhang! More hydrology- and energy-related variables can be added in the list if it is possible. |
Sure. I will first discuss with @bishtgautam and then fill in the table. Thanks a lot! |
That's great! Thanks for checking with @bishtgautam. One relevant note: @minxu74 developed a script to convert ELM output to CMIP format, but that was before |
When using
zppy
to run ILAMB inchrysalis
, I encountered the issues related to file path and variable match.The text was updated successfully, but these errors were encountered: