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

Module to write ascii file output. More...

Go to the source code of this file.

Modules

module  mo_write_ascii
 Module to write ascii file output.
 

Functions/Subroutines

subroutine, public mo_write_ascii::write_configfile (dirprecipitation, dirreferenceet, dirtemperature)
 This modules writes the results of the configuration into an ASCII-file.
 
subroutine, public mo_write_ascii::write_optifile (best_of, best_paramset, param_names)
 Write briefly final optimization results.
 
subroutine, public mo_write_ascii::write_optinamelist (processmatrix, parameters, maskpara, parameters_name)
 Write final, optimized parameter set in a namelist format.
 

Detailed Description

Module to write ascii file output.

Module to write ascii file output. Writing model output to ASCII should be the exception. Therefore, output is written usually as NetCDF and only:

  1. The configuration file of mHM,
  2. the final parameter set after optimization, and
  3. the simulated vs. observed daily discharge is written in ASCII file format to allow for a quick assurance of proper model runs.
    Changelog
  • Modified, Juliane Mai, May 2013
    • module version and documentation
  • Modified, Luis Samaniego, Nov 2013
    • improving all formats
  • Modified, Luis Samaniego, Mar 2014
    • added inflow gauge information write out
  • Modified, Stephan Thober, Jun 2014
    • bug fixed: in writing network properties
  • Modified, Rohini Kumar, Jun 2014
    • bug fixed: writing of max and min value of discharge
  • Modified, Stephan Thober, Aug 2015
    • moved write_daily_obs_sim_discharge to mRM
      Authors
      Christoph Schneider, Juliane Mai, Luis Samaniego
      Date
      May 2013

Definition in file mo_write_ascii.f90.