FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | read_fms_restart (geom, incr, c_conf, vdate) |
subroutine, public | write_fms_restart (geom, incr, c_conf, vdate) |
subroutine, public | read_geos_restart (geom, incr, c_conf, vdate) |
subroutine, public | write_geos_restart (geom, incr, c_conf, vdate) |
subroutine | nccheck (status, iam) |
|
private |
Definition at line 423 of file fv3jedi_increment_io_mod.f90.
subroutine, public fv3jedi_increment_io_mod::read_fms_restart | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(inout) | incr, | ||
type(c_ptr), intent(in) | c_conf, | ||
type(datetime), intent(inout) | vdate | ||
) |
[in] | c_conf | Configuration |
[in,out] | vdate | DateTime |
Definition at line 33 of file fv3jedi_increment_io_mod.f90.
subroutine, public fv3jedi_increment_io_mod::read_geos_restart | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(inout) | incr, | ||
type(c_ptr), intent(in) | c_conf, | ||
type(datetime), intent(inout) | vdate | ||
) |
[in] | c_conf | Configuration |
[in,out] | vdate | DateTime |
Definition at line 196 of file fv3jedi_increment_io_mod.f90.
subroutine, public fv3jedi_increment_io_mod::write_fms_restart | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(in) | incr, | ||
type(c_ptr), intent(in) | c_conf, | ||
type(datetime), intent(inout) | vdate | ||
) |
[in] | c_conf | Configuration |
[in,out] | vdate | DateTime |
Definition at line 48 of file fv3jedi_increment_io_mod.f90.
subroutine, public fv3jedi_increment_io_mod::write_geos_restart | ( | type(fv3jedi_geom), intent(inout) | geom, |
type(fv3jedi_increment), intent(in) | incr, | ||
type(c_ptr), intent(in) | c_conf, | ||
type(datetime), intent(inout) | vdate | ||
) |
[in] | c_conf | Configuration |
[in,out] | vdate | DateTime |
Definition at line 211 of file fv3jedi_increment_io_mod.f90.