ESCOMP / CTSM

Community Terrestrial Systems Model (includes the Community Land Model of CESM)
http://www.cesm.ucar.edu/models/cesm2.0/land/
Other
295 stars 299 forks source link

Explicitly representing air-conditioning adoption in CESM #2254

Open cathyxinchangli opened 7 months ago

cathyxinchangli commented 7 months ago

Scientific Relevance

Improved representation of urban processes in Earth System Models (ESMs) is a pressing need for climate modeling and climate-driven urban energy studies. The CLMU in CESM is one of the few dynamic urban parameterizations in ESMs with a fully coupled, physics-based building energy model, and can simulate the anthropogenic heat flux reasonably well. However, a critical limitation remains, where urban air-conditioning (AC) adoption is modeled implicitly with the use of interior building thermostat setpoints. This undermines CESM’s fidelity in modeling urban climate and energy use, and limits its use in climate and energy risk assessments.

In this project, we implement a new explicit-AC-adoption parameterization scheme in CLMU by adding an AC adoption rate parameter. This scheme separates building thermostat setpoint and AC adoption rate into independent parameters that can be tuned separately. In support of the new scheme, we develop a present-day, global, survey-based, and spatially explicit AC adoption rate dataset at country and sub-country level that is integrated within CESM, and can also be leveraged for other ESMs or global-scale models and analyses. The explicit-AC-adoption scheme and the AC adoption rate dataset significantly improve the accuracy of anthropogenic heat modeling due to AC in CESM. The new parameterization scheme makes it possible to evaluate the effects of changing AC adoption on global urban energy and climate using CESM.

Details of the project is available in Li et al. (2023) (preprint; in review at Journal of Advances in Modeling Earth Systems).

Plan of Implementation

The following tasks have been completed in the forked directory here: https://github.com/cathyxinchangli/CTSM/tree/explicit-hac-adoption, in branch explicit_ac_adoption. The code base is consistent with ctsm5.1.dev115 (master branch commit c155ccb).

1. Code modification

2. Data curation and generation

3. Model tests

Future work

The current dataset contains present-day AC adoption rates that are kept constant between 1950 and 2101. Future AC adoption rate projections consistent with SSP-RCP scenarios can be made utilizing empirical models of AC adoption rate as a function of income and climate (temperature or cooling degree-days) available in the literature.

Additional Notes

The explicit-AC-adoption scheme is compatible with the dynamic urban scheme (#1445). The code also includes the bug fix for issue #2208, as in pull #2212.

Collaborators

Keer Zhang (@keerzhang1), Bowen Fang (@fang-bowen). Advisors: Dr. Lei Zhao (@face2sea), Dr. Keith Oleson (@olyson).

References

Xinchang Li, Lei Zhao, Keith W Oleson, et al. Enhancing Urban Climate-Energy Modeling in the Community Earth System Model (CESM) through Explicit Representation of Urban Air-conditioning Adoption. ESS Open Archive. November 08, 2023. DOI: 10.22541/essoar.169945607.70663662/v1

olyson commented 7 months ago

Thanks @cathyxinchangli ! I think the first step is for me to review the code in more detail than I have thus far. In particular, we'll want to determine if we want to update this to the latest tag on main all at once, or do it in parts to avoid conflicts.

cathyxinchangli commented 7 months ago

Sounds good, thank you @olyson! Please let me know if you need any further information from me.

samsrabin commented 7 months ago

@cathyxinchangli, thanks so much for this contribution and the helpful description! Would you mind submitting a PR for your branch (while leaving this issue open)? Thanks!

cathyxinchangli commented 7 months ago

Great, thanks @samsrabin! I just created #2275. :)