hector icon indicating copy to clipboard operation
hector copied to clipboard

The Hector Simple Climate Model

Results 85 hector issues
Sort by recently updated
recently updated
newest added

As they are fixed, remove from the Makefile exclusion list. See https://github.com/JGCRI/hector/pull/449#discussion_r664498533

Infrastructure: permafrost data structures, output, etc. Passes all tests. Not integrated into runtime C cycle yet.

As noted [here](https://github.com/JGCRI/hector/pull/634#issuecomment-1197414953) in #634 , we could enforce C++ coding style by either a pre-commit hook or a test. Right now this seems like overkill, but opening this issue...

model-development

**Describe the bug** When running Hector with an NBP constraint, seemingly many constraints break the model by the second half of the century, and some break far earlier. I have...

https://www.sciencedirect.com/science/article/pii/S2590332222003268

Suggestion by @trevorkeenan in our meeting yesterday. This would be straightforward to implement, interesting to test, and might be a great project for a SULI or programming-inclined postbac/postdoc.

Package build reports: ``` * checking compilation flags used ... OK * checking compiled code ... NOTE File ‘hector/libs/hector.so’: Found ‘__ZNSt3__14coutE’, possibly from ‘std::cout’ (C++) Object: ‘ocean_csys.o’ Compiled code should...

Building pkgown documentation 1. Check out v3_dev branch, disconnect from VPN 2. Clean rebuild of the Hector package 3. Quit out of chrome or whatever app is used to preview...

- [ ] Clean up GitHub Actions yaml files to remove development branch settings - [ ] Ensure all v3 milestone issues are linked, addressed, or reassigned to a new...

These guys: ```cpp std::vector temp; std::vector temp_landair; std::vector temp_sst; std::vector heatflux_mixed; std::vector heatflux_interior; std::vector heat_mixed; std::vector heat_interior; std::vector forcing; ``` _really_ should use the Hector time series class. On a...