SCALE-RM
|
module Convert 2D user data More...
Functions/Subroutines | |
subroutine, public | cnvuser_setup |
Setup. More... | |
subroutine, public | cnvuser |
Driver. More... | |
module Convert 2D user data
name | type | default value | comment |
---|---|---|---|
CNVUSER_FILE_TYPE | character(len=H_SHORT) | ||
CNVUSER_NSTEPS | integer | ||
CNVUSER_INTERP_TYPE | character(len=H_SHORT) | ||
CNVUSER_INTERP_LEVEL | integer | ||
CNVUSER_TILE_DTYPE | character(len=H_SHORT) | ||
CNVUSER_TILE_DLAT | real(RP) | ||
CNVUSER_TILE_DLON | real(RP) | ||
CNVUSER_TILE_DIR | character(len=H_LONG) | ||
CNVUSER_TILE_CATALOGUE | character(len=H_LONG) | ||
CNVUSER_GRADS_FILENAME | character(len=H_LONG) | ||
CNVUSER_GRADS_VARNAME | character(len=H_SHORT) | ||
CNVUSER_GRADS_LATNAME | character(len=H_SHORT) | ||
CNVUSER_GRADS_LONNAME | character(len=H_SHORT) | ||
CNVUSER_GRADS_LEVNAME | character(len=H_SHORT) | ||
CNVUSER_GRADS_HEIGHT_PLEV | character(len=H_SHORT) | ||
CNVUSER_OUT_BASENAME | character(len=H_LONG) | ||
CNVUSER_OUT_TITLE | character(len=H_MID) | ||
CNVUSER_OUT_VARNAME | character(len=H_SHORT) | ||
CNVUSER_OUT_VARDESC | character(len=H_MID) | ||
CNVUSER_OUT_VARUNIT | character(len=H_SHORT) | ||
CNVUSER_OUT_DTYPE | character(len=H_SHORT) | ||
CNVUSER_OUT_DT | real(DP) |
subroutine, public mod_cnvuser::cnvuser_setup |
Setup.
Definition at line 109 of file mod_cnvuser.F90.
References scale_file::file_aggregate, scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_convert::convert_setup().
subroutine, public mod_cnvuser::cnvuser |
Driver.
Definition at line 285 of file mod_cnvuser.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_cz, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lat, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lon, mod_cnv2d::cnv2d_exec(), mod_cnv2d::cnv2d_grads_init(), mod_cnv2d::cnv2d_tile_init(), scale_const::const_d2r, scale_const::const_pi, scale_file_cartesc::file_cartesc_close(), scale_file_cartesc::file_cartesc_create(), scale_file_cartesc::file_cartesc_def_var(), scale_file_cartesc::file_cartesc_enddef(), scale_file_grads::file_grads_isoned(), scale_file_grads::file_grads_open(), scale_file_grads::file_grads_varid(), scale_interp::interp_factor3d_linear_xy(), scale_interp::interp_factor3d_weight(), scale_interp::interp_interp3d(), and scale_time::time_nowdate.
Referenced by mod_convert::convert().