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
This function reads the prediction result of different ensembles from individual numpy files and returns: (mean sea ice concentration, number of ensemble members)
Would like to update to (mean sea ice concentration, full ensemble sea ice concentration, number of ensemble members). Although, latter variable is somewhat redundant, if full ensemble data is returned.
Useful if wanting to process individual ensemble results rather than just the mean.
The text was updated successfully, but these errors were encountered:
Description
Would be nice to be able to optionally get the raw ensemble prediction data as a return to this function.
icenet/icenet/process/predict.py
Lines 63 to 89 in cb1cb78
This function reads the prediction result of different ensembles from individual numpy files and returns: (mean sea ice concentration, number of ensemble members)
Would like to update to (mean sea ice concentration, full ensemble sea ice concentration, number of ensemble members). Although, latter variable is somewhat redundant, if full ensemble data is returned.
Useful if wanting to process individual ensemble results rather than just the mean.
The text was updated successfully, but these errors were encountered: