Skip to content

Commit

Permalink
An offering of sacrificial comment lines to appease @valeriupredoi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Nov 15, 2023
1 parent ec80d4e commit f06826e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bgcval2/functions/globalVolMean.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
from bgcval2.functions.standard_functions import choose_best_var
from bgcval2.functions.standard_functions import find_best_var

#def calc_vol(nc):
# """
# Calculate volume from the (grid-T) netcdf file.
# """
# area = nc.variables['area'][:]
# thkcello = nc.variables['thkcello'][:]
# area = area[None, None,:, :]
# return thkcello * area

def calc_vol(nc):
"""
Expand All @@ -53,6 +45,7 @@ def calc_vol(nc):
area = area[None, None,:, :]
return thkcello * area


def globalVolumeMean(nc, keys, **kwargs):
"""
Calculate the global volume mean.
Expand Down

0 comments on commit f06826e

Please sign in to comment.