Lizzie Lundgren

Results 137 comments of Lizzie Lundgren

I agree. If duration is 1-year then it can go into the seasonal plots etc. If 1-month then it will just do a straight comparison.

Included in this feature request is to also update the names passed to the regridding functions to be more clear about latlon versus cubed sphare, and type of cubed sphere...

@msulprizio @yantosca Do you know if this feature was added?

Hi @Meongdo-Jang, thanks for reaching out. The error is because HEMCO expects a different set of columns than the ones you programmed. I believe you need to put the country...

This is an error when reading the configuration file. I searched the HEMCO code for string 'Cannot properly read mask cover' and found that the error is being tripped in...

Hi @Meongdo-Jang, were you able to get this to work?

Interesting. I'll do my HEMCO standalone tests for both OpenMP enabled and disabled.

I am seeing significant differences in run-time in HEMCO standalone due to OpenMP. The differences across compilers are negligible in comparison. For all compilers _disabling_ OpenMP results in reduction of...

From comment above: "Also a similar check on whether the PBLHEIGHT and BXHEIGHT fields are in the HcoState can be moved out of routine GetIdx, which is called on each...

Okay, I will put it back to `GetPtr` then. I previously kept it as `GetPtr` rather than change it to `EvalFld` because, as you say, it doesn't make sense to...