You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI: This notebook can be opened on Google Colab easily. Just click the badge above. You'll need to upload your OPEN/SURF file and download your results.
You'll have to make the changes above or it won't find the CHLO files.
Description
When running the Jupyter Notebook in PYTOOLS/dmschlo/CMAQ_DMS_ChlorA.ipynb, the notebook fails when finding climatology files.
Scope and Impact
This causes the notebook to fail and the DMS/CHLO variables cannot be created.
Solution
The error is caused by a server reorganization of the files on the server at the OPBG DAAC.
%j
) of year to month-day (%m%d
).A%Y%j%Y%j.L3m_MC_CHL_chlor_a_9km.nc
AQUA_MODIS.%Y%m%d_%Y%m%d.L3m.MC.CHL.chlor_a.9km.nc
This requires two changes to the notebook. Both are in the cell that starts with “if getlatestchlo”.
First, change dates in the for loop
Second, change the regular expression that finds the files
I have successfully run for a new domain with the latest climatology files.
Additional context
A PR will be forthcoming that also changes the documentation
This type of update is inherent in including download as part of the process.
The text was updated successfully, but these errors were encountered: