Skip to content

Commit

Permalink
Fix get_put test
Browse files Browse the repository at this point in the history
Need to turn all tracer modules on to be able to test all possible config flags
  • Loading branch information
mnlevy1981 committed Oct 13, 2023
1 parent 4f2f6b8 commit 7e87ae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/driver_src/marbl_get_put_drv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ subroutine test(marbl_instance, driver_status_log)
zt(k) = p5*(zw(k-1)+zw(k))
end do

! Set ciso_on = .true. for local instance
! Set abio_dic_on and ciso_on = .true. for local instance
call marbl_instance_loc%put_setting('abio_dic_on', .true.)
call marbl_instance_loc%put_setting('ciso_on', .true.)
if (marbl_instance_loc%StatusLog%labort_marbl) then
call driver_status_log%log_error_trace('marbl_loc%put_setting', subname)
Expand Down

0 comments on commit 7e87ae5

Please sign in to comment.