ocnice_prep 1.14.0
|
Public Member Functions | |
subroutine | getvecpair2d (fname, wdir, cosrot, sinrot, vname1, vgrid1, vname2, vgrid2, dims, vecpair) |
Obtain 2D vector pairs mapped to Ct and rotated to EN. | |
subroutine | getvecpair3d (fname, wdir, cosrot, sinrot, vname1, vgrid1, vname2, vgrid2, dims, vecpair) |
Obtain 3D vector pairs mapped to Ct and rotated to EN. | |
Definition at line 33 of file utils_mod.F90.
subroutine utils_mod::getvecpair::getvecpair2d | ( | character(len=*), intent(in) | fname, |
character(len=*), intent(in) | wdir, | ||
real(kind=8), dimension(:), intent(in) | cosrot, | ||
real(kind=8), dimension(:), intent(in) | sinrot, | ||
character(len=*), intent(in) | vname1, | ||
character(len=*), intent(in) | vgrid1, | ||
character(len=*), intent(in) | vname2, | ||
character(len=*), intent(in) | vgrid2, | ||
integer, dimension(:), intent(in) | dims, | ||
real(kind=8), dimension(:,:), intent(out) | vecpair ) |
Obtain 2D vector pairs mapped to Ct and rotated to EN.
[in] | fname | the file containing the fields to retrieve |
[in] | wdir | the path to the required ESMF regridding weights |
[in] | cosrot | the cosine of the rotation angle |
[in] | sinrot | the sine of the rotation angle |
[in] | vname1 | the variable name of the first vector |
[in] | vgrid1 | the grid location of the first vector |
[in] | vname2 | the variable name of the second vector |
[in] | vgrid2 | the grid location of the second vector |
[in] | dims | the dimensions of the fields |
[out] | vecpair | the vector pair array |
Definition at line 192 of file utils_mod.F90.
subroutine utils_mod::getvecpair::getvecpair3d | ( | character(len=*), intent(in) | fname, |
character(len=*), intent(in) | wdir, | ||
real(kind=8), dimension(:), intent(in) | cosrot, | ||
real(kind=8), dimension(:), intent(in) | sinrot, | ||
character(len=*), intent(in) | vname1, | ||
character(len=*), intent(in) | vgrid1, | ||
character(len=*), intent(in) | vname2, | ||
character(len=*), intent(in) | vgrid2, | ||
integer, dimension(:), intent(in) | dims, | ||
real(kind=8), dimension(:,:,:), intent(out) | vecpair ) |
Obtain 3D vector pairs mapped to Ct and rotated to EN.
[in] | fname | the file containing the fields to retrieve |
[in] | wdir | the path to the required ESMF regridding weights |
[in] | cosrot | the cosine of the rotation angle |
[in] | sinrot | the sine of the rotation angle |
[in] | vname1 | the variable name of the first vector |
[in] | vgrid1 | the grid location of the first vector |
[in] | vname2 | the variable name of the second vector |
[in] | vgrid2 | the grid location of the second vector |
[in] | dims | the dimensions of the fields |
[out] | vecpair | the vector pair array |
Definition at line 242 of file utils_mod.F90.