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
Hi @fnemina, I am a new user to pyOSOAA and I think it is a really useful software. Thanks for sharing it!
I'd like to ask if a list of the various possibilities to update parameters is documented somewhere.
For example, I am not sure if the aerosol height scale ap.ha
Hello @fserva , you can update all the possible variables in OSOAA from pyOSOAA except for a few that I have not implemented yet. However aerosol scale height should be implemented.
It is best to consult the OSOAA for better understanding of how all this variables can be adjusted. You can find it here in the doc section.
Please let me know if you need more information about this.
Thanks @fnemina for the quick feedback! I guess in this case implementation should be not too difficult, thanks to the comprehensive documentation of OSOAA. I guess after SetMot in the AP class one could add something like:
def SetHa(self, ha=2.0):
""" Define aerosol scale height
ha Aerosol scale height (km)
"""
self.ha = ha
and maybe update test_osoaa.py and/or the notebook. Just let me know if you agree to have pull requests for these kind of changes, or prefer to take care of it directly.
Hi @fnemina, I am a new user to pyOSOAA and I think it is a really useful software. Thanks for sharing it!
I'd like to ask if a list of the various possibilities to update parameters is documented somewhere.
For example, I am not sure if the aerosol height scale
ap.ha
pyOSOAA/pyOSOAA/osoaa.py
Line 591 in b3ad1a2
Thank you
The text was updated successfully, but these errors were encountered: