compass.landice.tests.mismipplus.run_model.RunModel.process_inputs_and_outputs
- RunModel.process_inputs_and_outputs()[source]
Process inputs/outputs and apply optional mesh updates during setup.
Notes
Overriding
process_inputs_and_outputs()is uncommon in COMPASS steps, where most customization happens insetup()orruntime_setup(). We override it here so friction-specific mesh updates are applied only after all input files have been staged, ensuringlandice_grid.ncexists and that users can inspect the updated mesh directly aftercompass setupand prior tocompass run.