Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cdfbotpressure.f90
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ PROGRAM cdfbotpressure
dl_sigi(:,:) = 1000.d0 + sigmai(zt, zs, 0., npiglo, npjglo)

! CAUTION : hdept is used for reading SSH in the next line
hdept(:,:) = getvar(cf_tfil, cn_sossheig, 1, npiglo, npjglo, ktime=jt )
hdept(:,:) = getvar(cf_sshfil, cn_sossheig, 1, npiglo, npjglo, ktime=jt )
dl_psurf(:,:) = pp_grav * dl_sigi * hdept(:,:)
IF (lxtra ) THEN
ierr = putvar(ncout, id_varout(2) ,hdept , 1, npiglo, npjglo, ktime=jt)
Expand Down