regular_lonlat_mod Module


Used by

  • module~~regular_lonlat_mod~~UsedByGraph module~regular_lonlat_mod regular_lonlat_mod proc~iophys_ini iophys_ini proc~iophys_ini->module~regular_lonlat_mod proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->module~regular_lonlat_mod proc~inigeomphy~2 inigeomphy proc~inigeomphy~2->module~regular_lonlat_mod proc~iophys_ini~2 iophys_ini proc~iophys_ini~2->module~regular_lonlat_mod proc~regr_lat_time_coefoz~2 regr_lat_time_coefoz proc~regr_lat_time_coefoz~2->module~regular_lonlat_mod proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->module~regular_lonlat_mod proc~regr_lat_time_climoz regr_lat_time_climoz proc~regr_lat_time_climoz->module~regular_lonlat_mod proc~regr_lat_time_coefoz regr_lat_time_coefoz proc~regr_lat_time_coefoz->module~regular_lonlat_mod proc~inigeomphy inigeomphy proc~inigeomphy->module~regular_lonlat_mod

Contents


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: north_east = 1
integer, public, parameter :: north_west = 2
integer, public, parameter :: south_west = 3
integer, public, parameter :: south_east = 4
integer, public, parameter :: east = 2
integer, public, parameter :: west = 1
integer, public, parameter :: north = 1
integer, public, parameter :: south = 2
real, public, SAVE, ALLOCATABLE :: lon_reg(:)
real, public, SAVE, ALLOCATABLE :: lat_reg(:)
real, public, SAVE, ALLOCATABLE :: boundslon_reg(:,:)
real, public, SAVE, ALLOCATABLE :: boundslat_reg(:,:)

Subroutines

public subroutine init_regular_lonlat(nbp_lon, nbp_lat, lon_reg_, lat_reg_, boundslon_reg_, boundslat_reg_)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nbp_lon
integer, intent(in) :: nbp_lat
real, intent(in) :: lon_reg_(nbp_lon)
real, intent(in) :: lat_reg_(nbp_lat)
real, intent(in) :: boundslon_reg_(nbp_lon,2)
real, intent(in) :: boundslat_reg_(nbp_lat,2)