Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ice-shelf diagnostics #728

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ice_shelf/MOM_ice_shelf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ subroutine shelf_calc_flux(sfc_state_in, fluxes_in, Time, time_step_in, CS)
ISS%dhdt_shelf(i,j) = (ISS%h_shelf(i,j) - ISS%dhdt_shelf(i,j))*Itime_step
enddo; enddo

call IS_dynamics_post_data(time_step, Time, CS%dCS, G)
call IS_dynamics_post_data(time_step, Time, CS%dCS, ISS, G)
endif

if (CS%shelf_mass_is_dynamic) &
Expand Down Expand Up @@ -2603,7 +2603,7 @@ subroutine solo_step_ice_shelf(CS, time_interval, nsteps, Time, min_time_step_in
call process_and_post_scalar_data(CS, vaf0, vaf0_A, vaf0_G, Ifull_time_step, dh_adott, dh_adott*0.0)
call disable_averaging(CS%diag)

call IS_dynamics_post_data(full_time_step, Time, CS%dCS, G)
call IS_dynamics_post_data(full_time_step, Time, CS%dCS, ISS, G)
end subroutine solo_step_ice_shelf

!> Post_data calls for ice-sheet scalars
Expand Down
Loading
Loading