Luca Bertagna

Results 462 comments of Luca Bertagna

I am not sure why the tests requiring xarray pass for the dbg build but not for sp/opt. I assume there may be some intermittent issue when attempting to install...

I tried to run `io_diags` with average tracking, and indeed it does fail, but for another reason: the helpers map only contains `transposed_(4,3)`, but the count field needs the helper...

I think this is b/c of the missing IC file specification in our namelist default for the conus grid and 128 lev, right? I think there are two possible courtesy...

It's odd that valgrind would not catch this kind of error. Perhaps all our kokkos views get inited to 0 at construction. We should prob avoid that, and use the...

We do not use `Kokkos::WithoutInitializing` so we do get whatever the default allocation is. I always assumed kokkos inits to 0, since that was the only way I could explain...

That's a good question: for certain diags we prob should store a valid standard/lon name, as there is one readily avail (e.g., potential temperature, exner, rad fluxes, etc). But for...

The `PIOc_write_darray` timer is quite large, so it would "seem" that most of the time for those streams is spent in writing. Maybe for the remapped output (1x1 stands for...

@jayeshkrishna If I understand correctly, the variable is relatively small. Probably a few hundred doubles worth of data. @jsbamboo btw, clicking on the links in your message takes me to...

@jayeshkrishna to clarify a bit the situation, here we probably have a case where we have a "decomp" where ALL array entries are on one rank. E.g., assume we output...

A [fix](https://github.com/mahf708/E3SM/pull/30) is already brewing...