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
A user is interested in providing the same inputs in a script as are used in the online TUV-x calculator (see #120).
@carl-drews has python scripts that do this for the online tool. If we move these scripts to a public GitHub repo with some instructions on how to use them, this should allow users to run a "local version" of the online calculator.
We should discuss how this overlaps with the long-term goal of having a TUV-x python wrapper.
The text was updated successfully, but these errors were encountered:
The main python script is currently synchronized between the operational directory:
modeling2:/home/drews/TUV-x> ls -l tuv-x-remote.py
-rwxr-xr-x 1 drews support 29456 May 15 2024 tuv-x-remote.py*
and the ACOM subversion repository for CGI scripts:
web3:/var/www/cgi-bin/acom> ls -l tuv-x-remote.py
-rwxr-xr-x 1 root root 29456 May 15 2024 tuv-x-remote.py*
A user is interested in providing the same inputs in a script as are used in the online TUV-x calculator (see #120).
@carl-drews has python scripts that do this for the online tool. If we move these scripts to a public GitHub repo with some instructions on how to use them, this should allow users to run a "local version" of the online calculator.
We should discuss how this overlaps with the long-term goal of having a TUV-x python wrapper.
The text was updated successfully, but these errors were encountered: