smrt-model / smrt

Snow Microwave Radiative Transfert model to compute thermal emission and backscatter from snowpack
Other
51 stars 20 forks source link

Extracting the layer extinction coefficient #31

Closed carlettif closed 3 months ago

carlettif commented 3 months ago

Good morning all,

I have tried for a bit without success, so I will try asking for help here: when running a simulation with SMRT, is there a way to extract the extinction coefficient (or scattering and absorption coefficients) for each layer of snow and store it as a value?

Thank you very much,

Francesca

ghislainp commented 3 months ago

Yes, ks and ka are available in the result object returned by model.run

See the documentation of the Result api. Or here:

https://github.com/smrt-model/smrt/blob/master/smrt/core/result.py

Le 7 août 2024 11:55:29 GMT+02:00, carlettif @.***> a écrit :

Good morning all,

I have tried for a bit without success, so I will try asking for help here: when running a simulation with SMRT, is there a way to extract the extinction coefficient (or scattering and absorption coefficients) for each layer of snow and store it as a value?

Thank you very much,

Francesca

-- Reply to this email directly or view it on GitHub: https://github.com/smrt-model/smrt/issues/31 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

carlettif commented 3 months ago

Thank you very much!