Skip to content

Commit

Permalink
Remove the space in the key
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Feb 25, 2025
1 parent ba7f93c commit a517440
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 @@ -1715,7 +1715,7 @@ subroutine fms_diag_yaml_out(ntimes)
call fms_f2c_string(keys2(i)%key8, 'start_time')
call fms_f2c_string(keys2(i)%key9, 'file_duration')
call fms_f2c_string(keys2(i)%key10, 'file_duration_units')
call fms_f2c_string(keys2(i)%key11, 'number of timelevels')
call fms_f2c_string(keys2(i)%key11, 'number_of_timelevels')

call fms_f2c_string(vals2(i)%val1, fileptr%file_fname)
call fms_f2c_string(vals2(i)%val5, fileptr%file_unlimdim)
Expand Down
22 changes: 11 additions & 11 deletions test_fms/diag_manager/test_diag_manager2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 1
number_of_timelevels: 1
varlist:
- module: atm_mod
var_name: var7
Expand Down Expand Up @@ -931,7 +931,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: ocn_mod
var_name: var1
Expand Down Expand Up @@ -974,7 +974,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: atm_mod
var_name: var3
Expand Down Expand Up @@ -1039,7 +1039,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: lnd_mod
var_name: var5
Expand Down Expand Up @@ -1082,7 +1082,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: lnd_mod
var_name: var1
Expand Down Expand Up @@ -1114,7 +1114,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: atm_mod
var_name: var4
Expand Down Expand Up @@ -1146,7 +1146,7 @@ diag_files:
start_time: 00020101.000000
file_duration: 12
file_duration_units: hours
number of timelevels: 2
number_of_timelevels: 2
varlist:
- module: ocn_mod
var_name: var1
Expand Down Expand Up @@ -1178,7 +1178,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 3
number_of_timelevels: 3
varlist:
- module: ocn_mod
var_name: var1
Expand Down Expand Up @@ -1210,7 +1210,7 @@ diag_files:
start_time: 00020101.000000
file_duration: 12 3 9
file_duration_units: hours hours hours
number of timelevels: 24
number_of_timelevels: 24
varlist:
- module: ocn_mod
var_name: var1
Expand Down Expand Up @@ -1242,7 +1242,7 @@ diag_files:
start_time: 00020101.000000
file_duration: 12 3 9
file_duration_units: hours hours hours
number of timelevels: 24
number_of_timelevels: 24
varlist:
- module: ocn_mod
var_name: var1
Expand Down Expand Up @@ -1274,7 +1274,7 @@ diag_files:
start_time:
file_duration:
file_duration_units:
number of timelevels: 1
number_of_timelevels: 1
varlist:
- module: ocn_mod
var_name: var1
Expand Down

0 comments on commit a517440

Please sign in to comment.