Skip to content

Commit

Permalink
Fix typo in ordering of fields in ZGMV
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield authored and wdeconinck committed Mar 7, 2024
1 parent 2bcb837 commit cc5db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/programs/ectrans-benchmark.F90
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ program transform_test
jend_vder_EW = jend_uv
endif

jbegin_sc = jbegin_vder_EW + 1
jend_sc = jbegin_vder_EW + nfld
jbegin_sc = jend_vder_EW + 1
jend_sc = jend_vder_EW + nfld

if (lscders) then
ndimgmvs = 3
Expand Down

0 comments on commit cc5db98

Please sign in to comment.