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
Move (autotroph_cnt, km) dimensions into autotroph_local_type and autotroph_derived_terms_type [same for (zooplankton_cnt, km) and the zooplankton equivalents]
Instead of declaring local variables inside interior_tendency_compute(), move variables into marbl_interface_class and construct them during init.
To go along with the changes from autotroph_type -> autotroph_settings_type and zooplankton_type -> zooplankton_settings_type, I also changed grazing_type -> grazer_settings_type. This also led to variable name changes:
autotrophs -> autotroph_settings
zooplankton -> zooplankton_settings
grazing -> grazer_settings
These changes propagate through the settings YAML files, MARBL python scripts, and POP wrappers to the MARBL python scripts (but don't change answers).
Rename the following:
autotroph_secondary_species_type
->autotroph_derived_terms_type
zooplankton_secondary_species_type
->zooplankton_derived_terms_type
autotroph_type
->autotroph_settings_type
zooplankton_type
->zooplankton_settings_type
Move
(autotroph_cnt, km)
dimensions intoautotroph_local_type
andautotroph_derived_terms_type
[same for(zooplankton_cnt, km)
and thezooplankton
equivalents]interior_tendency_compute()
, move variables intomarbl_interface_class
and construct them duringinit
.The text was updated successfully, but these errors were encountered: