We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f273f commit b3bf2eeCopy full SHA for b3bf2ee
1 file changed
FMSgridtools/make_mosaic/solo_mosaic.py
@@ -70,10 +70,10 @@ def make(num_tiles,
70
print(f"NOTE: There are {ncontact} contacts\n")
71
72
if ncontact > 0:
73
- grid = MosaicObj(mosaic_name=mosaic_name,
+ mosaic = MosaicObj(mosaic_name=mosaic_name,
74
gridlocation=dir_name,
75
gridfiles=tilefiles,
76
gridtiles=gridtiles,
77
contacts=contacts,
78
contact_index=contact_index)
79
- grid.write_out_mosaic(f'{mosaic_name}.nc')
+ mosaic.write_out_mosaic(f'{mosaic_name}.nc')
0 commit comments