Results 39 comments of cuill

@SorooshMani-NOAA Sorry for the inconvenience. These changes were made to expose more options to users as Joseph requested and to make it more robust. For example, the Pacific mesh has...

@SorooshMani-NOAA No problem. And thanks for making an effort to test the changes, which is good to make pyschism more bug-free and user-friendly.

Here is the email from Brian (NOAA NWM): > Hi Linlin, Wei, Fei, and William--unfortunately at present, in contrast to the CONUS, we do not have a multi-year NWM Hawaii...

@SorooshMani-NOAA Yes, NWM2.0 doesn't have PR reaches layer.

ERA5 was not added to NWS2 class, which writes data twice, first writing to tmpdir then rewriting as sflux_*.nc. Instead, ERA5 only writes once. The following script will generate sflux_1...

@huyquangtranaus Yes, it generates 3-hourly netCDF files. Originally, it was designed to satisfy our group's needs. I think it's better to add the output interval as a parameter to let...

@huyquangtranaus The old version (before Jan 31, 2022) of schism only allowed the counter-clockwise direction in the sflux horizontal grid. So the reversed list flips the variable in the latitude...

@TPCollings Here are the most updated examples: https://pyschism.readthedocs.io/en/latest/api/index.html

@TPCollings The SCHISM online manual probably can answer your question: https://schism-dev.github.io/schism/master/getting-started/running-model.html

@SorooshMani-NOAA I think these two examples should generate multiple nc files based on rnday you provide: https://github.com/schism-dev/pyschism/blob/main/examples/examples_sflux/gen_sflux_gfs2.py https://github.com/schism-dev/pyschism/blob/main/examples/examples_sflux/gen_sflux_hrrr3.py