# This is a mapping file that defines the relationship between netCDF and CDF. # Each line that doesn't start with # describes the mapping information. # You can add, delete, or modify the mapping information by adding a line, # removing a line, or modifying a line, respectively. # #netCDF CDF Comment #---- --- ------- valid_min VALIDMIN // valid min valid_max VALIDMAX // valid max FillValue FILLVAL // Fill value for non-CDF_EPOCH16 # // For CDF_EPOCH16, it's "_FillVal" # The asterisk (*) is a placeholder indicator and its corresponding mapping # attribute is created in the output file. The following example creates # 2 attributes (P1 and P2), if uncommented. The value # of P1 and P2 will be "Value of P1" and "Value of P2", resctively. # #P1 * // Value of P1 #P2 * // Value of P2