RemoteSensingTools / vSmartMOM.jl

A full end-to-end modular software suite for radiative transfer and related atmospheric analysis
Apache License 2.0
44 stars 11 forks source link

Keep individual trace gas absorptions in the model structure #176

Open cfranken opened 2 months ago

cfranken commented 2 months ago

Issue When running model_from_parameters, only the total gas optical depths (sum of all gases) is saved per layer. We should store this per species and not yet multiply with the VMR.

Solution Update function compute_absorption_profile!(τ_abs::Array{FT,2} to accomodate this per species.