Skip to content

Commit 42d4c02

Browse files
authored
Merge pull request E3SM-Project#2997 from E3SM-Project/bogensch/dp_gsize_fix
Bug fix when defining gsize in DP mode
2 parents 7bbdcb8 + 9eb7a7f commit 42d4c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/streams/shr_dmodel_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ subroutine shr_dmodel_readgrid( gGrid, gsMap, nxgo, nygo, nzgo, filename, compid
383383
nxgo = scm_nx
384384
nygo = scm_ny
385385
nzgo = -1
386-
gsize = abs(scm_nx*scm_nx*nzgo)
386+
gsize = abs(scm_nx*scm_ny*nzgo)
387387
else
388388
nxgo = nxg
389389
nygo = nyg

0 commit comments

Comments
 (0)