Warnings when setup and build a case #6946
dongxthu
started this conversation in
E3SM model help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi E3SM team,
I can successfully run an air-land coupled case (compset: F20TR, res: ne30pg2_EC30to60E2r2). However, some strange warnings show when I setup and build the case (see attached file "setup & build.txt" for the whole screen output).
(1) when I setup, it shows
Create namelist for component mosart
Calling /scratch/general/vast/u6063131/E3SM/components/mosart//cime_config/buildnml
MOSART::buildnml compset 20TR_EAM%CMIP6_ELM%CNPRDCTCBCTOP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV_SIAC_SESP
False
MOSART::buildnml final infile_text is:
2025-01-24 20:02:44 glc
(2) when I build, it shows:
Component gptl build complete with 1 warnings
Component mct build complete with 42 warnings
Component csm_share build complete with 17 warnings
And in the log files, they show (attached):
gptl: Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/LOGICAL(4)).
met: Warning: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(1)/INTEGER(4)).
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
...
cam_share: Warning: extra tokens at end of #include directive
Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
...
Note that in this case I use gcc/11.2.0. If I use gcc/8.5.0, these warnings when building will not show, but an error will show when building and make it fail to build (Attached file "csm_share.bldlog_gcc8.5.0.txt"):
warning: #warning "DSFMT_MEXP is not defined. I assume DSFMT_MEXP is 19937."
Error: Keyword argument ‘prev_limit’ at (1) is not in the procedure;
Although the case can run successfully and create reasonable output, I was wandering if these warnings affect the model results?
Thank you!!
setup & build.txt
gptl.bldlog.250124-201100.txt
mct.bldlog.250124-201100.txt
csm_share.bldlog.250124-201100.txt
csm_share.bldlog_gcc8.5.0.txt
Beta Was this translation helpful? Give feedback.
All reactions