We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
scaling_factors
Provide a scaling_factors accessor to compute the scaling factor to use in order to reach a target amount along the molecule dimension.
molecule
The accessor would be useful in coordinate with the rescale accessor:
rescale
ds = joseki.make(identifier="afgl_1986-midlatitude_summer") factors = ds.joseki.scaling_factors( { "H2O": 40 * ureg.kg / ureg.m**2 } ) # returns {"H2O": 1.3403081516598105} ds.joseki.rescale(factors=factors)
The text was updated successfully, but these errors were encountered:
nollety
Successfully merging a pull request may close this issue.
Provide a
scaling_factors
accessor to compute the scaling factor to use in order to reach a target amount along themolecule
dimension.The accessor would be useful in coordinate with the
rescale
accessor:The text was updated successfully, but these errors were encountered: