Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modern diag manager: correctly adds the associated_files attribute #1451

Merged
merged 12 commits into from
Feb 9, 2024

Conversation

uramirez8707
Copy link
Contributor

@uramirez8707 uramirez8707 commented Feb 1, 2024

Description
Fix to correctly add the associated files attribute
Fix to ignore diag files that don't have any fields, to reproduce old behavior
Remove the limit to the number of subaxis ids allowed
Set the current_model_time in send_data instead of diag_send_complete

Fixes # (issue)

How Has This Been Tested?
CI including the new test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • New check tests, if applicable, are included
  • make distcheck passes

subroutine generate_associated_files_att(this, att, start_time)
class(fmsDiagField_type) , intent(in) :: this !< diag_field_object for the area/volume field
character(len=*), intent(inout) :: att !< associated_files_att
type(time_type), intent(in) :: start_time
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

documentation

@rem1776 rem1776 merged commit 4b85588 into NOAA-GFDL:dmUpdate Feb 9, 2024
17 of 19 checks passed
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants