E3SM-Project / E3SM-Project/E3SM
ELM crashes with 1-d output (again)
- Dominant language
- Fortran
- Stars
- 440
- Forks
- 481
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 36
Description
I seems that ELM has lost the ability to output in 1-d. It works fine for 2-d, but when setting hist_dov2xy = .false. in the user_nl_clm file I get the following error when the model tries to output a history file:
[0] pio_support::pio_die:: myrank= -1 : ERROR:
[180] NetCDF: Numeric conversion not representable
[0] pionfwrite_mod::write_nfdarray_double: 250 :
Here is the stack-trace:
[432] Image PC Routine Line Source
[432] e3sm.exe 000000000133E8FB Unknown Unknown Unknown
[432] e3sm.exe 0000000001087681 pio_support_mp_pi 120 pio_support.F90
[432] e3sm.exe 00000000010857E2 pio_utils_mp_chec 74 pio_utils.F90
[432] e3sm.exe 0000000001192AC9 pionfwrite_mod_mp 250 pionfwrite_mod.F90.in
[432] e3sm.exe 0000000001161660 piodarray_mp_writ 645 piodarray.F90.in
[432] e3sm.exe 0000000001163BD0 piodarray_mp_writ 221 piodarray.F90.in
[432] e3sm.exe 000000000115F0C9 piodarray_mp_writ 291 piodarray.F90.in
[432] e3sm.exe 0000000000629D50 ncdio_pio_mp_ncd_ 1811 ncdio_pio.F90.in
[432] e3sm.exe 00000000005D2087 histfilemod_mp_hf 2711 histFileMod.F90
[432] e3sm.exe 00000000005C65C1 histfilemod_mp_hi 3190 histFileMod.F90
[432] e3sm.exe 00000000005059C6 clm_driver_mp_clm 1285 clm_driver.F90
[432] e3sm.exe 00000000004F4E40 lnd_comp_mct_mp_l 464 lnd_comp_mct.F90
[432] e3sm.exe 0000000000430D84 component_mod_mp_ 728 component_mod.F90
[432] e3sm.exe 00000000004172A5 cime_comp_mod_mp_ 2650 cime_comp_mod.F90
[432] e3sm.exe 0000000000430AAC MAIN__ 103 cime_driver.F90
[432] e3sm.exe 000000000041519E Unknown Unknown Unknown
[432] libc-2.12.so 00002B826AB8BD1D __libc_start_main Unknown Unknown
[432] e3sm.exe 00000000004150A9 Unknown Unknown Unknown
I used the command: ./create_newcase -case hist_outputtest02 -compset I1850CRUCLM45CN -res f19_f19 -project ACME -mach anvil
I should note that I have tried several configurations and they always fail for 1-d output except for one point simulation (the 1x1_smallvilleIA.CLM45CNCROP compset)
Contributor guide
Assessment
This issue has not been assessed yet.