FV3-JEDI
|
Data Types | |
type | field_attributes |
type | geos_model |
Fortran derived type to hold model definition. More... | |
Functions/Subroutines | |
subroutine, public | geos_create (self, geom, conf) |
subroutine, public | geos_delete (self) |
subroutine, public | geos_initialize (self, state) |
subroutine, public | geos_step (self, state, vdate) |
subroutine, public | geos_finalize (self, state) |
subroutine | geos_to_state (self, state) |
subroutine | allocate_exports (self) |
subroutine | fill_comm (mcomm) |
|
private |
|
private |
subroutine, public fv3jedi_geos_mod::geos_create | ( | type(geos_model), intent(inout) | self, |
type(fv3jedi_geom), intent(in) | geom, | ||
type(fckit_configuration), intent(in) | conf | ||
) |
Definition at line 69 of file fv3jedi_geos_mod.F90.
subroutine, public fv3jedi_geos_mod::geos_delete | ( | type(geos_model), intent(inout) | self | ) |
subroutine, public fv3jedi_geos_mod::geos_finalize | ( | type(geos_model), target | self, |
type(fv3jedi_state) | state | ||
) |
subroutine, public fv3jedi_geos_mod::geos_initialize | ( | type(geos_model), target | self, |
type(fv3jedi_state) | state | ||
) |
subroutine, public fv3jedi_geos_mod::geos_step | ( | type(geos_model), intent(inout) | self, |
type(fv3jedi_state), intent(inout) | state, | ||
type(datetime), intent(in) | vdate | ||
) |
[in] | vdate | Valid datetime after step |
Definition at line 236 of file fv3jedi_geos_mod.F90.
|
private |