[Thread Prev][Thread Next][Index]
Re: [ferret_users] Re: regarding ocean basin mask
Hi Saurabh,
You could use the basin masks on the Levitus 1°x1° grid provided by the OCMIP
project. The following commands should get you going:
use https://vesg.ipsl.upmc.fr/thredds/dodsC/IPSLFS/jomce/ocmip/grids/LEV_grid.nc
use
https://vesg.ipsl.upmc.fr/thredds/dodsC/IPSLFS/jomce/ocmip/specials/LEV_Basins.nc
let lev_basin = reshape(basin[d=LEV_Basins.nc],area[d=LEV_grid.nc])
sho grid lev_basin
shade/lev=(-0.5,4.5,1) lev_basin
! "lev_basin" has the following indicators for each basin:
! 0 = Atlantic
! 1 = Pacific
! 2 = Arctic
! 3 = Marginal Seas
! 4 = Indian
-- Jim
On Wed, 24 May 2017, saurabh rathore wrote:
Hello Ferreters,
I am attaching the plot that I want to apply on my data set and the netcdf file to create that mask. Can any one will do this in
ferret so that we can use the basin mask for the exact basin value calculations.
Any help is appreciated. Thanks in advance
regards, saurabh
On Wed, May 24, 2017 at 2:43 PM, saurabh rathore <rohitsrb2020@xxxxxxxxx> wrote:
Hi ferreters,
I want to use the ocean basin mask for Indian, Atlantic and Pacific. Do we have any ocean basin mask data file. I am
following the link
../fu_2010/msg00480.html
but it is not that much understandable to me. So please if anyone is having the ocean basin mask then please send it.
regards, saurabh
--
LSCE/IPSL, Laboratoire des Sciences du Climat et de l'Environnement
CEA-CNRS-UVSQ
LSCE/IPSL, CEA Saclay [ferret_users] regarding ocean basin mask
[ferret_users] Re: regarding ocean basin mask
[Thread Prev][Thread Next][Index]