Results 39 comments of cuill

The file name hrrr_.nc follows Dan's workflow, so that he doesn't need to change his shell scripts. Users can link the needed files to the run directory. I don't have...

@SorooshMani-NOAA No, I was using the example script. I think the issue with your script is start_date format.

@SorooshMani-NOAA In your case, you can create start_date as follows: date = datetime.now() - timedelta(days=1) start_date = datetime(now.year, now.month, now.day)

@SorooshMani-NOAA Here is the script to link sflux to the run directory: https://github.com/schism-dev/pyschism/blob/main/examples/examples_sflux/link_sflux.py

@SorooshMani-NOAA Yes.

@SorooshMani-NOAA The top one should be used. Here is the script to generate it: ``` start_date = datetime(2017, 12, 1) rnday = 396 bctypes =[[0, 0, 0, 0]] constituents =...

Hi Saeed, The script to generate max disturbance was revised and added to the postprocessing workflow on Frontera. However, the STOFS3D forecast on Frontera was paused because of the texascale...

@yangz888 Sounds good! -Linlin

GeoJSON files for max and hourly disturbance are available on S3 bucket: https://noaa-nos-stofs3d-pds.s3.amazonaws.com/index.html#STOFS3D-Atl-VIMS/20220801/ [stofs3d_atlantic_disturbance_20220731t00z_](https://noaa-nos-stofs3d-pds.s3.amazonaws.com/STOFS3D-Atl-VIMS/20220801/stofs3d_atlantic_disturbance_20220731t00z_20220802t20z.json)*.json [stofs3d_atlantic_max_disturbance_20220731t01z_20220803t00z.json](https://noaa-nos-stofs3d-pds.s3.amazonaws.com/STOFS3D-Atl-VIMS/20220801/stofs3d_atlantic_max_disturbance_20220731t01z_20220803t00z.json)

@erin-nagel @saeed-moghimi-noaa I'll send the revised script for generating hourly GeoPackage files to Dan and Zizang. Meanwhile, I will think about how to add datetime information to the max disturbance...