Skip to content

Commit 452333a

Browse files
Merge pull request NOAA-EMC#8 from junwang-noaa/regfv3_rst
restart reproducibility fix for regional fv3
2 parents 786447c + cc28aa5 commit 452333a

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)