-
Notifications
You must be signed in to change notification settings - Fork 49
V3.5.0 Development #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3.5.0 Development #755
Conversation
Beta = 0.36 seems incorrect, isn't it 0.53. beta <- fetchvars(core, NA, BETA()) beta ## scenario year variable value units ## 1 Unnamed Hector core NA beta 0.53 (unitless) (...) The current value is set to 0.36 (note that it is a unitless quantity, hence the (unitless) unit).
Fix a minor numeric inconsistency in the hector vignette
* Github Issue 718. Add papers to Hector manuscript lists, including V3.2.0 manuscript * github issue 727. rename FCH4 to RF_CH4 to match all other RF output * Add a new release checklist * github issue 734, add output streams * quite build message * github issue 740, add matilda refernces * github issue 735, add ref temperature period to plot
Fix permafrost refreeze typo
Expose soil and detritus RH fluxes as possible Hector outputs.
Here we change where the scalers are applied so that the vol, aerosol, and total forcing outputs are updated appropriately. While this PR does not change hector output or behavior between the parameter name change, there are code-breaking changes that have been made to the ini files. The ini files are not backward compatible. --------- Co-authored-by: ptrscll <[email protected]>
Ensure 0 forcing in the volcanic input time series during Hector's reference period. Update the old-new test data, as this change affects the total RF and global temperature.
* reformat R code base using stylr and other changes to pass R unit testing * add ALL_VARS function that can be used to fetch all of the Hector output variables in R
1. Update methane lifetime parameter Tsoil and Tstrat. 2. Update the coefficients used in the tau OH equation. 3. Time-varying natural CH4 emissions 4. Update old-new comparison data
* simplify the input csv data tables * add P. Scully to the author list * clean up get units function
Update the default values of q10_1h, beta, and diff by calibrating Hector to historical observations.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
+ Coverage 80.53% 80.78% +0.24%
==========================================
Files 61 61
Lines 6308 6327 +19
==========================================
+ Hits 5080 5111 +31
+ Misses 1228 1216 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merge branch 'dev' of https://github.com/JGCRI/hector into dev # Conflicts: # NEWS.md
Merge branch 'dev' of https://github.com/JGCRI/hector into dev # Conflicts: # NEWS.md
|
This PR includes the following changes:
Meinshausen, M., Nicholls, Z. R. J., Lewis, J., Gidden, M. J., Vogel, E., Freund, M., et al. (2020). The shared socio-economic pathway (SSP) greenhouse gas concentrations and their extensions to 2500. Geoscientific Model Development, 13(8), 3571–3605. https://doi.org/10.5194/gmd-13-3571-2020 Morice, C. P., Kennedy, J. J., Rayner, N. A., Winn, J. P., Hogan, E., Killick, R. E., et al. (2021). An updated assessment of near‐surface temperature change from 1850: The HadCRUT5 data set. Journal of Geophysical Research, 126(3). https://doi.org/10.1029/2019jd032361 Kuhlbrodt, T., Voldoire, A., Palmer, M. D., Geoffroy, O., & Killick, R. E. (2023). Historical Ocean Heat Uptake in Two Pairs of CMIP6 Models: Global and Regional Perspectives. Journal of Climate, 36(7), 2183–2203. https://doi.org/10.1175/JCLI-D-22-0468.1 |
"new default diff, beta, q10_rh parameter values based on recalibration against X"? |
|
@kdorheim Could you document in a comment to what degree the |
bpbond
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See two comments about clarifying points in the PR itself. Thank you and nice work @kdorheim !
|
@bpbond, regarding your question of how these changes affect Hector's alignment with historical observations
Meinshausen, M., Nicholls, Z. R. J., Lewis, J., Gidden, M. J., Vogel, E., Freund, M., et al. (2020). The shared socio-economic pathway (SSP) greenhouse gas concentrations and their extensions to 2500. Geoscientific Model Development, 13(8), 3571–3605. https://doi.org/10.5194/gmd-13-3571-2020 Morice, C. P., Kennedy, J. J., Rayner, N. A., Winn, J. P., Hogan, E., Killick, R. E., et al. (2021). An updated assessment of near‐surface temperature change from 1850: The HadCRUT5 data set. Journal of Geophysical Research, 126(3). https://doi.org/10.1029/2019jd032361 Kuhlbrodt, T., Voldoire, A., Palmer, M. D., Geoffroy, O., & Killick, R. E. (2023). Historical Ocean Heat Uptake in Two Pairs of CMIP6 Models: Global and Regional Perspectives. Journal of Climate, 36(7), 2183–2203. https://doi.org/10.1175/JCLI-D-22-0468.1 |



This PR corresponds to the V3.5.0 release. The table below lists the individual model development & associated PRs that are included in this release.