|
FV3-JEDI
|
Data Types | |
| type | gfs_model |
| Fortran derived type to hold model definition. More... | |
Functions/Subroutines | |
| subroutine, public | gfs_create (self, geom, c_conf) |
| subroutine, public | gfs_delete (self) |
| subroutine, public | gfs_initialize (self, state) |
| subroutine, public | gfs_step (self, state, vdate) |
| subroutine, public | gfs_finalize (self, state) |
| subroutine | state_to_gfs (state, self) |
| subroutine | gfs_to_state (self, state) |
| subroutine, public fv3jedi_gfs_mod::gfs_create | ( | type(gfs_model), intent(inout) | self, |
| type(fv3jedi_geom), intent(in) | geom, | ||
| type(c_ptr), intent(in) | c_conf | ||
| ) |
| subroutine, public fv3jedi_gfs_mod::gfs_delete | ( | type(gfs_model), intent(inout) | self | ) |
| subroutine, public fv3jedi_gfs_mod::gfs_finalize | ( | type(gfs_model), target | self, |
| type(fv3jedi_state) | state | ||
| ) |
| subroutine, public fv3jedi_gfs_mod::gfs_initialize | ( | type(gfs_model), target | self, |
| type(fv3jedi_state) | state | ||
| ) |
| subroutine, public fv3jedi_gfs_mod::gfs_step | ( | type(gfs_model), intent(inout) | self, |
| type(fv3jedi_state), intent(inout) | state, | ||
| type(datetime), intent(in) | vdate | ||
| ) |
| [in] | vdate | Valid datetime after step |
Definition at line 75 of file fv3jedi_gfs_mod.f90.


|
private |
|
private |