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
While looking at https://github.com/ACCESS-NRI/cm3-um/issues/4 I tried to do runs of 1 hour using
RESUB='PT1H' RUNLEN='PT1H'
and commenting out cycle point format = "%Y%m%d" in suite.rc
cycle point format = "%Y%m%d"
suite.rc
This crashes with error
forrtl: severe (59): list-directed I/O syntax error, unit -5, file Internal List-Directed Read Image PC Routine Line Source access-cm3 00000000071CEC9D Unknown Unknown Unknown access-cm3 00000000071CE22C Unknown Unknown Unknown access-cm3 000000000043D0F2 esm_time_mod_mp_e 318 esm_time_mod.F90 access-cm3 0000000000436A41 ensemble_driver_m 381 ensemble_driver.F90 access-cm3 0000000005DFBD6F _ZNK5ESMCI13Metho 377 ESMCI_MethodTable.C access-cm3 0000000005DFBCEE _ZN5ESMCI11Method 563 ESMCI_MethodTable.C access-cm3 0000000005DFA75B c_esmc_methodtabl 317 ESMCI_MethodTable.C access-cm3 00000000051DCD4D esmf_attachmethod 1287 ESMF_AttachMethods.F90 access-cm3 0000000004E89A27 nuopc_driver_mp_i 784 NUOPC_Driver.F90 access-cm3 0000000004E82536 nuopc_driver_mp_i 476 NUOPC_Driver.F90 access-cm3 00000000051ED116 _ZN5ESMCI6FTable1 2167 ESMCI_FTable.C access-cm3 00000000051F0D4A ESMCI_FTableCallE 824 ESMCI_FTable.C access-cm3 0000000005B7DBFF _ZN5ESMCI3VMK5ent 2320 ESMCI_VMKernel.C access-cm3 0000000004E3F62A _ZN5ESMCI2VM5ente 1216 ESMCI_VM.C access-cm3 00000000051EE567 c_esmc_ftablecall 981 ESMCI_FTable.C access-cm3 0000000004FBF1FD esmf_compmod_mp_e 1223 ESMF_Comp.F90 access-cm3 0000000005725DE1 esmf_gridcompmod_ 1412 ESMF_GridComp.F90 access-cm3 00000000004342A1 MAIN__ 128 esmApp.F90 access-cm3 0000000000433C8D Unknown Unknown Unknown libc-2.28.so 0000154216DE57E5 __libc_start_main Unknown Unknown access-cm3 0000000000433BAE Unknown Unknown Unknown
Problem with the end date format?
The text was updated successfully, but these errors were encountered:
I don't think the CICE driver likes this either
see:- CICE-Consortium/CICE#842
Sorry, something went wrong.
No branches or pull requests
While looking at https://github.com/ACCESS-NRI/cm3-um/issues/4 I tried to do runs of 1 hour using
and commenting out
cycle point format = "%Y%m%d"
insuite.rc
This crashes with error
Problem with the end date format?
The text was updated successfully, but these errors were encountered: