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.
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.