subroutine, public fv_sat_adj::fv_sat_adj_init | ( | logical, intent(in) | do_sat_adj, |
integer, intent(in) | kmp, | ||
integer, intent(in) | nwat, | ||
integer, intent(in) | ngas, | ||
real(kind_dyn), dimension(0:ngas), intent(in) | rilist, | ||
real(kind_dyn), dimension(0:ngas), intent(in) | cpilist, | ||
integer, intent(in) | mpirank, | ||
integer, intent(in) | mpiroot, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
local_name | standard_name | long_name | units | type | dimensions | kind | intent |
---|---|---|---|---|---|---|---|
do_sat_adj | flag_for_saturation_adjustment_for_microphysics_in_dynamics | flag for saturation adjustment for microphysics in dynamics | none | logical | () | in | |
kmp | top_layer_index_for_fast_physics | top_layer_inder_for_gfdl_mp | index | integer | () | in | |
nwat | number_of_water_species | number of water species | count | integer | () | in | |
ngas | number_of_gases_for_multi_gases_physics | number of gases for multi gases physics | count | integer | () | in | |
rilist | gas_constants_for_multi_gases_physics | gas constants for multi gases physics | J kg-1 K-1 | real | (0:number_of_gases_for_multi_gases_physics) | kind_dyn | in |
cpilist | specific_heat_capacities_for_multi_gases_physics | specific heat capacities for multi gases physics | J kg-1 K-1 | real | (0:number_of_gases_for_multi_gases_physics) | kind_dyn | in |
mpirank | mpi_rank_for_fast_physics | current MPI-rank for fast physics schemes | index | integer | () | in | |
mpiroot | mpi_root_for_fast_physics | master MPI-rank for fast physics schemes | index | integer | () | in | |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out |
errflg | ccpp_error_code | error code for error handling in CCPP | 1 | integer | () | out |
Definition at line 121 of file fv_sat_adj.F90.
References qs_table(), qs_table2(), and qs_tablew().