Adds allocate_diag_field_output_buffers() to fms_diag_object_mod#1198
Merged
thomas-robinson merged 10 commits intoMay 3, 2023
Merged
Conversation
thomas-robinson
approved these changes
May 3, 2023
rem1776
pushed a commit
to rem1776/FMS
that referenced
this pull request
May 1, 2024
rem1776
pushed a commit
to rem1776/FMS
that referenced
this pull request
May 1, 2024
rem1776
pushed a commit
to rem1776/FMS
that referenced
this pull request
May 1, 2024
rem1776
pushed a commit
to rem1776/FMS
that referenced
this pull request
May 1, 2024
rem1776
pushed a commit
to rem1776/FMS
that referenced
this pull request
May 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update relates to a new addition of member routine, allocate_diag_field_output_buffer(), to the type fmsDiagObject_type in the fms_diag_object_mod. The routine fms_diag_output_buffer_create_container() in the module, fms_diag_output_buffer_mod, is declared public for visibility issue. The dependency of module, fms_diag_output_buffer_mod, is inserted in /diag_manager/Makefile.am. The use statement for the fms_diag_yaml_mod is also updated to include the DiagYamlFilesVar_type. get_var_type() and get_default_missing_value() are added to use diag_data_mod and use fms_diag_field_object_mod respectively. The platform_mod is included in the fms_diag_object_mod to access the precision related variables (r4_kind, r8_kind, etc.).
Fixes # (issue)
How Has This Been Tested?
Ci
Checklist:
make distcheckpasses