5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mrm_write_fluxes_states.f90 File Reference

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.
 

Detailed Description

Creates NetCDF output for different fluxes and state variables of mHM.

NetCDF is first initialized and later on variables are put to the NetCDF.

Changelog
  • David Schaefer Aug 2015
    • major rewrite
  • Stephan Thober Oct 2015
    • adapted to mRM
  • O. Rakovec, R. Kumar Nov 2017
    • added project description for the netcdf outputs
Authors
Matthias Zink
Date
Apr 2013

Definition in file mo_mrm_write_fluxes_states.f90.