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 in setup() or runtime_setup(). We override it here so friction-specific mesh updates are applied only after all input files have been staged, ensuring landice_grid.nc exists and that users can inspect the updated mesh directly after compass setup and prior to compass run.