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

Transient simulation with ne30np4.pg3 fails due to floating point error #2268

Closed
ekluzek opened this issue Nov 28, 2023 · 1 comment · Fixed by #2269
Closed

Transient simulation with ne30np4.pg3 fails due to floating point error #2268

ekluzek opened this issue Nov 28, 2023 · 1 comment · Fixed by #2269
Assignees
Labels
bug something is working incorrectly

Comments

@ekluzek
Copy link
Collaborator

ekluzek commented Nov 28, 2023

Brief summary of bug

ERP_D_Ld9.ne30pg3_t232.IHistClm51BgcCrop.derecho_intel.clm-clm51cam6LndTuningMode

fails on my derecho1 branch, but I think it will also fail in ctsm5.1.dev155 tags

General bug information

CTSM version you are using: ctsm5.1.dev155-31-g98cb379df

Does this bug cause significantly incorrect results in the model's science? No

Configurations affected: Transient ne30np4.pg3

Details of bug

This doesn't fail in CESM3_dev tags
I think it might also be tied up in using the finidat file for ne30np4.pg3 1850 from the CESM3_dev branch.
Note, I had to turn on: init_interp_fill_missing_with_natveg = .true.
to get the finidat file to be able to be used.

Important output or errors that show the problem

cesm.log file:

dec1225.hsn.de.hpc.ucar.edu 128:  shr_file_mod.F90         912
dec1225.hsn.de.hpc.ucar.edu 128:  This routine is depricated - use shr_log_setLogUnit instead        -130
dec1230.hsn.de.hpc.ucar.edu 436: forrtl: error (72): floating overflow
dec1230.hsn.de.hpc.ucar.edu 436: Image              PC                Routine            Line        Source
dec1230.hsn.de.hpc.ucar.edu 436: libpthread-2.31.s  00001533A1B078C0  Unknown               Unknown  Unknown
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           00000000046DAAFF  Unknown               Unknown  Unknown
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           00000000024C3AE3  photosynthesismod        3147  PhotosynthesisMod.F90
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           0000000001591271  canopyfluxesmod_m        1124  CanopyFluxesMod.F90
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           0000000000A25200  clm_driver_mp_clm         718  clm_driver.F90
dec1230.hsn.de.hpc.ucar.edu 436: libiomp5.so        000015339D629053  __kmp_invoke_micr     Unknown  Unknown
dec1230.hsn.de.hpc.ucar.edu 436: libiomp5.so        000015339D597A64  __kmp_fork_call       Unknown  Unknown
dec1230.hsn.de.hpc.ucar.edu 436: libiomp5.so        000015339D551223  __kmpc_fork_call      Unknown  Unknown
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           0000000000A106A0  clm_driver_mp_clm         491  clm_driver.F90
dec1230.hsn.de.hpc.ucar.edu 436: cesm.exe           0000000000960C22  lnd_comp_nuopc_mp         904  lnd_comp_nuopc.F90
dec1230.hsn.de.hpc.ucar.edu 436: libesmf.so         00001533AA94FC06  execute                   377  ESMCI_MethodTable.C
dec1230.hsn.de.hpc.ucar.edu 436: libesmf.so         00001533AA94F7BE  execute                   563  ESMCI_MethodTable.C
dec1230.hsn.de.hpc.ucar.edu 436: libesmf.so         00001533AA94F3BA  c_esmc_methodtabl         317  ESMCI_MethodTable.C
dec1230.hsn.de.hpc.ucar.edu 436: libesmf.so         00001533AAD1B88F  esmf_attachmethod        1287  ESMF_AttachMethods.F90
@ekluzek ekluzek added the bug something is working incorrectly label Nov 28, 2023
@ekluzek ekluzek self-assigned this Nov 28, 2023
@ekluzek
Copy link
Collaborator Author

ekluzek commented Nov 28, 2023

Note, it works with the older finidat file:

finidat = '$DIN_LOC_ROOT/lnd/clm2/initdata_map/clmi.I1850Clm50BgcCrop-ciso.1366-01-01.0.9x1.25_gx1v7_simyr1850_c200428.nc'

So the issue must be with using the finidat file made from ctsm5.2 surface datasets in the main-dev tag that has older ctsm5.1 datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant