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
Loop CATEGORIES : do icat =1, MAX_CATEGORIES call to model_interpolate to count up until
if (cat_index <= Ncat)
seems an overly complicated way to do it.
just return Ncat right?
Or hot take, just have cice model_mod have a get_ncat function since obs_def_cice_mod.f90 seems like it is specific to CICE anyway.
The text was updated successfully, but these errors were encountered:
observations/forward_operators/obs_def_cice_mod.f90
initialize_module is taking an ensemble_handle & ens_size
DART/observations/forward_operators/obs_def_cice_mod.f90
Line 164 in c5600dc
Came in this commit, so not super surprising that it got missed:

Here is the model_interpolate call
DART/models/cice/model_mod.f90
Lines 850 to 856 in c5600dc
Loop CATEGORIES : do icat =1, MAX_CATEGORIES call to model_interpolate to count up until
if (cat_index <= Ncat)
seems an overly complicated way to do it.
just return Ncat right?
Or hot take, just have cice model_mod have a get_ncat function since obs_def_cice_mod.f90 seems like it is specific to CICE anyway.
The text was updated successfully, but these errors were encountered: