mHM
The mesoscale Hydrological Model
|
Creates NetCDF output for different fluxes and state variables of mHM. More...
Go to the source code of this file.
Modules | |
module | mo_mrm_write_fluxes_states |
Creates NetCDF output for different fluxes and state variables of mHM. | |
Functions/Subroutines | |
type(outputdataset) function | mo_mrm_write_fluxes_states::mrm_outputdataset (idomain, mask) |
Initialize mRM OutputDataset. | |
subroutine | mo_mrm_write_fluxes_states::mrm_updatedataset (nc_mrm, l11_qmod, l11_riv_temp) |
Update all variables. | |
type(outputdataset) function | mo_mrm_write_fluxes_states::gw_outputdataset (idomain, mask) |
Initialize groundwater coupling OutputDataset. | |
subroutine | mo_mrm_write_fluxes_states::gw_updatedataset (nc_gw, l0_river_head) |
Update riverhead. | |
Creates NetCDF output for different fluxes and state variables of mHM.
NetCDF is first initialized and later on variables are put to the NetCDF.
COPYING
and COPYING.LESSER
provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/. Definition in file mo_mrm_write_fluxes_states.f90.