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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
When using enso_nino34 operation, expect to be able to provide a dataset from which the climatology values of SST are deduced.
Actual behavior
Operation requires a file as an argument - file is a netCDF Dataset of climatology values. In current happy path, this requires that a user:
temporally aggregates an ingested SST dataset into months,
calculates long term means for each cell for each month
saves this as an external netCDF
ingests this netCDF as the argument in enso_nino34
Suggestion
The steps above are not hinted at in the description of the enso_nino34 operation. More clarity is required so that users without access to these issue pages can work out what to do.
A better fix would involve having an option to calculate the climatology at the same time as calculating ENSO index: the user could provide the SST dataset and time period in the same dialogue box as for the enso_nino34 operation.
Specifications
Cate 1.0 dev 3
The text was updated successfully, but these errors were encountered:
@thomas-eldridge I agree that this is confusing. The main issue here is that the generation of a representative climatology can easily take a lot of time and memory (days and more than a laptop has), while the index calculation itself is a pretty fast operation, hence we can not really risk users running long_term_average each time they do an index calculation.
But I agree that it should at least be documented in the description that the reference dataset can be created using the long_term_average operation.
Expected behavior
When using enso_nino34 operation, expect to be able to provide a dataset from which the climatology values of SST are deduced.
Actual behavior
Operation requires a file as an argument - file is a netCDF Dataset of climatology values. In current happy path, this requires that a user:
Suggestion
The steps above are not hinted at in the description of the enso_nino34 operation. More clarity is required so that users without access to these issue pages can work out what to do.
A better fix would involve having an option to calculate the climatology at the same time as calculating ENSO index: the user could provide the SST dataset and time period in the same dialogue box as for the enso_nino34 operation.
Specifications
Cate 1.0 dev 3
The text was updated successfully, but these errors were encountered: