CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
21 stars 3 forks source link

O1.5.4a Prescribe aerosol concentrations #527

Open trontrytel opened 7 months ago

trontrytel commented 7 months ago

The Climate Modeling Alliance

Software Design Issue 📜

Purpose

Prescribe the aerosol concentrations based on RCP 4.5 from CMIP 5. The files are here: https://tntcat.iiasa.ac.at/RcpDb/dsd?Action=htmlpage&page=download

Benefits

People

Results

Run AMIP simulations with aerosol concentrations read from files.

Tasks for prescribing data from ClimaCoupler (this was abandoned for the solution below)

Tasks for prescribing data from ClimaAtmos

- [x] [Aerosol prescribing enabled in Atmos](https://github.com/CliMA/ClimaAtmos.jl/pull/2815)
- [ ] [add aerosol optics in rrtmgp](https://github.com/CliMA/RRTMGP.jl/issues/460)
- [ ] use aerosols in from the coupler

SDI Revision Log

CC

@tapios @simonbyrne @cmbengue

trontrytel commented 7 months ago

The RCP 4.5 data is in lon(0, 357.5), lat(-90, 90), sigma pressure (3.5, 992.6), time(56605, 56939) format.

The dataset does not include surface height. So in order to convert it to height I would have to look for a corresponding topography file. I think it would be easier to just try interpolating along pressure inside the Coupler?

Here is a couple of plots from the lowest level (fist column Jan-Jun, second column Jul-Dec)

Temperature: T

Seasalt: SSLT03

Dust: DST03

trontrytel commented 7 months ago

The data is now on CliMA box under Aerosol_RCP45 folder

trontrytel commented 7 months ago

Remember to take a look at https://github.com/CliMA/ClimaAtmos.jl/blob/b26b78badeb98f35aa1870a2b0b119aa6f9566cd/src/parameterized_tendencies/radiation/radiation.jl#L85-L97