hector
hector copied to clipboard
The Hector Simple Climate Model
The GitHub Actions `leeyabot` and `test-coverage` have very similar setups, both needing R, libcurl, and a few packages. Maybe consolidate them into a single yaml file? That would save on...
In #459 @dawnlwoodard noted: >As a side note (should this be a separate issue?), the fluxes don't exactly match the difference in the atmosphere values from year to year. Seems...
Hello @leeyap - The Hector sea level rise code is [here](https://github.com/JGCRI/hector/blob/master/src/slr_component.cpp), and uses a relationship described in [Vermeer and Rahmstorf (2009)](https://www.pnas.org/content/106/51/21527). Our goals for this task are to: - [x]...
Ideas for halocarbon after Hector v3 (note this is just a collection of ideas) * Add OH dependency to HFCs and HCFCs (#356) * Rename component since also models other...
As for [unitvals](https://jgcri.github.io/hector/articles/manual/Unitvals.html) Thanks @dawnlwoodard
https://www.nature.com/articles/s41586-021-04096-9
As of #562 users have the ability to read an a land-ocean warming ratio that will determine how Hector's temperature component computes ocean air and land air/surface temperatures. If no...
Related to #390 The DOECLIM-derived code in `temperature_component.cpp` has a lot of code for inverting matrices, computing analytical solutions to integrals, etc. I bet a whole crapload of this could...
Related to [DOECLIM integration](https://github.com/JGCRI/hector/pull/562#) #562, we will want to mint a version of hector_cmip6 on zenodo & include the doi citation where appropriate. Right now I think that is limited...
In b1ac274aa17e324ed886ba5f04156e5c867feb79 for #558 I wrote ``` # Note that in the runs below, we're running the model with various constraints # turned on, and verifying that it doesn't crash...