-
Notifications
You must be signed in to change notification settings - Fork 0
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
Follow-Up Question on Damage Coefficients #28
Comments
I took a closer look at the input folder, and there seems to be damage files for 3.0% discount rate. Just to confirm: is this correct? |
hi @austinrwg, can you clarify where in the inputs you saw the 3.0% discount rate? I don't recall there being anything but 1.5, 2, 2.5%. To answer your broader question, yes, the code to estimate damage functions is part of DSCIM. However, as mentioned in your other Issue #27, the data on which the damage function coefficients are fit is many terabytes in size and not provided. The starting point is the already estimated damage function coefficients. The coefficients do not technically vary by discount rate. However, they do vary based on the The Damages Module and Discounting Module (Sections 4 and 5) in the DSCIM User Manual, describes the process of projecting future climate damages and fitting damage functions. |
Thank you for your answer. It is very helpful. There are damage function coefficient files that refer to the 3% discount rate based on eta and rho values. The file name looks like this: risk_aversion_euler_ramsey_eta1.568_rho0.008_dfc.nc4 Note: I didn't mean to close this conversation. I don't know how to revert it back to open. |
Hello @kemccusker, thank you for your response from the previous issue. I have a follow-up question and, unsure if a closed issue would notify you, I'm opening a new issue for this.
I thought that the DSCIM model has the functions to compute the damage coefficients, if the damage files are not provided. So, in code, I was wondering how to compute the coefficients under an alternative scenario, say 3%, 3.5%, or other discount rates?
The text was updated successfully, but these errors were encountered: