5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mpr_restart.f90 File Reference

reading and writing states, fluxes and configuration for restart of mHM. More...

Go to the source code of this file.

Data Types

interface  mo_mpr_restart::unpack_field_and_write
 unpack parameter fields and write them to file More...
 

Modules

module  mo_mpr_restart
 reading and writing states, fluxes and configuration for restart of mHM.
 

Functions/Subroutines

subroutine, public mo_mpr_restart::write_mpr_restart_files (outfile)
 write restart files for each domain
 
subroutine, public mo_mpr_restart::write_eff_params (mask1, s1, e1, rows1, cols1, soil1, lcscenes, lais, nc)
 write effective parameter fields to given restart file
 
subroutine mo_mpr_restart::unpack_field_and_write_1d_i4 (nc, var_name, var_dims, fill_value, data, mask, var_long_name)
 unpack parameter fields and write them to file
 
subroutine mo_mpr_restart::unpack_field_and_write_1d_dp (nc, var_name, var_dims, fill_value, data, mask, var_long_name)
 unpack parameter fields and write them to file
 
subroutine mo_mpr_restart::unpack_field_and_write_2d_dp (nc, var_name, var_dims, fill_value, data, mask, var_long_name)
 unpack parameter fields and write them to file
 
subroutine mo_mpr_restart::unpack_field_and_write_3d_dp (nc, var_name, var_dims, fill_value, data, mask, var_long_name)
 unpack parameter fields and write them to file
 

Detailed Description

reading and writing states, fluxes and configuration for restart of mHM.

routines are seperated for reading and writing variables for:

  • states and fluxes, and
  • configuration.

Reading of L11 configuration is also seperated from the rest, since it is only required when routing is activated.

Authors
Stephan Thober
Date
Jul 2013


Definition in file mo_mpr_restart.f90.