vgrid_mod Generate vertical grid.
zt = depth of tracer points
zb = depth of tracer_boundaries
+---------------+
| |
| |
| |
| |
| +zt_k |
| |
| |
| |
+------+zb_k----+
mpp_mod
mpp_io_mod
fms_mod
grids_type_mod
grids_util_mod
constants_mod
call vgrid_init ( )
call generate_vgrid (Vgrid)
| Vgrid | A derived-type variable that contains vertical grid information. [vgrid_data_type] |
call write_vgrid_data (unit)
| unit | The unit corresponding the output netcdf file. Always is returned by mpp_open. [integer] |
call write_vgrid_meta (unit, Vgrid)
| unit | The unit corresponding the output netcdf file. Always is returned by mpp_open. [integer] |
| Vgrid | A derived-type variable that contains vertical grid information. [vgrid_data_type] |
call vgrid_end ( Vgrid )
| Vgrid | A derived-type variable that contains vertical grid information. [vgrid_data_type] |