|
subroutine | remap1d (fname, src_field, dst_field) |
| Remap a 1-D vector array from source to destination. More...
|
|
subroutine | remap2d (fname, dim2, src_field, dst_field) |
| Remap a 2-D vector array of nflds or nlevs from source to destination. More...
|
|
subroutine | remap3d (fname, nk, nflds, src_field, dst_field) |
| Remap a field packed array of nk levels and nflds fields. More...
|
|
Definition at line 27 of file utils_mod.F90.
◆ remap1d()
subroutine utils_mod::remap::remap1d |
( |
character(len=*), intent(in) |
fname, |
|
|
real(kind=8), dimension(:), intent(in) |
src_field, |
|
|
real(kind=8), dimension(:), intent(out) |
dst_field |
|
) |
| |
|
private |
◆ remap2d()
subroutine utils_mod::remap::remap2d |
( |
character(len=*), intent(in) |
fname, |
|
|
integer, intent(in) |
dim2, |
|
|
real(kind=8), dimension(:,:), intent(in) |
src_field, |
|
|
real(kind=8), dimension(:,:), intent(out) |
dst_field |
|
) |
| |
|
private |
◆ remap3d()
subroutine utils_mod::remap::remap3d |
( |
character(len=*), intent(in) |
fname, |
|
|
integer, intent(in) |
nk, |
|
|
integer, intent(in) |
nflds, |
|
|
real(kind=8), dimension(:,:,:), intent(in) |
src_field, |
|
|
real(kind=8), dimension(:,:,:), intent(out) |
dst_field |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/ocnice_prep.fd/utils_mod.F90