Skip to content

Commit cc28aa5

Browse files
committed
restart reproducibility fix for regional fv3
1 parent 786447c commit cc28aa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

model/fv_regional_bc.F90

+6
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,12 @@ subroutine start_regional_restart(Atm &
11831183
endif
11841184
!
11851185
!-----------------------------------------------------------------------
1186+
!*** Get the source of the input data.
1187+
!-----------------------------------------------------------------------
1188+
!
1189+
call get_data_source(data_source,Atm%flagstruct%regional)
1190+
!
1191+
!-----------------------------------------------------------------------
11861192
!*** Preliminary setup for the forecast.
11871193
!-----------------------------------------------------------------------
11881194
!

0 commit comments

Comments
 (0)