SCALE-RM
|
module Convert topography More...
Functions/Subroutines | |
subroutine, public | cnvtopo_setup |
Setup. More... | |
subroutine, public | cnvtopo |
Driver. More... | |
module Convert topography
name | type | default value | comment |
---|---|---|---|
CNVTOPO_NAME | character(len=H_SHORT) | 'NONE' | keep backward compatibility |
CNVTOPO_USEGTOPO30 | logical | .false. |
name | type | default value | comment |
---|---|---|---|
GTOPO30_IN_DIR | character(len=H_LONG) | '.' | directory contains GTOPO30 files (GrADS format) |
GTOPO30_IN_CATALOGUE | character(len=H_LONG) | '' | metadata files for GTOPO30 |
name | type | default value | comment |
---|---|---|---|
DEM50M_IN_DIR | character(len=H_LONG) | '.' | directory contains DEM50M files (GrADS format) |
DEM50M_IN_CATALOGUE | character(len=H_LONG) | '' | metadata files for DEM50M |
name | type | default value | comment |
---|---|---|---|
USERFILE_TYPE | character(len=H_SHORT) | '' ! "TILE" or "GrADS" | |
USERFILE_DTYPE | character(len=H_SHORT) | 'REAL4' | datatype (REAL4,REAL8,INT2,INT4) |
USERFILE_DLAT | real(RP) | -1.0_RP | width of latitude tile [deg.] |
USERFILE_DLON | real(RP) | -1.0_RP | width of longitude tile [deg.] |
USERFILE_CATALOGUE | character(len=H_LONG) | '' | catalogue file |
USERFILE_DIR | character(len=H_LONG) | '.' | directory contains data files (GrADS format) |
USERFILE_YREVERS | logical | .false. | data of the latitude direction is stored in ordar of North->South? |
USERFILE_MINVAL | real(RP) | 0.0_RP | |
USERFILE_GRADS_FILENAME | character(len=H_LONG) | '' | single data file (GrADS format) |
USERFILE_GRADS_VARNAME | character(len=H_SHORT) | 'topo' | |
USERFILE_GRADS_LATNAME | character(len=H_SHORT) | 'lat' | |
USERFILE_GRADS_LONNAME | character(len=H_SHORT) | 'lon' | |
USERFILE_INTERP_TYPE | character(len=H_SHORT) | 'LINEAR' | |
USERFILE_INTERP_LEVEL | integer | 5 |
subroutine, public mod_cnvtopo::cnvtopo_setup |
Setup.
Definition at line 76 of file mod_cnvtopo.F90.
References scale_atmos_grid_cartesc::atmos_grid_cartesc_cdz, scale_atmos_grid_cartesc::atmos_grid_cartesc_fdx, scale_atmos_grid_cartesc::atmos_grid_cartesc_fdy, scale_const::const_d2r, scale_const::const_huge, scale_atmos_grid_cartesc_index::ia, scale_atmos_grid_cartesc_index::ie, scale_io::io_fid_conf, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_tracer::k, scale_atmos_grid_cartesc_index::ke, scale_atmos_grid_cartesc_index::ks, and scale_prc::prc_abort().
Referenced by mod_convert::convert_setup().
subroutine, public mod_cnvtopo::cnvtopo |
Driver.
Definition at line 253 of file mod_cnvtopo.F90.
References scale_atmos_grid_cartesc::atmos_grid_cartesc_fdx, scale_atmos_grid_cartesc::atmos_grid_cartesc_fdy, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_latxv, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_lonuy, mod_cnv2d::cnv2d_exec(), mod_cnv2d::cnv2d_grads_init(), mod_cnv2d::cnv2d_tile_init(), scale_const::const_d2r, scale_const::const_eps, scale_const::const_undef, mod_copytopo::copytopo(), scale_atmos_grid_cartesc_index::ia, scale_atmos_grid_cartesc_index::ie, scale_io::io_fid_conf, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_landuse::landuse_fact_ocean, scale_prc::prc_abort(), scale_topography::topography_fillhalo(), and scale_topography::topography_zsfc.
Referenced by mod_convert::convert().