variable_data = [
        {
            'name': 'topography',
            'long_name': 'Topography',
            'units': 'm',
            'standard_name': 'topography',
            'fill_value': 99999.00,
            'scale_factor': 0.0003
            },
        {
            'name': 'lsmk',
            'long_name': 'Continente-Ocean Mask',
            'units': '',
            'standard_name': 'continente-sea-mask',
            'fill_value': 100000002004087734272.00,
            'scale_factor': 0.0100
            },
        # Add more variable definitions here if needed
        #{
        #    'name': 'another_variable',
        #    'long_name': 'Another Variable',
        #    'units': 'unit',
        #    'standard_name': 'another_variable_standard_name',
        #    'fill_value': 0.0
        #    },
]
