Oasis3 4.0.2
mod_prism_grids_writing Module Reference

Functions/Subroutines

subroutine prism_start_grids_writing (iwrite)
subroutine prism_write_grid (cgrid, nx, ny, lon, lat)
subroutine prism_write_angle (cgrid, nx, ny, angle)
subroutine prism_write_corner (cgrid, nx, ny, nc, clon, clat)
subroutine prism_write_mask (cgrid, nx, ny, mask)
subroutine prism_write_area (cgrid, nx, ny, area)
subroutine prism_terminate_grids_writing

Variables

INTEGER(kind=ip_intwp_p), parameter itagcol = 9876
INTEGER(kind=ip_intwp_p) tag
INTEGER(kind=ip_intwp_p) len
INTEGER(kind=ip_intwp_p) type
LOGICAL gridswrite
LOGICAL l_netcdf
CHARACTER *5 cgrdnam
CHARACTER *5 cmsknam
CHARACTER *5 csurnam
CHARACTER *4 cglonsuf
CHARACTER *4 cglatsuf
CHARACTER *4 crnlonsuf
CHARACTER *4 crnlatsuf
CHARACTER *4 cmsksuf
CHARACTER *4 csursuf
CHARACTER *4 cangsuf

Function/Subroutine Documentation

subroutine mod_prism_grids_writing::prism_start_grids_writing ( INTEGER(kind=ip_intwp_p),intent(out)  iwrite)
subroutine mod_prism_grids_writing::prism_terminate_grids_writing ( )
subroutine mod_prism_grids_writing::prism_write_angle ( CHARACTER*4,intent(in)  cgrid,
INTEGER(kind=ip_intwp_p),intent(in)  nx,
INTEGER(kind=ip_intwp_p),intent(in)  ny,
REAL(kind=ip_realwp_p),dimension(nx,ny),intent(in)  angle 
)
subroutine mod_prism_grids_writing::prism_write_area ( CHARACTER*4,intent(in)  cgrid,
INTEGER(kind=ip_intwp_p),intent(in)  nx,
INTEGER(kind=ip_intwp_p),intent(in)  ny,
REAL(kind=ip_realwp_p),dimension(nx,ny),intent(in)  area 
)
subroutine mod_prism_grids_writing::prism_write_corner ( CHARACTER*4,intent(in)  cgrid,
INTEGER(kind=ip_intwp_p),intent(in)  nx,
INTEGER(kind=ip_intwp_p),intent(in)  ny,
INTEGER(kind=ip_intwp_p),intent(in)  nc,
REAL(kind=ip_realwp_p),dimension(nx,ny,nc),intent(in)  clon,
REAL(kind=ip_realwp_p),dimension(nx,ny,nc),intent(in)  clat 
)
subroutine mod_prism_grids_writing::prism_write_grid ( CHARACTER*4,intent(in)  cgrid,
INTEGER(kind=ip_intwp_p),intent(in)  nx,
INTEGER(kind=ip_intwp_p),intent(in)  ny,
REAL(kind=ip_realwp_p),dimension(nx,ny),intent(in)  lon,
REAL(kind=ip_realwp_p),dimension(nx,ny),intent(in)  lat 
)

Definition at line 386 of file mod_prism_grids_writing.F90.

References cglatsuf, cglonsuf, cgrdnam, flush(), gridswrite, l_netcdf, mod_kinds_oasis::ll_single, and mod_comprism_proto::nulprt.

Here is the call graph for this function:

subroutine mod_prism_grids_writing::prism_write_mask ( CHARACTER*4,intent(in)  cgrid,
INTEGER(kind=ip_intwp_p),intent(in)  nx,
INTEGER(kind=ip_intwp_p),intent(in)  ny,
INTEGER(kind=ip_intwp_p),dimension(nx,ny),intent(in)  mask 
)

Variable Documentation

INTEGER(kind=ip_intwp_p),parameter mod_prism_grids_writing::itagcol = 9876
INTEGER(kind=ip_intwp_p) mod_prism_grids_writing::len
INTEGER(kind=ip_intwp_p) mod_prism_grids_writing::tag
INTEGER(kind=ip_intwp_p) mod_prism_grids_writing::type
 All Data Structures Namespaces Files Functions Variables Defines