Open jdha opened 5 years ago
e3_to_depth.py added
Ideally you would like to read zt and zw. This is still available if a mesh file is produced from a v4.0 run. So I would suggest a 'try' statement e.g. try: read zt & zw except ExplicitException: try: read e3t & e3w covert to zt & zw except: print 'vertical grid variables do not exist'
Need to build the depth functions gdept and gdepw from e3t and e3w.