Skip to content

Commit

Permalink
feat: enable data_override for nest domains for SHiELD coupler (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyuan-cheng authored May 23, 2024
1 parent 9156f45 commit c879a52
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 @@ -389,7 +389,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 c879a52

Please sign in to comment.