Skip to content

Commit

Permalink
change name to diag_manifest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Feb 26, 2025
1 parent 6763c73 commit c4d3a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diag_manager/fms_diag_yaml.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ subroutine fms_diag_yaml_out()
enddo
tier2size = i

call write_yaml_from_struct_3( 'diag_yaml.out'//c_null_char, 1, keys, vals, &
call write_yaml_from_struct_3( 'diag_manifest.yaml'//c_null_char, 1, keys, vals, &
SIZE(diag_yaml%diag_files), keys2, vals2, &
tier3size, tier3each, keys3, vals3, &
(/size(diag_yaml%diag_files), 0, 0, 0, 0, 0, 0, 0/))
Expand Down
2 changes: 1 addition & 1 deletion test_fms/diag_manager/test_diag_out_yaml.F90
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ subroutine check_output_yaml
integer, parameter :: yaml_len = 402
character(len=128) :: out_yaml_line, ref_yaml_line
character(len=17), parameter :: ref_fname = 'diag_out_ref.yaml'
character(len=13), parameter :: out_fname = 'diag_yaml.out'
character(len=13), parameter :: out_fname = 'diag_manifest.yaml'
if( mpp_root_pe() .ne. mpp_pe()) return
open(newunit=un_out, file=out_fname, status="old", action="read")
open(newunit=un_ref, file=ref_fname, status="old", action="read")
Expand Down

0 comments on commit c4d3a7f

Please sign in to comment.