! source file: /raid23/csomes/UVic/2.9/c_n_isotopes/last_glacial_experiments/dlgsd6p15/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)