Python package for CRE processing
Project description
dCRE
Computation and decomposition of Cloud Radiative Effects (CRE)
[!WARNING] This package is still under development. Things will break.
Installation
pip install dcre
Usage
import dcre
# Add reference and perturbed sources
src1 = dcre.cre_decomposition.Simulation(CWP, CF, NCCN, albedo, albd_clear,SOLIN)
src2 = dcre.cre_decomposition.Simulation(CWP, CF, NCCN, albedo, albd_clear,SOLIN)
# Configure decomposition
decompositer = dcre.cre_decomposition.CRE_Decompositer(src1, src2)
# Decompose
decompositer.decompose(cre_scaling=False)
# Write results to disk
ds = decompositer.to_dataset()
ds.to_netcdf("decomposition.nc")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dcre-2023.2.4.tar.gz
(41.7 kB
view hashes)
Built Distribution
dcre-2023.2.4-py3-none-any.whl
(27.7 kB
view hashes)