FV3-JEDI
|
Data Types | |
type | fv3jedi_vc_geosrst2bkg |
Functions/Subroutines | |
subroutine, public | create (self, geom, conf) |
subroutine, public | delete (self) |
subroutine, public | changevar (self, geom, xr, xb) |
subroutine, public | changevarinverse (self, geom, xb, xr) |
subroutine, public fv3jedi_vc_geosrst2bkg_mod::changevar | ( | type(fv3jedi_vc_geosrst2bkg), intent(inout) | self, |
type(fv3jedi_geom), intent(inout) | geom, | ||
type(fv3jedi_state), intent(in) | xr, | ||
type(fv3jedi_state), intent(inout) | xb | ||
) |
Definition at line 88 of file fv3jedi_vc_geosrst2bkg_mod.f90.
subroutine, public fv3jedi_vc_geosrst2bkg_mod::changevarinverse | ( | type(fv3jedi_vc_geosrst2bkg), intent(inout) | self, |
type(fv3jedi_geom), intent(inout) | geom, | ||
type(fv3jedi_state), intent(in) | xb, | ||
type(fv3jedi_state), intent(inout) | xr | ||
) |
Definition at line 226 of file fv3jedi_vc_geosrst2bkg_mod.f90.
subroutine, public fv3jedi_vc_geosrst2bkg_mod::create | ( | type(fv3jedi_vc_geosrst2bkg), intent(inout) | self, |
type(fv3jedi_geom), intent(inout) | geom, | ||
type(fckit_configuration), intent(in) | conf | ||
) |
Definition at line 48 of file fv3jedi_vc_geosrst2bkg_mod.f90.
subroutine, public fv3jedi_vc_geosrst2bkg_mod::delete | ( | type(fv3jedi_vc_geosrst2bkg), intent(inout) | self | ) |
Definition at line 79 of file fv3jedi_vc_geosrst2bkg_mod.f90.