Dear Mathieu,
An output requestion for 'md.results.TransientSolution' works good. There is no problem. However, I want to calculate IceVolumeAboveFloatation by myself, so I want to get IceVolumeAboveFloatation at initial condition of my model for calculating equivalent sea level rise precisely. To confirm my code, I compared results of 'IceVolumeAboveFloatation' from ISSM to my result from my code at some time (i.e. if initial time = 2007, comparing time points = 2007.2 years).
When I run the transient simulation with following options,
md.timestepping.start_time = 2007;
md.timestepping.end_time = 2008;
md.timestepping.time _step = 0.2; %
md.setting.output_frequency = 1;
the time result is shown as . There is no information at 2007 year.
If I use relaxation model as initial condition for other sensitivity analysis (e.g. SMB, melting rate, or others), I just use data at end of relaxation model, which provides 'IceVolumeAboveFloatation'.
Maybe it isn't a problem.
Best,
Inwoo