Dom Heinzeller

Results 210 comments of Dom Heinzeller

> Since it crashes so early in the program execution, I would try to run simple 'Hello ESMF World' type of program with just ESMF_Initialize followed by ESMF_Finalize. Or simply...

Update (@kgerheiser FYI). ESMF 8.2.0 didn't help either. I compiled ufs in debug mode, so no AVX2. But I found the reason: login nodes are skylake processors, default develop queue...

> This is with Spack libraries? My something with the `target=skylake`? And then trying to run it on a different architecture without the same instructions? You could trying setting the...

Quick update. If I change the target to `x86_64`, ESMF is built incorrectly because it decides to use `mpicxx` instead of `mpiicpc`, i.e. it doesn't use the correct MPI wrappers....

Update 08/05/2021: PR https://github.com/ufs-community/ufs-weather-model/pull/724 fixes the aerosol options that led to recent problems with the csawmg based regression tests. The two tests `control_csawmg` and `control_csawmgt` now run in DEBUG and...

Sounds good. I'll test it when your PR bubbles up the commit queue.

How is this PR supposed to work on Gaea? I see you deleted the ufs_common and ufs_common_debug Tcl/Tk environment modules but didn't make any updates to the Gaea module files....

> @DavidHuber-NOAA Now that I read back your comments today. Should I convert s4 to .lua format? I think I made an incorrect assumption that s4 should stay tcl. Note...

I had briefly talked with Rusty about this, but even taking it one step further (use an INTERNAL_FIELD_TABLE logic, similar to INTERNAL_FILE_NML). This however involves quite some changes in FMS,...

We don’t use Julian calendar, that would be a mess. @dusanjovic-noaa is right, we (Noah MP amongst others) use Julian day, which corresponds to counting the number of days since...