Mark Taylor
Mark Taylor
it will be great to get this fixed! it's been failing for a while. Could we disable restart altogether? Probably not needed by this test or any of the other...
I've been running the TSC test on Anvil (but TSC.ne4_ne4.F2010-CICE) without any trouble. I just ran this exact test (TSC.ne4_oQU240.F2010) on Chrysalis, via "create_test" at the command line and reproduced...
This seems to be a strange file writing glitch on chrysalis. The user_nl_elm_???? (multi-instance user_nl_elm files) get corrupted during the run stage, by the TSC python code, tsc.py. During ./create_test,...
With the above fix (explicit file truncate after opening in "w" mode), the code will run, but then abort in MPAS_SI. MPAS_SI is detecting some unphysical variables when running with...
@mkstratos : please switch to F2010-CICE so we get this test passing in the dashboard again. Then make a TSC issue that MPAS-SI crashes when running in thermodynamic mode (F...
This seems very similar to the "cold T" problem we see at higher resolutions. That was also very insensitive to most dycore parameters, but was the motivation for adding the...
Thanks @twhite-cray ! Is there an easy way we could determine if either of these two issues are impacting our kokkos code? I dont know enough to know the restrict...
@twhite-cray : one of our Sandia developers answered my question above. The restrict keyword is enabling the AMD to move the cos() out of the loop (and thus defeating the...
Have you tried changing the CLUBB parameter lmin_coeff from .4 (default) to 0.025?
this issue is similar to what we see in several other model configurations at high resolution - and I think it is a lack of vertical diffusion in dry stable...