;+ ; ; @todo seb ; ;- ; @cm_4mesh @cm_4cal @cm_4data ;--------------------------------------------------------- ; grid boundaries ;---------------------------------------------------------- ixminmesh =-1 ixmaxmesh =-1 ; iyminmesh =-1 iymaxmesh =-1 ; izminmesh =-1 izmaxmesh =-1 ; jpt = 1 time = 0 ;------------------------------------------------------ ; read the grid ;------------------------------------------------------ iodir = '/usr1/antiope/smasson/DATA/ORCA/' iodir = '/d1fes2-raid2/SINTEX-common/ES2/oce/' key_stride = [1, 1, 1] ; ncdf_meshread, 'meshmask.orca.2d.nc', glamboundary = [80, 460]-360 ncdf_meshread, 'meshmaskORCA2closea.nc', glamboundary = [80, 460] $ , PERIODIC = 0, SHIFT = 0 ;------------------------------------------------------------- domdef ; triangles_list = triangule() ;---------------------------------------------------------- ; data boundaries ;---------------------------------------------------------- jpidta = jpiglo jpjdta = jpjglo jpkdta = jpkglo ixmindta = 0 ixmaxdta = jpidta-1 iymindta = 0 iymaxdta = jpjdta-1 izmindta = 0 izmaxdta = jpkdta-1 ;---------------------------------------------------------- @updateold