thodgdon818
New member
I am adding a new static data field into geogrid and want to set the "missing_value" parameter in the index file and GEOGRID.TBL to 10.0. I can generate geo_em files that have the correct values where data was specified. However where missing data was present, the geo_em.d0*.nc files output half of the missing values as 10.0 and the other half as 2.14e6. The index file and information added into the GEOGRID.TBL is listed below for reference. I also have attached an example geo_em file to view the output.
Index file:
type = continuous
signed = no
projection = lambert
dx = 1995.445353
dy = 1995.445353
known_x = 1.0
known_y = 1.0
known_lat = 29.487809
known_lon = -120.640584
truelat1 = 39
truelat2 = 39
stdlon = -108
wordsize = 4
tile_x = 604
tile_y = 403
tile_z = 1
units = "mg/m^2/s"
row_order = top_bottom
endian = little
missing_value = 10
scale_factor = 0.001
description = "mean dust emission potential"
GEOGRID.TBL entry:
===============================
name=DUST
priority=1
dest_type=continuous
interp_option=default:sixteen_pt
masked=water
fill_missing=10.
rel_path= default:dust_flux/
===============================
Index file:
type = continuous
signed = no
projection = lambert
dx = 1995.445353
dy = 1995.445353
known_x = 1.0
known_y = 1.0
known_lat = 29.487809
known_lon = -120.640584
truelat1 = 39
truelat2 = 39
stdlon = -108
wordsize = 4
tile_x = 604
tile_y = 403
tile_z = 1
units = "mg/m^2/s"
row_order = top_bottom
endian = little
missing_value = 10
scale_factor = 0.001
description = "mean dust emission potential"
GEOGRID.TBL entry:
===============================
name=DUST
priority=1
dest_type=continuous
interp_option=default:sixteen_pt
masked=water
fill_missing=10.
rel_path= default:dust_flux/
===============================