Skip to content

Commit

Permalink
Restrict "for_testing_allow_interp_non_ciso_to_ciso is .true." msg to…
Browse files Browse the repository at this point in the history
… masterproc.
  • Loading branch information
samsrabin committed Jan 8, 2025
1 parent a24c8f0 commit 871cfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init_interp/initInterp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ subroutine check_interp_non_ciso_to_ciso(ncidi)
write(iulog,*) 'Proceeding despite missing c13 and/or c14 fields on input finidat file,'
write(iulog,*) 'because for_testing_allow_interp_non_ciso_to_ciso is set.'
write(iulog,*) ' '
else
else if (masterproc) then
write(iulog,*) ' '
write(iulog,*) 'for_testing_allow_interp_non_ciso_to_ciso is .true., but it appears to be unnecessary in this run'
write(iulog,*) '(this is informational only - it does not indicate a problem)'
Expand Down

0 comments on commit 871cfa9

Please sign in to comment.