![]() |
mHM
The mesoscale Hydrological Model
|
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 | |
reading and writing states, fluxes and configuration for restart of mHM.
routines are seperated for reading and writing variables for:
Reading of L11 configuration is also seperated from the rest, since it is only required when routing is activated.
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_mpr_restart.f90.