SICOPOLIS V3.3
Functions/Subroutines
metric_m Module Reference

Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates. More...

Functions/Subroutines

subroutine, public metric ()
 Main routine of module metric_m: Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates. More...
 
subroutine metric_stereo (x_val, y_val, K, g11_r, g22_r)
 Components g11 and g22 of the metric tensor for the stereographical projection. More...
 
subroutine metric_geogr (phi_val, g11_r, g22_r)
 Components g11 and g22 of the metric tensor for geographical coordinates. More...
 

Detailed Description

Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates.

Function/Subroutine Documentation

subroutine, public metric_m::metric ( )

Main routine of module metric_m: Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates.

Definition at line 54 of file metric_m.F90.

subroutine metric_m::metric_geogr ( real(dp), intent(in)  phi_val,
real(dp), intent(out)  g11_r,
real(dp), intent(out)  g22_r 
)

Components g11 and g22 of the metric tensor for geographical coordinates.

Definition at line 195 of file metric_m.F90.

subroutine metric_m::metric_stereo ( real(dp), intent(in)  x_val,
real(dp), intent(in)  y_val,
real(dp), intent(in)  K,
real(dp), intent(out)  g11_r,
real(dp), intent(out)  g22_r 
)

Components g11 and g22 of the metric tensor for the stereographical projection.

Definition at line 176 of file metric_m.F90.