0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_poly::mod_shift Interface Reference

Shifts the (longitude) value 180 degrees. More...

Public Member Functions

elemental real(sp) function mod_shift_sp (x_coord, meridian_arg)
 Shifts the (longitude) value 180 degrees.
 
elemental real(dp) function mod_shift_dp (x_coord, meridian_arg)
 Shifts the (longitude) value 180 degrees.
 

Detailed Description

Shifts the (longitude) value 180 degrees.

Modify a coordinate value

Returns
Shifted value
Parameters
[in]x_coordcoordinates of the polygon in question
[in]meridian_argmeridian that represents discontinuity, defaults to 180.0

Definition at line 71 of file mo_poly.f90.

Member Function/Subroutine Documentation

◆ mod_shift_dp()

elemental real(dp) function mo_poly::mod_shift::mod_shift_dp ( real(dp), intent(in)  x_coord,
real(dp), intent(in), optional  meridian_arg 
)

Shifts the (longitude) value 180 degrees.

Modify a coordinate value

Returns
Shifted value
Parameters
[in]x_coordcoordinates of the polygon in question
[in]meridian_argmeridian that represents discontinuity, defaults to 180.0

Definition at line 818 of file mo_poly.f90.

◆ mod_shift_sp()

elemental real(sp) function mo_poly::mod_shift::mod_shift_sp ( real(sp), intent(in)  x_coord,
real(sp), intent(in), optional  meridian_arg 
)

Shifts the (longitude) value 180 degrees.

Modify a coordinate value

Returns
Shifted value
Parameters
[in]x_coordcoordinates of the polygon in question
[in]meridian_argmeridian that represents discontinuity, defaults to 180.0

Definition at line 443 of file mo_poly.f90.


The documentation for this interface was generated from the following file: