FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | get_external_ic (Atm, fv_domain, use_geos_latlon_restart, use_geos_cubed_restart, ntracers) |
subroutine, public | get_cubed_sphere_terrain (Atm, fv_domain) |
subroutine | get_diag_ic (Atm, fv_domain, nq) |
subroutine | get_ncep_ic (Atm, fv_domain, nq) |
subroutine | get_fv_ic (Atm, fv_domain, nq) |
subroutine | ncep2fms (im, jm, lon, lat, wk) |
subroutine | remap_coef (im, jm, lon, lat, id1, id2, jdc, s2c, agrid, bd) |
subroutine | remap_scalar (im, jm, km, npz, nq, ncnst, ak0, bk0, psc, gzc, ta, qa, Atm) |
subroutine | remap_winds (im, jm, km, npz, ak0, bk0, psc, ua, va, Atm) |
subroutine | remap_wz (im, jm, km, npz, mg, ak0, bk0, psc, wa, wz, Atm) |
subroutine | remap_xyz (im, jbeg, jend, jm, km, npz, nq, ncnst, lon, lat, ak0, bk0, ps0, gz0, ua, va, ta, qa, Atm) |
real(fvprc) function, dimension(size(a, 1), size(a, 2)) | reverse (A) |
subroutine | cubed_a2d (npx, npy, npz, ua, va, u, v, gridstruct, fv_domain, bd) |
subroutine | d2a3d (u, v, ua, va, im, jm, km, lon) |
subroutine | pmaxmin (qname, a, im, jm, fac) |
subroutine | pmaxmin4d (qname, a, im, jm, km, lm, fac) |
subroutine | mpp_domain_decomp (domain, npx, npy, nregions, ng, grid_type, is, ie, js, je, isd, ied, jsd, jed, tile) |
subroutine | parallel_read_file_r8 (fname, npts, is, ie, js, je, km, offset, var) |
subroutine | parallel_read_file_r4 (fname, npts, is, ie, js, je, km, offset, var) |
Variables | |
real(fvprc), parameter | zvir = rvgas/rdgas - 1. |
real(fvprc) | deg2rad |
integer, save | tile |
integer, save | npes_x |
integer, save | npes_y |
integer | status |
integer | iunit =15 |
integer | ounit =16 |
|
private |
subroutine external_ic_nlm_mod::d2a3d | ( | real(fvprc), dimension(im,jm,km), intent(in) | u, |
real(fvprc), dimension(im,jm,km), intent(in) | v, | ||
real(fvprc), dimension(im,jm,km), intent(out) | ua, | ||
real(fvprc), dimension(im,jm,km), intent(out) | va, | ||
integer, intent(in) | im, | ||
integer, intent(in) | jm, | ||
integer, intent(in) | km, | ||
real(fvprc), dimension(im), intent(in) | lon | ||
) |
Definition at line 3156 of file external_ic_nlm.F90.
subroutine, public external_ic_nlm_mod::get_cubed_sphere_terrain | ( | type(fv_atmos_type), dimension(:), intent(inout) | Atm, |
type(domain2d), intent(inout) | fv_domain | ||
) |
|
private |
subroutine, public external_ic_nlm_mod::get_external_ic | ( | type(fv_atmos_type), dimension(:), intent(inout) | Atm, |
type(domain2d), intent(inout) | fv_domain, | ||
logical, intent(in), optional | use_geos_latlon_restart, | ||
logical, intent(in), optional | use_geos_cubed_restart, | ||
integer, dimension(3), intent(in), optional | ntracers | ||
) |
Definition at line 80 of file external_ic_nlm.F90.
|
private |
|
private |
|
private |
|
private |
Definition at line 1983 of file external_ic_nlm.F90.
|
private |
Definition at line 3613 of file external_ic_nlm.F90.
subroutine external_ic_nlm_mod::parallel_read_file_r8 | ( | character(len=*), intent(in) | fname, |
integer, intent(in) | npts, | ||
integer, intent(in) | is, | ||
integer, intent(in) | ie, | ||
integer, intent(in) | js, | ||
integer, intent(in) | je, | ||
integer, intent(in) | km, | ||
integer (kind=mpi_offset_kind), intent(inout) | offset, | ||
real(fvprc), dimension(is:ie, js:je, km), intent(inout) | var | ||
) |
Definition at line 3555 of file external_ic_nlm.F90.
|
private |
Definition at line 3232 of file external_ic_nlm.F90.
|
private |
Definition at line 3267 of file external_ic_nlm.F90.
|
private |
Definition at line 2074 of file external_ic_nlm.F90.
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 2955 of file external_ic_nlm.F90.
|
private |
Definition at line 67 of file external_ic_nlm.F90.
|
private |
Definition at line 74 of file external_ic_nlm.F90.
|
private |
Definition at line 71 of file external_ic_nlm.F90.
|
private |
Definition at line 71 of file external_ic_nlm.F90.
|
private |
Definition at line 75 of file external_ic_nlm.F90.
|
private |
Definition at line 73 of file external_ic_nlm.F90.
|
private |
Definition at line 71 of file external_ic_nlm.F90.
|
private |
Definition at line 66 of file external_ic_nlm.F90.