A suggested enhancement by @jeremycusack is to get manage_freq to work in gmse_apply and effectively skip the management step when old_list is not NULL. The way that I would do this is to have an if statement in the main gmse_apply function that checks for the input manage_freq = -1 (negative one being easy to interpret). If that is the case and there is an old list with user costs in place, then management could be skipped, allowing for the manage_freq option currently restricted to the gmse function to also be used in gmse_apply.
A suggested enhancement by @jeremycusack is to get
manage_freqto work ingmse_applyand effectively skip the management step whenold_listis notNULL. The way that I would do this is to have anifstatement in the maingmse_applyfunction that checks for the inputmanage_freq = -1(negative one being easy to interpret). If that is the case and there is an old list with user costs in place, then management could be skipped, allowing for themanage_freqoption currently restricted to thegmsefunction to also be used ingmse_apply.