Resolve "add tracability attributes to grid (and maybe tile) files"
Compare changes
- Nick Bearson authored
@@ -21,6 +21,8 @@ import tempfile
@@ -21,6 +21,8 @@ import tempfile
#from multiprocessing import freeze_support # https://docs.python.org/2/library/multiprocessing.html#multiprocessing.freeze_support
from lmatools.grid.make_grids import write_cf_netcdf_latlon, write_cf_netcdf_noproj, write_cf_netcdf_fixedgrid
@@ -186,6 +188,25 @@ def grid_setup(args, work_dir=os.getcwd()):
@@ -186,6 +188,25 @@ def grid_setup(args, work_dir=os.getcwd()):
# freeze_support() # nb. I don't think this is needed as we're not making windows execs at this time
@@ -222,6 +243,11 @@ if __name__ == '__main__':
@@ -222,6 +243,11 @@ if __name__ == '__main__':
@@ -252,6 +278,7 @@ if __name__ == '__main__':
@@ -252,6 +278,7 @@ if __name__ == '__main__':