Skip to content

Commit

Permalink
feat: add getter functions to fms_diag_object (NOAA-GFDL#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson authored and rem1776 committed May 1, 2024
1 parent bd6ed7e commit eb09096
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 35 deletions.
1 change: 1 addition & 0 deletions diag_manager/diag_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ MODULE diag_data_mod

! Specify storage limits for fixed size tables used for pointers, etc.
integer, parameter :: diag_null = -999 !< Integer represening NULL in the diag_object
character(len=1), parameter :: diag_null_string = " "
integer, parameter :: diag_not_found = -1
integer, parameter :: diag_not_registered = 0
integer, parameter :: diag_registered_id = 10
Expand Down
Loading

0 comments on commit eb09096

Please sign in to comment.