FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | set_eta (km, ks, ptop, ak, bk) |
subroutine | var_les (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine | var_gfs (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine | var_hi (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine | var_hi2 (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine | var_dz (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine | var55_dz (km, ak, bk, ptop, ks, pint, s_rate) |
subroutine, public | hybrid_z_dz (km, dz, ztop, s_rate) |
subroutine, public | get_eta_level (npz, p_s, pf, ph, ak, bk, pscale) |
subroutine, public | compute_dz (km, ztop, dz) |
subroutine, public | compute_dz_var (km, ztop, dz) |
subroutine, public | compute_dz_l32 (km, ztop, dz) |
subroutine, public | compute_dz_l101 (km, ztop, dz) |
subroutine, public | set_hybrid_z (is, ie, js, je, ng, km, ztop, dz, rgrav, hs, ze, dz3) |
subroutine, public | sm1_edge (is, ie, js, je, km, i, j, ze, ntimes) |
subroutine, public | gw_1d (km, p0, ak, bk, ptop, ztop, pt1) |
subroutine | zflip (q, im, km) |
subroutine, public fv_eta_nlm_mod::compute_dz | ( | integer, intent(in) | km, |
real, intent(in) | ztop, | ||
real, dimension(km), intent(out) | dz | ||
) |
Definition at line 2570 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::compute_dz_l101 | ( | integer, intent(in) | km, |
real, intent(out) | ztop, | ||
real, dimension(km), intent(out) | dz | ||
) |
subroutine, public fv_eta_nlm_mod::compute_dz_l32 | ( | integer, intent(in) | km, |
real, intent(out) | ztop, | ||
real, dimension(km), intent(out) | dz | ||
) |
Definition at line 2676 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::compute_dz_var | ( | integer, intent(in) | km, |
real, intent(in) | ztop, | ||
real, dimension(km), intent(out) | dz | ||
) |
Definition at line 2606 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::hybrid_z_dz | ( | integer, intent(in) | km, |
real, dimension(km), intent(out) | dz, | ||
real, intent(in) | ztop, | ||
real, intent(in) | s_rate | ||
) |
Definition at line 2470 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::set_eta | ( | integer, intent(in) | km, |
integer, intent(out) | ks, | ||
real, intent(out) | ptop, | ||
real, dimension(km+1), intent(out) | ak, | ||
real, dimension(km+1), intent(out) | bk | ||
) |
Definition at line 392 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::set_hybrid_z | ( | integer, intent(in) | is, |
integer, intent(in) | ie, | ||
integer, intent(in) | js, | ||
integer, intent(in) | je, | ||
integer, intent(in) | ng, | ||
integer, intent(in) | km, | ||
real, intent(in) | ztop, | ||
real, dimension(km), intent(in) | dz, | ||
real, intent(in) | rgrav, | ||
real, dimension(is-ng:ie+ng,js-ng:je+ng), intent(in) | hs, | ||
real, dimension(is:ie,js:je,km+1), intent(inout) | ze, | ||
real, dimension(is-ng:ie+ng,js-ng:je+ng,km), intent(out), optional | dz3 | ||
) |
Definition at line 2787 of file fv_eta_nlm.F90.
subroutine, public fv_eta_nlm_mod::sm1_edge | ( | integer, intent(in) | is, |
integer, intent(in) | ie, | ||
integer, intent(in) | js, | ||
integer, intent(in) | je, | ||
integer, intent(in) | km, | ||
integer, intent(in) | i, | ||
integer, intent(in) | j, | ||
real, dimension(is:ie,js:je,km+1), intent(inout) | ze, | ||
integer, intent(in) | ntimes | ||
) |
|
private |
Definition at line 2147 of file fv_eta_nlm.F90.
|
private |
Definition at line 1812 of file fv_eta_nlm.F90.
|
private |