|
subroutine, public | fv_sat_adj_init (kmp, errmsg, errflg) |
| The subroutine 'fv_sat_adj_init' initializes lookup tables for the saturation mixing ratio. More...
|
|
subroutine, public | fv_sat_adj_finalize (errmsg, errflg) |
| The subroutine 'fv_sat_adj_finalize' deallocates lookup tables for the saturation mixing ratio. More...
|
|
subroutine, public | fv_sat_adj_run (mdt, zvir, is, ie, isd, ied, kmp, km, kmdelz, js, je, jsd, jed, ng, hydrostatic, fast_mp_consv, te0_2d, te0, qv, ql, qi, qr, qs, qg, hs, peln, delz, delp, pt, pkz, q_con, akap, cappa, area, dtdt, out_dt, last_step, do_qa, qa, nthreads, errmsg, errflg) |
|
|
subroutine | fv_sat_adj_work (mdt, zvir, is, ie, js, je, ng, hydrostatic, consv_te, te0, qv, ql, qi, qr, qs, qg, hs, dpln, delz, pt, dp, q_con, cappa, area, dtdt, out_dt, last_step, do_qa, qa) |
| This subroutine includes the entity of the fast saturation adjustment processes. More...
|
|
real function | wqs1 (ta, den) |
| the function 'wqs1' computes the saturated specific humidity for table ii. More...
|
|
real function | iqs1 (ta, den) |
| the function 'wqs1' computes the saturated specific humidity for table iii More...
|
|
real function | wqs2 (ta, den, dqdt) |
| The function 'wqs2'computes the gradient of saturated specific humidity for table ii. More...
|
|
subroutine | wqs2_vect (is, ie, ta, den, wqsat, dqdt) |
| The function wqs2_vect computes the gradient of saturated specific humidity for table ii. It is the same as "wqs2", but written as vector function. More...
|
|
real function | iqs2 (ta, den, dqdt) |
| The function 'iqs2' computes the gradient of saturated specific humidity for table iii. More...
|
|
subroutine | qs_table (n) |
| saturation water vapor pressure table i More...
|
|
subroutine | qs_tablew (n) |
| saturation water vapor pressure table ii. More...
|
|
subroutine | qs_table2 (n) |
| saturation water vapor pressure table iii. More...
|
|