mod_grid Module Reference

Functions/Subroutines

subroutine get_commandline (CVS_ID, CVS_Date, CVS_Name, CVS_Revision)
 
subroutine myhelptxt
 
subroutine initialize_nml
 
subroutine read_namelist
 
subroutine open_files
 
subroutine set_time_index
 
subroutine read_new_grid
 
subroutine read_old_grid
 
subroutine my_grid_metrics
 
subroutine interp_coefficients
 
subroutine create_new_file
 
subroutine dump_new_grid_data
 

Variables

type(time), save now
 
character(len=120) fname
 
character(len=120) old_data_file
 
type(ncfile), pointer ncfin
 
type(ncfile), pointer ncfout
 
integer n_mgl
 
integer n_ngl
 
integer n_kb
 
integer n_kbm1
 
integer, dimension(:,:), allocatable, target n_nv
 
real(sp), dimension(:), allocatable, target n_h
 
real(sp), dimension(:), allocatable, target n_xc
 
real(sp), dimension(:), allocatable, target n_yc
 
real(sp), dimension(:), allocatable, target n_vx
 
real(sp), dimension(:), allocatable, target n_vy
 
real(sp), dimension(:,:), allocatable, target n_z
 
real(sp), dimension(:,:), allocatable, target n_z1
 
real(sp), dimension(:,:), allocatable, target n_zz
 
real(sp), dimension(:,:), allocatable, target n_zz1
 
integer, dimension(:,:), allocatable n_nbe
 
integer, dimension(:), allocatable n_ntsn
 
integer, dimension(:,:), allocatable n_nbsn
 
logical, dimension(:), allocatable n_efound
 
logical, dimension(:), allocatable n_nfound
 
integer, dimension(:), allocatable n2o_eid
 
integer, dimension(:), allocatable n2o_nid
 

Function/Subroutine Documentation

subroutine mod_grid::create_new_file ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::dump_new_grid_data ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::get_commandline ( character(len=*), intent(in)  CVS_ID,
character(len=*), intent(in)  CVS_Date,
character(len=*), intent(in)  CVS_Name,
character(len=*), intent(in)  CVS_Revision 
)

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::initialize_nml ( )

Here is the caller graph for this function:

subroutine mod_grid::interp_coefficients ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::my_grid_metrics ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::myhelptxt ( )

Here is the caller graph for this function:

subroutine mod_grid::open_files ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::read_namelist ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::read_new_grid ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::read_old_grid ( )

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_grid::set_time_index ( )

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

character(len=120) mod_grid::fname
integer, dimension(:), allocatable mod_grid::n2o_eid
integer, dimension(:), allocatable mod_grid::n2o_nid
logical, dimension(:), allocatable mod_grid::n_efound
real(sp), dimension(:), allocatable, target mod_grid::n_h
integer mod_grid::n_kb
integer mod_grid::n_kbm1
integer mod_grid::n_mgl
integer, dimension(:,:), allocatable mod_grid::n_nbe
integer, dimension(:,:), allocatable mod_grid::n_nbsn
logical, dimension(:), allocatable mod_grid::n_nfound
integer mod_grid::n_ngl
integer, dimension(:), allocatable mod_grid::n_ntsn
integer, dimension(:,:), allocatable, target mod_grid::n_nv
real(sp), dimension(:), allocatable, target mod_grid::n_vx
real(sp), dimension(:), allocatable, target mod_grid::n_vy
real(sp), dimension(:), allocatable, target mod_grid::n_xc
real(sp), dimension(:), allocatable, target mod_grid::n_yc
real(sp), dimension(:,:), allocatable, target mod_grid::n_z
real(sp), dimension(:,:), allocatable, target mod_grid::n_z1
real(sp), dimension(:,:), allocatable, target mod_grid::n_zz
real(sp), dimension(:,:), allocatable, target mod_grid::n_zz1
type(ncfile), pointer mod_grid::ncfin
type(ncfile), pointer mod_grid::ncfout
type(time), save mod_grid::now
character(len=120) mod_grid::old_data_file