MAPL_CubedSphereGridFactoryMod Module


Uses

  • module~~mapl_cubedspheregridfactorymod~~UsesGraph module~mapl_cubedspheregridfactorymod MAPL_CubedSphereGridFactoryMod ESMF ESMF module~mapl_cubedspheregridfactorymod->ESMF iso_fortran_env iso_fortran_env module~mapl_cubedspheregridfactorymod->iso_fortran_env module~mapl_abstractgridfactorymod MAPL_AbstractGridFactoryMod module~mapl_cubedspheregridfactorymod->module~mapl_abstractgridfactorymod module~mapl_commsmod MAPL_CommsMod module~mapl_cubedspheregridfactorymod->module~mapl_commsmod module~mapl_constants MAPL_Constants module~mapl_cubedspheregridfactorymod->module~mapl_constants module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_cubedspheregridfactorymod->module~mapl_errorhandlingmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl_cubedspheregridfactorymod->module~mapl_keywordenforcermod module~mapl_minmaxmod MAPL_MinMaxMod module~mapl_cubedspheregridfactorymod->module~mapl_minmaxmod module~pfio pFIO module~mapl_cubedspheregridfactorymod->module~pfio

Used by

  • module~~mapl_cubedspheregridfactorymod~~UsedByGraph module~mapl_cubedspheregridfactorymod MAPL_CubedSphereGridFactoryMod module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_cubedspheregridfactorymod program~regrid_util Regrid_Util program~regrid_util->module~mapl_cubedspheregridfactorymod module~regrid_util_support_mod regrid_util_support_mod program~regrid_util->module~regrid_util_support_mod module~cubedspheregeomspec_smod CubedSphereGeomSpec_smod module~cubedspheregeomspec_smod->module~maplbase_mod module~equal_to_smod~3 equal_to_smod module~equal_to_smod~3->module~maplbase_mod module~make_decomposition_smod make_decomposition_smod module~make_decomposition_smod->module~maplbase_mod module~make_distribution_smod make_distribution_smod module~make_distribution_smod->module~maplbase_mod module~make_latlongeomspec_from_hconfig_smod make_LatLonGeomSpec_from_hconfig_smod module~make_latlongeomspec_from_hconfig_smod->module~maplbase_mod module~make_latlongeomspec_from_metadata_smod make_LatLonGeomSpec_from_metadata_smod module~make_latlongeomspec_from_metadata_smod->module~maplbase_mod module~mapl MAPL module~mapl->module~maplbase_mod module~mapl_nuopcwrappermod MAPL_NUOPCWrapperMod module~mapl_nuopcwrappermod->module~maplbase_mod module~rutmod RUTMod module~rutmod->module~maplbase_mod module~supports_hconfig_smod~3 supports_hconfig_smod module~supports_hconfig_smod~3->module~maplbase_mod module~supports_metadata_smod~3 supports_metadata_smod module~supports_metadata_smod~3->module~maplbase_mod module~test_cfio_bundle Test_CFIO_Bundle module~test_cfio_bundle->module~maplbase_mod program~tstqsat tstqsat program~tstqsat->module~maplbase_mod program~ut_extdata ut_ExtData program~ut_extdata->module~maplbase_mod program~ut_extdata->module~rutmod program~utcfio~3 utCFIO program~utcfio~3->module~maplbase_mod module~extdata_drivergridcompmod ExtData_DriverGridCompMod module~extdata_drivergridcompmod->module~mapl module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~mapl module~extdatadrivermod->module~extdata_drivergridcompmod module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatadrivermod->module~extdatautroot_gridcompmod module~extdatautroot_gridcompmod->module~mapl module~varspecdescriptionmod VarspecDescriptionMod module~extdatautroot_gridcompmod->module~varspecdescriptionmod module~main_mod main_mod module~main_mod->module~mapl module~mapl_mod MAPL_Mod module~mapl_mod->module~mapl module~regrid_util_support_mod->module~mapl module~varspecdescriptionmod->module~mapl program~capdriver_main CapDriver_Main program~capdriver_main->module~mapl program~capdriver_main->module~extdatautroot_gridcompmod program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl program~extdata_driver ExtData_Driver program~extdata_driver->module~mapl program~extdata_driver->module~extdata_drivergridcompmod program~extdata_driver->module~extdatadrivermod program~extdata_driver->module~extdatautroot_gridcompmod program~main~7 main program~main~7->module~mapl program~time_ave time_ave program~time_ave->module~mapl module~varspecdescriptionvectormod VarspecDescriptionVectorMod module~varspecdescriptionvectormod->module~varspecdescriptionmod program~main main program~main->module~main_mod

Interfaces

public interface CubedSphereGridFactory

  • private function CubedSphereGridFactory_from_parameters(unusable, grid_name, grid_type, im_world, lm, nx, ny, ims, jms, stretch_factor, target_lon, target_lat, rc) result(factory)

    Arguments

    Type IntentOptional Attributes Name
    class(KeywordEnforcer), intent(in), optional :: unusable
    character(len=*), intent(in), optional :: grid_name
    integer, intent(in), optional :: grid_type
    integer, intent(in), optional :: im_world
    integer, intent(in), optional :: lm
    integer, intent(in), optional :: nx
    integer, intent(in), optional :: ny
    integer, intent(in), optional :: ims(:)
    integer, intent(in), optional :: jms(:)
    real(kind=REAL32), intent(in), optional :: stretch_factor
    real(kind=REAL32), intent(in), optional :: target_lon
    real(kind=REAL32), intent(in), optional :: target_lat
    integer, intent(out), optional :: rc

    Return Value type(CubedSphereGridFactory)


Derived Types

type, public, extends(AbstractGridFactory) ::  CubedSphereGridFactory

Constructor

private function CubedSphereGridFactory_from_parameters (unusable, grid_name, grid_type, im_world, lm, nx, ny, ims, jms, stretch_factor, target_lon, target_lat, rc)

Type-Bound Procedures

procedure, public :: append_metadata
procedure, public :: append_variable_metadata
generic, public :: cartesian_to_spherical => cartesian_to_spherical_2d_real32
generic, public :: cartesian_to_spherical => cartesian_to_spherical_2d_real64
generic, public :: cartesian_to_spherical => cartesian_to_spherical_3d_real32
generic, public :: cartesian_to_spherical => cartesian_to_spherical_3d_real64
procedure, public :: cartesian_to_spherical_2d_real32
procedure, public :: cartesian_to_spherical_2d_real64
procedure, public :: cartesian_to_spherical_3d_real32
procedure, public :: cartesian_to_spherical_3d_real64
procedure, public :: check_and_fill_consistency
procedure, public :: clone
procedure, public :: create_basic_grid
procedure, public :: decomps_are_equal
procedure, public :: destroy
procedure, public :: equals
procedure, public :: generate_file_bounds
procedure, public :: generate_file_corner_bounds
procedure, public :: generate_file_reference2D
procedure, public :: generate_file_reference3D
procedure, public :: generate_grid_name
procedure, public :: get_basis
procedure, public :: get_fake_latitudes
procedure, public :: get_fake_longitudes
procedure, public :: get_file_format_vars
procedure, public :: get_grid
procedure, public :: get_grid_vars
procedure, public :: get_obs_time
procedure, public :: get_xy_mask
procedure, public :: get_xy_subset
procedure, public :: halo
procedure, public :: halo_init
generic, public :: initialize => initialize_from_config
generic, public :: initialize => initialize_from_file_metadata
generic, public :: initialize => initialize_from_config_with_prefix
generic, public :: initialize => initialize_from_esmf_distGrid
procedure, public :: initialize_from_config
procedure, public :: initialize_from_config_with_prefix
procedure, public :: initialize_from_esmf_distGrid
procedure, public :: initialize_from_file_metadata
procedure, public :: make_arbitrary_decomposition
procedure, public :: make_grid
procedure, public :: make_new_grid
generic, public :: operator(==) => equals
procedure, public :: physical_params_are_equal
generic, public :: spherical_to_cartesian => spherical_to_cartesian_2d_real32
generic, public :: spherical_to_cartesian => spherical_to_cartesian_2d_real64
generic, public :: spherical_to_cartesian => spherical_to_cartesian_3d_real32
generic, public :: spherical_to_cartesian => spherical_to_cartesian_3d_real64
procedure, public :: spherical_to_cartesian_2d_real32
procedure, public :: spherical_to_cartesian_2d_real64
procedure, public :: spherical_to_cartesian_3d_real32
procedure, public :: spherical_to_cartesian_3d_real64
procedure, public :: to_string