SCALE-RM
|
module PRECISION More...
Variables | |
integer, parameter, public | sp = kind(0.0E0) |
integer, parameter, public | dp = kind(0.0D0) |
integer, parameter, public | sp_prec = precision(0.E0) |
integer, parameter, public | dp_prec = precision(0.D0) |
integer, parameter, public | rp = DP |
integer, parameter, public | rp_prec = DP_PREC |
module PRECISION
integer, parameter, public scale_precision::sp = kind(0.0E0) |
Definition at line 31 of file scale_precision.F90.
Referenced by scale_atmos_dyn_tstep_short_fvm_hivi::atmos_dyn_tstep_short_fvm_hivi_setup(), scale_comm_icoa::comm_setup(), scale_const::const_setup(), scale_file::file_def_associatedcoordinate(), scale_file::file_def_axis(), scale_file::file_get_dimlength(), scale_file::file_get_stepsize(), scale_file_history::file_history_set_associatedcoordinate_1d(), scale_file_history::file_history_set_associatedcoordinate_2d(), and scale_file_history::file_history_set_associatedcoordinate_3d().
integer, parameter, public scale_precision::dp = kind(0.0D0) |
Definition at line 32 of file scale_precision.F90.
Referenced by scale_atmos_dyn_tstep_short_fvm_hivi::atmos_dyn_tstep_short_fvm_hivi_setup(), scale_comm_icoa::comm_setup(), scale_const::const_setup(), scale_file::file_def_associatedcoordinate(), scale_file::file_def_axis(), scale_file::file_get_dimlength(), scale_file::file_get_stepsize(), and scale_file_history::file_history_finalize().
integer, parameter, public scale_precision::sp_prec = precision(0.E0) |
Definition at line 34 of file scale_precision.F90.
integer, parameter, public scale_precision::dp_prec = precision(0.D0) |
Definition at line 35 of file scale_precision.F90.
integer, parameter, public scale_precision::rp = DP |
Definition at line 41 of file scale_precision.F90.
Referenced by scale_atmos_dyn_tstep_short_fvm_hivi::atmos_dyn_tstep_short_fvm_hivi_setup(), scale_atmos_saturation::atmos_saturation_dqs_dtem_dpre_ice_3d(), scale_atmos_saturation::atmos_saturation_moist_conversion_dens_all_0d(), scale_atmos_saturation::atmos_saturation_pote_1d(), scale_comm_cartesc::comm_setup(), scale_comm_icoa::comm_setup(), scale_const::const_setup(), scale_file_cartesc::construct_derived_datatype(), scale_file_cartesc::file_cartesc_create(), scale_file_cartesc::file_cartesc_def_var(), scale_file_history::file_history_finalize(), scale_file_history::file_history_set_associatedcoordinate_1d(), scale_file_history::file_history_set_associatedcoordinate_2d(), and scale_file_history::file_history_set_associatedcoordinate_3d().
integer, parameter, public scale_precision::rp_prec = DP_PREC |
Definition at line 42 of file scale_precision.F90.