mathieumorlighem Hi Mathieu,
According to the information you provided last time, I have learned a lot about thermal modeling. Now I am trying to reproduce the steady-state temperature simulation results (i.e. Figure 1c) from your previous research (i.e. Dependence of century-scale projections of the Greenland ice sheet on its thermal regime), so as to verify my understanding and use of the thermal model. My understanding of how to obtain Figure 1c is to follow the following iterative steps:
- Using the initial surface velocity from Rignot (2012) to invert the basal friction coefficient through data assimilation
- Input the inverted basal friction coefficient back into the model, then perform a thermo-mechanical steady-state simulation (i.e., using
md = solve(md, 'steadystate')
in ISSM), and output the velocity and temperature fields.
- Update the ice hardness based on the output steady-state temperature field.
- Re-invert the basal friction coefficient based on the output steady-state velocity field and the updated ice hardness.
- Repeat the above steps until convergence is achieved.
- Output the temperature field.
I am unsure if my understanding is correct? I await your response, thank you!