• Welcome to TalkWeather!
    We see you lurking around TalkWeather! Take the extra step and join us today to view attachments, see less ads and maybe even join the discussion.
    CLICK TO JOIN TALKWEATHER
  • Current Tropical Systems
    Melissa

General Parameter Threads (Composite , Possible Hazard Type, SARS and other parameters)

okay so i found out that i can launch back into the environment we created earlier should be called sharppy_env just gotta type out conda env list and should show up as sharppy_env to activate you can type conda activate sharppy_env and press enter and should launch into the environment
 
okay i got it figured out incase if anyone was wanting to get it working
first you got to install conda and git with using winget (winget install git.git) (winget install anaconda.miniconda3)
second use conda to create a supported python environment
conda create -n sharppy_env python=3.10
conda activate sharppy_env
conda install -c conda-forge sharppy
then third these instructions i found it easier with using git plus also following the commands in the yt video

https://github.com/sharppy/SHARPpy?tab=readme-ov-file
conda install pyside
git clone https://github.com/sharppy/SHARPpy
cd sharppy
git pull origin master (ignore doesnt work when doing the command)
python setup.py install
cd runsharp
python full_gui.py
sharppy
 
updated the CVTP spreadsheet , it was broken this whole time with the LCL part.

( docs.google.com/spreadsheets/d/1EHx8-4Tn6hmx3Um8x7YBVEHf4UUvL1A0_e9TfN3bR6U/edit?usp=sharing )

just put in the (https://) infront.

not sure why if i post the link normaly it shows up embedded and you are not allowd to edit it when it does that.

1760635160230.png
sounding 2 and 3 were also broken before that is also fixed.
 
also for my DBRN here is the Pilger event compared to Forecasted Convective Amplification Deficiency events.
1760638131449.png

pilger had one of the lowest DBRN without a outflow Forecasted Convective Amplification Deficiency.
using a thing similar to the pb hazzard , you could get a alert of Forecasted Convective Amplification Deficiency events.
 
and it was updated again after i found out the outflow calculation was broken this whole time with one typo ....
Which goes to show why you should ALWAYS be (re)checking your work (as you have been here) to make sure that it’s correct!

On a different note, I recently came across this thesis (in PDF format) that discusses not only modifying the VTP to use the 0-500m SRH, but also some attempts to modify the formula in an effort to reduce the parameter’s notorious overforecasting tendencies. I would highly recommend looking into it whenever you have a chance, as it might give some extra ideas regarding it.
 
Which goes to show why you should ALWAYS be (re)checking your work (as you have been here) to make sure that it’s correct!

On a different note, I recently came across this thesis (in PDF format) that discusses not only modifying the VTP to use the 0-500m SRH, but also some attempts to modify the formula in an effort to reduce the parameter’s notorious overforecasting tendencies. I would highly recommend looking into it whenever you have a chance, as it might give some extra ideas regarding it.
yeah found it 6 days ago , they made multiple versions with one being pretty much turned it to the STP500 , again im not sure why it seems like some people think 3cape and LR3 is not important , but the main reason it has so much false alarms has to do with the fact that there is no cap on the 3cape and LR3.

pretty much what my CVTP does , have a cap so it doesn't overflow.
 
Back
Top