Chris Marsh

Results 69 comments of Chris Marsh

For anyone else running into this, I found the following ways to all work around this: - Compile `openmpi` with `--with-wrapper-fcflags=-Wl,-ld_classic` - Edit `openmpi-install-prefix/share/openmpi/mpifort-wrapper-data.txt` and add to `"-Wl,-ld_classic"` to the...

Great news @jsquyres! Just to be clear, this will be in `>=5.0.4`? I.e., it isn't being backported?

Instead of hand crafting a mesh, would it be helpful to have CHM just create a single triangle at the point output lat/lon? Point mode config could then take an...

>Do you think there are advantages to giving a lat/lon value to CHM? if any of the solar radiation calculation code is used it's critical What I was thinking was...

It's used for computing the solar parameters https://github.com/Chrismarsh/CHM/blob/f9b65574dcf79729cf9d1e4fa2efb4af27983456/src/modules/solar.cpp#L203

A "new" day could occur for an arbitrary 24hr period or at 00:00. I think 00:00 is easier to handle and is more in line with other model outsputs, e.g.,...

I see this on macos with only system clang in `packages.yaml` ``` $ spack spec -IlU [email protected] %apple-clang ==> Error: failed to concretize `[email protected] %apple-clang` for the following reasons: 1....

I have this issue too (just upgraded to master manually), however it still fails. It appears to be a result of spaces in the path name.

Sorry, completely forgot. It seems like an edge case. I can only cause the error in this directory, other test directories with spaces pass. This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX...

@msiniscalchi Current master is confirmed working here. Thanks for the prompt fix :)