We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CABLE tasks are currently failing in the integration test, the PBS log file outputs:
2024-08-29 10:37:36,784 - INFO - benchcab.benchcab.py:352 - 8 failed, 0 passed
Examining the output of a CABLE task shows an error when reading the namelist file:
THE NAME LIST IS cable.nml forrtl: severe (17): syntax error in NAMELIST input, unit 10, file /scratch/tm70/sb8430/benchcab/integration/runs/fluxsite/tasks/AU-Tum_2002-2017_OzFlux_Met_R0_S0/cable.nml, line 25, position 21 Image PC Routine Line Source cable 00000000009D3CBB for__io_return Unknown Unknown cable 0000000000A026CB for_read_seq_nml Unknown Unknown cable 0000000000410C3E Unknown Unknown Unknown cable 000000000040CD62 Unknown Unknown Unknown libc-2.28.so 00001474BDAB57E5 __libc_start_main Unknown Unknown cable 000000000040CC6E Unknown Unknown Unknown
The error points to the check%ranges field. It looks like the test is using an older namelist prior to the check%ranges update.
check%ranges
The text was updated successfully, but these errors were encountered:
3d504b6
SeanBryan51
Successfully merging a pull request may close this issue.
CABLE tasks are currently failing in the integration test, the PBS log file outputs:
Examining the output of a CABLE task shows an error when reading the namelist file:
The error points to the
check%ranges
field. It looks like the test is using an older namelist prior to thecheck%ranges
update.The text was updated successfully, but these errors were encountered: