! source file: /Users/csomes/Research/Models/UVic_ESCM/2.9/sim/nonredfield_dom/clean_up_code/seaice_wind_bug/afs_high/updates/levind.h !====================== include file "levind.h" ======================== ! vertical level indicators which define model geometry & bottom ! topography: ! kmt = number of vertical boxes over "t" points ! kmu = number of vertical boxes over "u,v" points integer kmt, kmu real sg_bathy, sg_ocean_mask common /levind/ kmt(imt,jmt), kmu(imt,jmt) common /levind/ sg_bathy(imt,jmt,km) common /levind/ sg_ocean_mask(imt,jmt)