Skip to content

Commit

Permalink
remove unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed May 7, 2024
1 parent f1a35ea commit 04017b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions diag_manager/diag_manager.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1769,10 +1769,6 @@ LOGICAL FUNCTION diag_send_data(diag_field_id, field, time, is_in, js_in, ks_in,
& SIZE(field,1), SIZE(field,2), SIZE(field,3), status
IF ( fms_error_handler('diag_manager_mod::send_data_3d', err_msg_local, err_msg) ) RETURN
END IF
if (use_modern_diag) then !> Set up array lengths for remapping


endif
SELECT TYPE (field)
TYPE IS (real(kind=r4_kind))
field_out = field
Expand Down

0 comments on commit 04017b3

Please sign in to comment.