|
FV3-JEDI
|
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 | initialize (conf, comm) |
| subroutine | create (self, conf, comm, fields) |
| subroutine | clone (self, other, fields) |
| subroutine | delete (self) |
| subroutine | set_atlas_lonlat (self, afieldset) |
| subroutine | fill_atlas_fieldset (self, afieldset) |
| subroutine | setup_domain (domain, nx, ny, ntiles, layout_in, io_layout, halo) |
| subroutine | write_geom (self) |
| subroutine, public | getverticalcoordlogp (self, vc, npz, psurf) |
Fortran module handling geometry for the FV3 model.
|
private |
Definition at line 355 of file fv3jedi_geom_mod.f90.
|
private |
|
private |
Definition at line 477 of file fv3jedi_geom_mod.f90.
|
private |
Definition at line 556 of file fv3jedi_geom_mod.f90.
| subroutine, public fv3jedi_geom_mod::getverticalcoordlogp | ( | type(fv3jedi_geom), intent(in) | self, |
| real(kind=kind_real), dimension(npz), intent(out) | vc, | ||
| integer, intent(in) | npz, | ||
| real(kind=kind_real), intent(in) | psurf | ||
| ) |
| subroutine, public fv3jedi_geom_mod::initialize | ( | type(fckit_configuration), intent(in) | conf, |
| type(fckit_mpi_comm), intent(in) | comm | ||
| ) |
|
private |
Definition at line 535 of file fv3jedi_geom_mod.f90.
|
private |
|
private |
Definition at line 732 of file fv3jedi_geom_mod.f90.

