Commit 2f6100b2 authored by sbiri's avatar sbiri
Browse files

Update toy_ASFC.py

parent 5976a8b6
......@@ -176,7 +176,7 @@ def toy_ASFC(inF, outF, gustIn, cskinIn, tolIn, meth):
ug = fid.createVariable('ug', 'f4', ('time','lat','lon'))
Rib = fid.createVariable('Rib', 'f4', ('time','lat','lon'))
rh = fid.createVariable('rh', 'f4', ('time','lat','lon'))
flag = fid.createVariable('flag', 'S1', ('time','lat','lon'))
flag = fid.createVariable('flag', 'U1', ('time','lat','lon'))
longitude[:] = lon
latitude[:] = lat
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment