Skip to content
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

cpld_debug_gfsv17_intel failure on Derecho in the PR 2324 #2338

Closed
jkbk2004 opened this issue Jun 25, 2024 · 1 comment · Fixed by #2370
Closed

cpld_debug_gfsv17_intel failure on Derecho in the PR 2324 #2338

jkbk2004 opened this issue Jun 25, 2024 · 1 comment · Fixed by #2370
Assignees
Labels
bug Something isn't working

Comments

@jkbk2004
Copy link
Collaborator

Description

The cpld_debug_gfsv17_intel case passes when running on the develop branch. But it crashes from #2324 with error message:

forrtl: error (65): floating invalid
Image              PC                Routine            Line        Source
libpthread-2.31.s  000014C29057C8C0  Unknown               Unknown  Unknown
fv3.exe            0000000012250BF8  med_mp_datainitia        2147  med.F90

To Reproduce:

Additional context

Output

@jkbk2004 jkbk2004 added the bug Something isn't working label Jun 25, 2024
@jkbk2004 jkbk2004 changed the title cpld_debug_gfsv17_intel failure on Derecho in https://github.com/ufs-community/ufs-weather-model/pull/2324 cpld_debug_gfsv17_intel failure on Derecho in the PR 2324 Jun 25, 2024
@DeniseWorthen
Copy link
Collaborator

It also fails at develop (a3d4733) if the configuration variable write_restart_at_endofrun=.false. is present.

@zach1221 zach1221 self-assigned this Jun 25, 2024
@DeniseWorthen DeniseWorthen self-assigned this Jun 25, 2024
apcraig pushed a commit to CICE-Consortium/CICE that referenced this issue Aug 16, 2024
…e cpl_scalar field when created for UFS (#969)


These are two commits cherry-picked from as in UFS and needed to close NOAA-EMC#84.

This PR adds the ability for CICE to write restart files at the end of the run (independent of other settings) and controlled via the CMEPS configuration option write_restart_at_endofrun. Setting this configuration option to True creates a restart file in the same way for CMEPS, MOM6, and CICE.

This PR also initializes the scalar field value for the index for NTile (implemented for FV3) not used or set in CICE. In certain cases, the scalar field value for this index has been found to be non-zero (NaN in debug compiles). This is the cause of the failure reported in ufs-community/ufs-weather-model#2338.

* Add end of run functionality to CICE (#77)
* initialize cpl_scalar field when created (#83)

---------

Co-authored-by: Daniel Sarmiento <42810219+dpsarmie@users.noreply.github.com>
Co-authored-by: Denise Worthen <denise.worthen@noaa.gov>
NickSzapiro-NOAA added a commit to NOAA-EMC/CICE that referenced this issue Sep 25, 2024
…e cpl_scalar field when created for UFS (CICE-Consortium#969)


These are two commits cherry-picked from as in UFS and needed to close #84.

This PR adds the ability for CICE to write restart files at the end of the run (independent of other settings) and controlled via the CMEPS configuration option write_restart_at_endofrun. Setting this configuration option to True creates a restart file in the same way for CMEPS, MOM6, and CICE.

This PR also initializes the scalar field value for the index for NTile (implemented for FV3) not used or set in CICE. In certain cases, the scalar field value for this index has been found to be non-zero (NaN in debug compiles). This is the cause of the failure reported in ufs-community/ufs-weather-model#2338.

* Add end of run functionality to CICE (#77)
* initialize cpl_scalar field when created (#83)

---------

Co-authored-by: Daniel Sarmiento <42810219+dpsarmie@users.noreply.github.com>
Co-authored-by: Denise Worthen <denise.worthen@noaa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
4 participants