SCALE-RM
|
module Convert 2D data More...
Functions/Subroutines | |
subroutine, public | cnv2d_setup |
Setup. More... | |
subroutine, public | cnv2d_tile_init (dtype, dlat, dlon, dir, catalogue, interp_type, interp_level, nmax) |
subroutine, public | cnv2d_grads_init (FILE_NAME, VAR_NAME, LAT_NAME, LON_NAME, interp_type, interp_level, search_limit, POSTFIX) |
subroutine, public | cnv2d_exec (var, step, min_value, yrevers) |
module Convert 2D data
subroutine, public mod_cnv2d::cnv2d_setup |
Setup.
Definition at line 91 of file mod_cnv2d.F90.
References scale_prc::prc_abort().
subroutine, public mod_cnv2d::cnv2d_tile_init | ( | character(len=*), intent(in) | dtype, |
real(rp), intent(in) | dlat, | ||
real(rp), intent(in) | dlon, | ||
character(len=*), intent(in) | dir, | ||
character(len=*), intent(in) | catalogue, | ||
character(len=*), intent(in) | interp_type, | ||
integer, intent(in), optional | interp_level, | ||
integer, intent(in), optional | nmax | ||
) |
Definition at line 116 of file mod_cnv2d.F90.
References scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_latxv, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lonuy, scale_const::const_d2r, scale_const::const_undef, scale_file_tiledata::file_tiledata_get_info(), scale_file_tiledata::file_tiledata_get_latlon(), and scale_prc::prc_abort().
Referenced by mod_cnvtopo::cnvtopo(), and mod_cnvuser::cnvuser().
subroutine, public mod_cnv2d::cnv2d_grads_init | ( | character(len=*), intent(in) | FILE_NAME, |
character(len=*), intent(in) | VAR_NAME, | ||
character(len=*), intent(in) | LAT_NAME, | ||
character(len=*), intent(in) | LON_NAME, | ||
character(len=*), intent(in) | interp_type, | ||
integer, intent(in) | interp_level, | ||
real(rp), intent(in), optional | search_limit, | ||
character(len=*), intent(in), optional | POSTFIX | ||
) |
Definition at line 219 of file mod_cnv2d.F90.
References scale_const::const_d2r, scale_file_grads::file_grads_isoned(), scale_file_grads::file_grads_open(), and scale_file_grads::file_grads_varid().
Referenced by mod_cnvtopo::cnvtopo(), and mod_cnvuser::cnvuser().
subroutine, public mod_cnv2d::cnv2d_exec | ( | real(rp), dimension(ia,ja), intent(out) | var, |
integer, intent(in), optional | step, | ||
real(rp), intent(in), optional | min_value, | ||
logical, intent(in), optional | yrevers | ||
) |
Definition at line 329 of file mod_cnv2d.F90.
References scale_atmos_grid_cartesc::atmos_grid_cartesc_cx, scale_atmos_grid_cartesc::atmos_grid_cartesc_cy, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lat, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lon, scale_const::const_pi, scale_atmos_grid_cartesc_index::ia, scale_interp::interp_factor2d_linear_latlon(), scale_interp::interp_factor2d_linear_xy(), scale_interp::interp_factor2d_weight(), scale_interp::interp_interp2d(), scale_atmos_grid_cartesc_index::ja, and scale_prc::prc_abort().
Referenced by mod_cnvtopo::cnvtopo(), and mod_cnvuser::cnvuser().