FastX on Kingspeak: Difference between revisions
(Created page with "Go to https://<tt>node</tt>.chpc.utah.edu:3443/ where <tt>node</tt> is the") |
No edit summary |
||
Line 1: | Line 1: | ||
Go to https://<tt> | Steps to run [https://github.com/openwfm/wrfxctrl wrfxctrl] using [https://www.chpc.utah.edu/documentation/software/fastx2.php#utwc FastX]: | ||
# Go to https://<tt>servername</tt>.chpc.utah.edu:3443/ where <tt>servername</tt> is one of the CHPC servers, e.g., kingspeak1, notchpeak1. For instance, go to https://kingspeak11.chpc.utah.edu:3443/. | |||
# Authenticate using your CHPC user account in <tt>User</tt>, your CHPC password in <tt>Password</tt>, and click on <tt>Log In</tt> button. | |||
# Click on <tt>Launch Session</tt>, select <tt>MATE Desktop</tt>, and click on <tt>Launch</tt> button. This will give you a connection to Kingspeak using FastX. | |||
# Open a terminal window, go to wrxctrl installation, and run | |||
``` | |||
python wrfxctrl.py | |||
``` | |||
# Open Firefox, go to the URL shown on the terminal, and start a simulation! |
Revision as of 21:27, 16 July 2020
Steps to run wrfxctrl using FastX:
- Go to https://servername.chpc.utah.edu:3443/ where servername is one of the CHPC servers, e.g., kingspeak1, notchpeak1. For instance, go to https://kingspeak11.chpc.utah.edu:3443/.
- Authenticate using your CHPC user account in User, your CHPC password in Password, and click on Log In button.
- Click on Launch Session, select MATE Desktop, and click on Launch button. This will give you a connection to Kingspeak using FastX.
- Open a terminal window, go to wrxctrl installation, and run
``` python wrfxctrl.py ```
- Open Firefox, go to the URL shown on the terminal, and start a simulation!