Creating MITGCM Bathymetry¶
mkMITgcmBathy¶
Create bathymetry file for MITgcm:
1. From the grid information taken from data
namelist (Default)
2. From the grid information from the grid-file
, (--nx, --ny, --out-file) should be provided
Usage:
mkMITgcmBathy [OPTIONS]
Options:
--in-file FILE Path of input bathymetry netcdf file \[required]
--grid-file FILE grid file
--nx INTEGER no of grid points in x-dir (must be given if grid_file is
given)
--ny INTEGER no of grid points in y-dir (must be given if grid_file is
given)
--out-file FILE output bathymetry file (must be given if grid_file is
given)
--help Show this message and exit.