tjturnage / cloud-radar-server

Radar server in the cloud for NOAA computing project
MIT License
2 stars 2 forks source link

Nse inflow errors #52

Closed lcarlaw closed 2 months ago

lcarlaw commented 2 months ago

Addresses and closes #24.

lcarlaw commented 2 months ago

After this merge, would be good to do:

cd scripts/meso
python cache_nse_funcs.py

This will likely take a few minutes. This will hopefully generate an updated file in cloud-radar-server/scripts/meso/sharptab/__pycache__/thermo.cpython-312.pyc or similar as code will be recompiled for numba.

Finally, while in the meso diectory, running chmod +x IO/*.pl will allow the nse scripts to complete if someone tries to run a simulation within about the last 24 hours from realtime. Otherwise, the RAP downloads will fail because the primary source for these files is the NOMADs server, with a slightly different download/request methodology.

tjturnage commented 2 months ago

After the merge I did run cache_nse_funcs.py and excecuted that chmod command. Planning to test tomorrow to ensure that I didn't break any components and to assess the "_updated.txt" placefiles.