Skip to content

Commit f6e5fff

Browse files
kshedstromHallberg-NOAA
authored andcommitted
Trying to fix internal OBC rotations, not sure
1 parent 1a39f92 commit f6e5fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/initialization/MOM_state_initialization.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module MOM_state_initialization
2626
use MOM_open_boundary, only : set_tracer_data, initialize_segment_data
2727
use MOM_open_boundary, only : open_boundary_test_extern_h
2828
use MOM_open_boundary, only : fill_temp_salt_segments
29-
use MOM_open_boundary, only : update_OBC_segment_data
29+
use MOM_open_boundary, only : update_OBC_segment_data, setup_OBC_tracer_reservoirs
3030
!use MOM_open_boundary, only : set_3D_OBC_data
3131
use MOM_grid_initialize, only : initialize_masks, set_grid_metrics
3232
use MOM_restart, only : restore_state, is_new_run, copy_restart_var, copy_restart_vector
@@ -628,6 +628,7 @@ subroutine MOM_initialize_state(u, v, h, tv, Time, G, GV, US, PF, dirs, &
628628
if (OBC%some_need_no_IO_for_data) then
629629
call calc_derived_thermo(tv, h, G, GV, US)
630630
call update_OBC_segment_data(G, GV, US, OBC, tv, h, Time)
631+
call setup_OBC_tracer_reservoirs(G, GV, OBC)
631632
endif
632633

633634
call get_param(PF, mdl, "OBC_USER_CONFIG", config, &

0 commit comments

Comments
 (0)