Skip to content

Commit

Permalink
Enable data_override for nest domain
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyuan-cheng committed Feb 12, 2024
1 parent f4782c2 commit df43b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SHiELD/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ subroutine coupler_init
call fms_memutils_print_memuse_stats('after atmos model init')

!------ initialize data_override -----
if (.NOT.Atm%bounded_domain) call fms_data_override_init (Atm_domain_in = Atm%domain)
call fms_data_override_init (Atm_domain_in = Atm%domain)

!-----------------------------------------------------------------------
!---- open and close dummy file in restart dir to check if dir exists --
Expand Down

0 comments on commit df43b66

Please sign in to comment.