#3 0x773e09 in __tracers_MOD_init_tracers
at /global/homes/s/sbachman/C-Star/setup_cstar/externals/ucla-roms/Work/Iceland4_BGC_Ulla/Compile/tracers.f:359
Line 359 of tracers.f points here, which is where the code starts referring to the tracers associated with the NCycle_SY cppkey:
Those extra lines used to be in the param.opt but appear to have disappeared in the big MARBL pull request. We made some changes in param.opt that should take care of things.
Got the following traceback when using BEC:
Line 359 of tracers.f points here, which is where the code starts referring to the tracers associated with the NCycle_SY cppkey:
The problem is that the wrt_t and wrt_t_avg arrays are initialized as follows:
and the variable "nt" does not account for the three NCycle tracers:
I'd suggest additional lines in param.opt that looks something like