You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: