Skip to content

Commit

Permalink
Forgot to run some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Oct 24, 2024
1 parent bc81715 commit 6a53afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmf_utils/tests/Test_FieldDimensionInfo.pf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ contains
call ESMF_InfoSet(info, KEY_UNGRIDDED_DIMS // KEY_NUM_UNGRIDDED_DIMS, num_ungridded, _RC)

do i=1, num_ungridded
key = make_dim_key(i, _RC)
key = KEY_UNGRIDDED_DIMS // make_dim_key(i, _RC)
name = names_(i)
units = units_(i)
coord = coordinates_(i, :)
Expand Down

0 comments on commit 6a53afc

Please sign in to comment.