oceanval.add_point_comparison

oceanval.add_point_comparison#

oceanval.add_point_comparison(name=None, long_name=None, vertical=False, short_name=None, short_title=None, source=None, source_info=None, model_variable=None, start=-1000, end=3000, obs_path=None, obs_multiplier=1, obs_adder=0, binning=None)#

Add a point comparison variable to the Validator

Parameters:

name (str): Name of the variable

long_name (str): Long name of the variable

vertical (bool): Whether the variable is vertical

short_name (str): Short name of the variable

short_title (str): Short title of the variable

source (str): Source of the variable

source_info (str): Source information of the variable

model_variable (str): Model variable name

start (int): Start depth of the variable

end (int): End depth of the variable

obs_path (str): Directory of the observations

obs_multiplier (float): Multiplier for the observation, if needed to convert units

binning (list): Binning information [lon_resolution, lat_resolution]