FV3 Bundle
|
Fortran module handling geometry for the FV3 model. More...
Data Types | |
type | fv3jedi_geom |
Fortran derived type to hold geometry data for the FV3JEDI model. More... | |
Functions/Subroutines | |
subroutine, public | create (self, c_conf) |
subroutine, public | clone (self, other) |
subroutine, public | delete (self) |
subroutine, public | info (self) |
subroutine | setup_domain (domain, nx, ny, ntiles, layout_in, io_layout, halo) |
Fortran module handling geometry for the FV3 model.
subroutine, public fv3jedi_geom_mod::clone | ( | type(fv3jedi_geom), intent(in) | self, |
type(fv3jedi_geom), intent(inout) | other | ||
) |
Definition at line 314 of file fv3jedi_geom_mod.f90.
subroutine, public fv3jedi_geom_mod::create | ( | type(fv3jedi_geom), intent(inout) | self, |
type(c_ptr), intent(in) | c_conf | ||
) |
Definition at line 98 of file fv3jedi_geom_mod.f90.
subroutine, public fv3jedi_geom_mod::delete | ( | type(fv3jedi_geom), intent(inout) | self | ) |
subroutine, public fv3jedi_geom_mod::info | ( | type(fv3jedi_geom), intent(in) | self | ) |