Timothy Smith
Timothy Smith
I had the same problem after updating to Big Sur. I ran `:PlugUpgrade` then `:PlugUpdate` while in vim and that fixed everything for me.
Hey there iceshelfers. I have been looking at the code implemented in #251 and I'm a little bit confused. I'm curious about two things, specifically: 1. Since the melt rate...
Ok I see I'm mistaken in case 1 above, where `SHI_useRealFWFlux`=False, then the iceshelf flux shouldn't enter into any of this. But now, I'm confused why the lines to compute...
Thanks @mjlosch. It makes sense to me to use the same one. I'll start getting that together this week.
Ok finally dusting this one off. I have found that: - Actually calling `dummy_for_etan` within `integr_continuity` seems like the right spot, but I get the diagnostics package error: ``` (PID.TID...
I'll cast my vote for suffixes: `_ad` and `_tl`. Thanks @jm-c!
Hey all! I haven't used time varying controls in a little while, but I know this happens when a run exits before it is finished. That's because in forward mode,...
I think you are looking for `ctrl_get_gen`. Just for a little more explanation: During the forward time stepping `ctrl_map_gentim2d` calls `ctrl_get_gen`, which then uses `ctrl_get_gen_rec` to determine which records from...
Regarding ctrl-smooth code, I think there are just a couple of confusing calls leftover even though they use the pkg/smooth implementation. I think they are deprecated "code strays" that are...
One other thought: could we remove all of the `xx_theta_dummy xx_salt_dummy` etc from the TAF calls? For example, in `tools/adjoint_options/adjoint_default`: ``` DIFF_FLAGS="-toplevel 'the_main_loop' \ -input 'xx_theta_dummy \ xx_salt_dummy \ xx_tr1_dummy...