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

Dm update #15

Open
wants to merge 194 commits into
base: main
Choose a base branch
from
Open

Dm update #15

wants to merge 194 commits into from

Conversation

thomas-robinson
Copy link
Owner

Description
Include a summary of the change and which issue is fixed. Please also include
relevant motivation and context. List any dependencies that are required for
this change.

Fixes # (issue)

How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note
any relevant details for your test configuration (e.g. compiler, OS). Include
enough information so someone can reproduce your tests.

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

thomas-robinson and others added 30 commits October 6, 2021 13:53
Adds dependency of fms_diag_object_mod to diag_manager_mod
Calls the diag_object register from the regular diag array register if modern is turned on.
…elist

Adds  namelist variable use_modern_diag
Fixes inquiry for diag_id

Sets up diag_yaml_object
Memory clean up in string conversion function
Updates get functions in the diag yaml objects
uramirez8707 and others added 30 commits July 13, 2023 08:11
* adds axis ids to the output buffers
* Adds function recondition_indices() to diag_util_mod

* Adds a derived type to fms_diag_bbox_mod
* add openmp test for diag manager
* Return diag_field_not_found if a field is not in the diag_table.yaml when registering fields
* Adds the buffer ids to the diag file object in the register call

* add functionality to get the size of the subaxis

* Add the field id and the yaml id to the buffer object (with getter and setter functions)
* add the write_data calls

* fix the test_flexible_time after the update
* Add getters functions to get the subaxis starting and ending indices

* add the fms_diag_reduction_methods_module

* adds checks to make sure the indices are passed in correctly to send_data

* Sets up fms_diag_do_reduction and adds checks to make sure the input arguments are correct
* refactor the buffer to always save the data as 5d

* rename the output buffer type
* Add tests and checks for modern diag manager

* add min tests

* add tests for time_max

* remove test_dm_openmp as it is not necessary anymore
* Add some needed members to the buffer obj, restructure the init_buffer routine to match the old diag manager, adjust tests, add a flag that indicates when done writing data to the diag_file, set output buffers to fill value if masked

* inits done_with_math
* change counter allocations and add remap_counter fn
* set up an input buffer object and set up the math in diag_send_complete. Turn openmp tests with multiple threads
* Implement the min and max reduction methods into diag manager, modify tests to test the new diag manager
* initial time_sum added

* add unit test
---------

Co-authored-by: rem1776 <[email protected]>
* fix diag_send_complete loops and add get_file_ids

* initial changes to move mask

---------

Co-authored-by: rem1776 <[email protected]>
* Add send_data_4d, update tests to test the new interface
Updates dmUpdate with current main Dec 18 2023
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.

6 participants