Notebook
A note on indexing: python starts indexing with 0. Also, when you "slice" an array, you use the first index you want to return and the first index you want to leave out. Example:
A note on model results. We currently have two hindcasts available: - 201812: /results/SalishSea/nowcast-green.201812/ - 201905: /results2/SalishSea/nowcast-green.201905/ These directories contain subdirectories for each day of the run, with results files inside those directories. The file naming convention is as follows: \ SalishSea_timeResolution_startdate_enddate_filetype.nc \ 1h indicates hourly average output (time dimension length 24) 1d indicates daily average output (time dimesnion length 1) ptrc_T files contain biological variables like nitrate, phytoplankton, and zooplankton concentrations grid_T files contain temperature (votemper) and salinity (vosaline)