Dom Heinzeller

Results 78 issues of Dom Heinzeller

## Description Building on my mac using `build.sh`: ``` heinzell@JCSDA-L-18146:~/work/CMakeModules/move-jedi-cmake-modules-to-cmakemodules/ufs-weather-model [brew-x86_64]> rm -fr build && CMAKE_FLAGS="-DOPENMP=OFF -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON" ./build.sh 2>&1 | tee build.log ``` Fails with missing inline...

bug

## Description @DusanJovic-NOAA reported an issue with running inline post on a generic Linux machine with the GNU compilers. This was tracked down to a multitude of mersenne twister random...

bug

## Description When using Apple's or LLVM's clang/clang++ compilers on macOS, the ufs-weather-model immediately crashes at startup. I've reported this previously, it started around version 8 of ESMF. It didn't...

bug

## Description I am having trouble running the current ufs-weather-model code on Stampede2. It crashes immediately on startup, doesn't even get to the point where it writes the `PET*.ESMF_LogFile` files:...

enhancement

## Description Provide a clear and concise description of what the bug is. Also give a description of what behavior you expected to happen. ### To Reproduce: 1. Use llvm-clang...

bug

## Description With icc/ifort and mpich on macOS, the following errors are thrown at the last step of linking the application. All of the errors originate from the UPP library....

bug

## Description `csawmg`-based jobs never ran with GNU, crashed with segmentation faults. Now that we have assumed-size arrays in CCPP (https://github.com/ufs-community/ufs-weather-model/pull/527), we should add a DEBUG test to `rt.conf` and...

enhancement

## Description The `field_table` file is required in the run directory and used early on in the model run to set up the tracers for the run. This file contains...

enhancement

### Steps to reproduce I am building py-scipy with Intel and I am still having problems with undefined symbols as mentioned in earlier issues that were closed as completed. The...

build-error

**Description** JEDI needs a version of the dycore that matches what the UFS uses but doesn't use non-linear physics and ideally has no dependencies except `fms` (and its dependencies). This...