Skip to content

Commit

Permalink
variables types have been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AminIlia-NOAA committed Feb 20, 2025
1 parent 424eb0c commit e53ab1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ocnicepost.fd/utils_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,6 @@ subroutine write_grib2_2d(fname, gcf, dims, nflds, field, vfill)
mean_val = sum(field(:,n), mask = field(:,n) .ne. vfill) / count(field(:,n) .ne. vfill)

if (debug) then
write(logunit, *) 'var_name, n: ', gcf(n)%var_name, n
write(logunit,*) 'size_bmp ,size_rgmask2d', size(bmp), size(rgmask2d)
write(logunit, *) 'Variable_name, max, min, mean: ', gcf(n)%var_name, max_val, min_val, mean_val
end if

Expand Down

0 comments on commit e53ab1e

Please sign in to comment.