IODA Bundle
viirs_modis_l2_oc2ioda Namespace Reference

Functions

def read_input (input_args)
 
def main ()
 

Variables

string IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"
 
list output_var_names
 

Function Documentation

◆ main()

def viirs_modis_l2_oc2ioda.main ( void  )

Definition at line 154 of file viirs_modis_l2_oc2ioda.py.

◆ read_input()

def viirs_modis_l2_oc2ioda.read_input (   input_args)
Reads/converts a single input file, performing optional thinning also.

Arguments:

    input_args: A tuple of input filename and global_config
        input_file: The name of file to read
        global_config: structure for global arguments related to read

Returns:

    A tuple of (obs_data, loc_data, attr_data) needed by the IODA writer.

Definition at line 33 of file viirs_modis_l2_oc2ioda.py.

Variable Documentation

◆ IODA_CONV_PATH

string viirs_modis_l2_oc2ioda.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"

Definition at line 21 of file viirs_modis_l2_oc2ioda.py.

◆ output_var_names

list viirs_modis_l2_oc2ioda.output_var_names
Initial value:
1 = [
2  "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon",
3  "mass_concentration_of_chlorophyll_in_sea_water"]

Definition at line 28 of file viirs_modis_l2_oc2ioda.py.