Skip to content

Commit

Permalink
Fixed var name error
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Vegas-Regidor committed Feb 13, 2017
1 parent e1bc9c8 commit a3052f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdfheatc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ PROGRAM cdfheatc
IF ( lfull ) THEN
e3t(:,:, jk) = e31d(ik)
ELSE
e3t(:,:, jk) = getvar(cn_fzgr, 'e3t_0', ik, npiglo, npjglo, kimin=iimin, kjmin=ijmin, ldiom=.TRUE.)
e3t(:,:, jk) = getvar(cn_fzgr, 'e3t', ik, npiglo, npjglo, kimin=iimin, kjmin=ijmin, ldiom=.TRUE.)
ENDIF
ENDIF
PRINT *, 'Compute weight'
Expand Down

0 comments on commit a3052f9

Please sign in to comment.