Open ubbu36 opened 2 months ago
The passive tracer example is out of date with newest updates to the source code.
In particular: nt_passive is no longer defined in tracers.optbut in param.opt isltis now isalt, itmp should be itemp
nt_passive
tracers.opt
param.opt
islt
isalt
itmp
itemp
and in diagnostics.opt the diag_prec also didn't compile for me. Using the updated diagnostics with tracer diagnostics set to false did work.
diagnostics.opt
diag_prec
The passive tracer example is out of date with newest updates to the source code.
In particular:
nt_passive
is no longer defined intracers.opt
but inparam.opt
islt
is nowisalt
,itmp
should beitemp
and in
diagnostics.opt
thediag_prec
also didn't compile for me. Using the updated diagnostics with tracer diagnostics set to false did work.