diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a374505cd9e12c564ba6f8c7e65342298aed5a66..be35e26caf8933fbc55a5d3de9fbafd04fb0c827 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,25 +78,25 @@ documentation: - doxygen_warn_mas.txt when: always -cmake-nag62: +cmake-nagfor62: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.nag62 - - source CI-scripts/compile - - source CI-scripts/compile_debug + - source hpc-module-loads/eve.nagfor62 + - source CI-scripts/compile -DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64 + - source CI-scripts/compile_debug -DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64 artifacts: paths: - mhm - mhm_debug -cmake-gcc73: +cmake-gfortran73: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.gcc73 + - source hpc-module-loads/eve.gfortran73 - source CI-scripts/compile - source CI-scripts/compile_debug - source CI-scripts/compile_OpenMP @@ -108,12 +108,12 @@ cmake-gcc73: - mhm_openmp - mhm_openmp_debug -cmake-gcc73MPI: +cmake-gfortran73MPI: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.gcc73MPI + - source hpc-module-loads/eve.gfortran73MPI - source CI-scripts/compile_MPI - source CI-scripts/compile_MPI_debug artifacts: @@ -121,12 +121,12 @@ cmake-gcc73MPI: - mhm_mpi - mhm_mpi_debug -cmake-gcc83: +cmake-gfortran83: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.gcc83 + - source hpc-module-loads/eve.gfortran83 - source CI-scripts/compile - source CI-scripts/compile_debug - source CI-scripts/compile_OpenMP @@ -138,12 +138,12 @@ cmake-gcc83: - mhm_openmp - mhm_openmp_debug -cmake-gcc83MPI: +cmake-gfortran83MPI: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.gcc83MPI + - source hpc-module-loads/eve.gfortran83MPI - source CI-scripts/compile_MPI - source CI-scripts/compile_MPI_debug artifacts: @@ -156,7 +156,7 @@ cmake-intel18: variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.intel18 + - source hpc-module-loads/eve.intel18 - source CI-scripts/compile - source CI-scripts/compile_debug - source CI-scripts/compile_OpenMP @@ -173,7 +173,7 @@ cmake-intel18MPI: variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.intel18MPI + - source hpc-module-loads/eve.intel18MPI - source CI-scripts/compile_MPI - source CI-scripts/compile_MPI_debug artifacts: @@ -181,12 +181,12 @@ cmake-intel18MPI: - mhm_mpi - mhm_mpi_debug -cmake-intel20: +cmake-intel19: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.intel20 + - source hpc-module-loads/eve.intel19 - source CI-scripts/compile - source CI-scripts/compile_debug - source CI-scripts/compile_OpenMP @@ -198,12 +198,12 @@ cmake-intel20: - mhm_openmp - mhm_openmp_debug -cmake-intel20MPI: +cmake-intel19MPI: stage: build variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME script: - - source moduleLoadScripts/eve.intel20MPI + - source hpc-module-loads/eve.intel19MPI - source CI-scripts/compile_MPI - source CI-scripts/compile_MPI_debug artifacts: @@ -212,16 +212,16 @@ cmake-intel20MPI: - mhm_mpi_debug # only check latest compiler versions with valgrind -# valgrind-gcc73: +# valgrind-gfortran73: # when: always # stage: valgrind # variables: # GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME # needs: -# - job: cmake-gcc73 +# - job: cmake-gfortran73 # artifacts: true # script: -# - source moduleLoadScripts/eve.gcc73 +# - source hpc-module-loads/eve.gfortran73 # - module load Anaconda3 # - source activate /global/apps/mhm_checks/mhm_env # - valgrind --version @@ -242,7 +242,7 @@ cmake-intel20MPI: # - job: cmake-intel18 # artifacts: true # script: -# - source moduleLoadScripts/eve.intel18 +# - source hpc-module-loads/eve.intel18 # - module load Anaconda3 # - source activate /global/apps/mhm_checks/mhm_env # - valgrind --version @@ -254,16 +254,16 @@ cmake-intel20MPI: # paths: # - massif.out.0 -valgrind-nag62: +valgrind-nagfor62: when: always stage: valgrind variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-nag62 + - job: cmake-nagfor62 artifacts: true script: - - source moduleLoadScripts/eve.nag62 + - source hpc-module-loads/eve.nagfor62 - module load Anaconda3 - source activate /global/apps/mhm_checks/mhm_env - valgrind --version @@ -275,16 +275,16 @@ valgrind-nag62: paths: - massif.out.0 -valgrind-gcc83: +valgrind-gfortran83: when: always stage: valgrind variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc83 + - job: cmake-gfortran83 artifacts: true script: - - source moduleLoadScripts/eve.gcc83 + - source hpc-module-loads/eve.gfortran83 - module load Anaconda3 - source activate /global/apps/mhm_checks/mhm_env - valgrind --version @@ -296,16 +296,16 @@ valgrind-gcc83: paths: - massif.out.0 -valgrind-intel20: +valgrind-intel19: when: always stage: valgrind variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-intel20 + - job: cmake-intel19 artifacts: true script: - - source moduleLoadScripts/eve.intel20 + - source hpc-module-loads/eve.intel19 - module load Anaconda3 - source activate /global/apps/mhm_checks/mhm_env - valgrind --version @@ -317,16 +317,16 @@ valgrind-intel20: paths: - massif.out.0 -check-nag62: +check-nagfor62: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-nag62 + - job: cmake-nagfor62 artifacts: true script: - - source moduleLoadScripts/eve.nag62 + - source hpc-module-loads/eve.nagfor62 - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm artifacts: @@ -334,16 +334,16 @@ check-nag62: paths: - check/logs/ -check-nag62DEBUG: +check-nagfor62DEBUG: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-nag62 + - job: cmake-nagfor62 artifacts: true script: - - source moduleLoadScripts/eve.nag62 + - source hpc-module-loads/eve.nagfor62 - source CI-scripts/pre_check # skip cases with optimization due to overflow in the random-number-generator (NAG uses -ieee=stop in DEBUG) - python -u run_mhm_checks.py -l logs -e ../mhm_debug -s case_03 case_06 case_07 case_08 case_11 @@ -352,16 +352,16 @@ check-nag62DEBUG: paths: - check/logs/ -check-gcc73: +check-gfortran73: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc73 + - job: cmake-gfortran73 artifacts: true script: - - source moduleLoadScripts/eve.gcc73 + - source hpc-module-loads/eve.gfortran73 - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_debug ../mhm ../mhm_openmp_debug ../mhm_openmp -t 4 artifacts: @@ -369,16 +369,16 @@ check-gcc73: paths: - check/logs/ -check-gcc73MPI: +check-gfortran73MPI: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc73MPI + - job: cmake-gfortran73MPI artifacts: true script: - - source moduleLoadScripts/eve.gcc73MPI + - source hpc-module-loads/eve.gfortran73MPI - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_mpi_debug ../mhm_mpi -m 4 artifacts: @@ -386,16 +386,16 @@ check-gcc73MPI: paths: - check/logs/ -check-gcc83: +check-gfortran83: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc83 + - job: cmake-gfortran83 artifacts: true script: - - source moduleLoadScripts/eve.gcc83 + - source hpc-module-loads/eve.gfortran83 - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_debug ../mhm ../mhm_openmp_debug ../mhm_openmp -t 4 artifacts: @@ -403,16 +403,16 @@ check-gcc83: paths: - check/logs/ -check-gcc83MPI: +check-gfortran83MPI: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc83MPI + - job: cmake-gfortran83MPI artifacts: true script: - - source moduleLoadScripts/eve.gcc83MPI + - source hpc-module-loads/eve.gfortran83MPI - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_mpi_debug ../mhm_mpi -m 4 artifacts: @@ -429,7 +429,7 @@ check-intel18: - job: cmake-intel18 artifacts: true script: - - source moduleLoadScripts/eve.intel18 + - source hpc-module-loads/eve.intel18 - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_debug ../mhm ../mhm_openmp_debug ../mhm_openmp -t 4 artifacts: @@ -446,7 +446,7 @@ check-intel18MPI: - job: cmake-intel18MPI artifacts: true script: - - source moduleLoadScripts/eve.intel18MPI + - source hpc-module-loads/eve.intel18MPI - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_mpi_debug ../mhm_mpi -m 4 artifacts: @@ -454,16 +454,16 @@ check-intel18MPI: paths: - check/logs/ -check-intel20: +check-intel19: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-intel20 + - job: cmake-intel19 artifacts: true script: - - source moduleLoadScripts/eve.intel20 + - source hpc-module-loads/eve.intel19 - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_debug ../mhm ../mhm_openmp_debug ../mhm_openmp -t 4 artifacts: @@ -471,16 +471,16 @@ check-intel20: paths: - check/logs/ -check-intel20MPI: +check-intel19MPI: when: always stage: check-cases variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-intel20MPI + - job: cmake-intel19MPI artifacts: true script: - - source moduleLoadScripts/eve.intel20MPI + - source hpc-module-loads/eve.intel19MPI - source CI-scripts/pre_check - python -u run_mhm_checks.py -l logs -e ../mhm_mpi_debug ../mhm_mpi -m 4 artifacts: @@ -488,16 +488,16 @@ check-intel20MPI: paths: - check/logs/ -unittest-gcc83: +unittest-gfortran83: when: always stage: code-analysis variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: cmake-gcc83 + - job: cmake-gfortran83 script: # we need pfUnit - - source moduleLoadScripts/eve.gcc83pfUnit + - source hpc-module-loads/eve.gfortran83 # create build folder - mkdir build && cd build # run cmake with testing support and build mhm @@ -506,16 +506,16 @@ unittest-gcc83: # run all pfUnit tests in src/tests - ctest -V -coverage-gcc73: +coverage-gfortran73: when: always stage: code-analysis variables: GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME needs: - - job: check-gcc73 + - job: check-gfortran73 script: # gcov is part of GCC - - source moduleLoadScripts/eve.gcc73 + - source hpc-module-loads/eve.gfortran73 # we need lcov from the conda environment to create html sites - module load Anaconda3 - source activate /global/apps/mhm_checks/mhm_env @@ -539,7 +539,7 @@ pages: stage: deploy dependencies: - documentation - - coverage-gcc73 + - coverage-gfortran73 script: # create public dir (remove if already present) - test -d public && rm -rf public diff --git a/CI-scripts/compile b/CI-scripts/compile index 519b1f464b2571700050e77a8983da553ece0d2d..50696f7c0e6e1a00527b217731630eba236841dc 100644 --- a/CI-scripts/compile +++ b/CI-scripts/compile @@ -1,6 +1,6 @@ mkdir release cd release/ -cmake -DCMAKE_BUILD_TYPE=Release .. +cmake -DCMAKE_BUILD_TYPE=Release ${1} .. make -j 4 cd .. cp release/mhm . \ No newline at end of file diff --git a/CI-scripts/compile_MPI b/CI-scripts/compile_MPI index a9c1a41f45829aa2eb994362b44ae5d8d5484198..3b50678d5b343b02dd24e1c94e98da588ee5c211 100644 --- a/CI-scripts/compile_MPI +++ b/CI-scripts/compile_MPI @@ -1,6 +1,6 @@ mkdir mpi_release cd mpi_release/ -cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_WITH_MPI=ON .. +cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_WITH_MPI=ON ${1} .. make -j 4 cd .. cp mpi_release/mhm ./mhm_mpi \ No newline at end of file diff --git a/CI-scripts/compile_MPI_debug b/CI-scripts/compile_MPI_debug index 2f3c8ca00a875362cc0d20735294f282ff3dce48..bfab60def73fe12f276add69d1b38d047c8fca1f 100644 --- a/CI-scripts/compile_MPI_debug +++ b/CI-scripts/compile_MPI_debug @@ -1,6 +1,6 @@ mkdir mpi_debug cd mpi_debug/ -cmake -DCMAKE_WITH_MPI=ON -DCMAKE_BUILD_TYPE=Debug .. +cmake -DCMAKE_WITH_MPI=ON -DCMAKE_BUILD_TYPE=Debug ${1} .. make -j 4 cd .. cp mpi_debug/mhm ./mhm_mpi_debug \ No newline at end of file diff --git a/CI-scripts/compile_OpenMP b/CI-scripts/compile_OpenMP index 77d726f452d5c0c0331f6b3b2c29766e778906dd..aaf598c5d823e1d5a1767e266473f183bb7d814f 100644 --- a/CI-scripts/compile_OpenMP +++ b/CI-scripts/compile_OpenMP @@ -1,6 +1,6 @@ mkdir openmp_release cd openmp_release/ -cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_WITH_OpenMP=ON .. +cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_WITH_OpenMP=ON ${1} .. make -j 4 cd .. cp openmp_release/mhm ./mhm_openmp \ No newline at end of file diff --git a/CI-scripts/compile_OpenMP_debug b/CI-scripts/compile_OpenMP_debug index 971a30f623cbf0358ae6a52083ee62d676df4785..d9bc06cf6eca9510d39946540e7de264ceeb182a 100644 --- a/CI-scripts/compile_OpenMP_debug +++ b/CI-scripts/compile_OpenMP_debug @@ -1,6 +1,6 @@ mkdir openmp_debug cd openmp_debug/ -cmake -DCMAKE_WITH_OpenMP=ON -DCMAKE_BUILD_TYPE=Debug .. +cmake -DCMAKE_WITH_OpenMP=ON -DCMAKE_BUILD_TYPE=Debug ${1} .. make -j 4 cd .. cp openmp_debug/mhm ./mhm_openmp_debug \ No newline at end of file diff --git a/CI-scripts/compile_debug b/CI-scripts/compile_debug index 2a03a6e491b1edd3feee6b52c0b8d617b69fff51..79f88abda770ab47cb38cdba58a45f9841184c6f 100644 --- a/CI-scripts/compile_debug +++ b/CI-scripts/compile_debug @@ -1,6 +1,6 @@ mkdir debug cd debug/ -cmake -DCMAKE_BUILD_TYPE=Debug .. +cmake -DCMAKE_BUILD_TYPE=Debug ${1} .. make -j 4 cd .. cp debug/mhm ./mhm_debug \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c38dc91dd181c4fa9da4436bf9c1014ebebaa0..d40fa4d587efe91b2513f8d813b6fe2045d31dee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # mHM cmake script -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.14) # additional cmake-modules -list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules) +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake-modules) # get version and date from files (version.txt and version_date.txt) include(version) get_version(MHM_VER MHM_VER_DEV MHM_DATE) @@ -16,10 +16,13 @@ project(mhm add_compile_definitions(MHMVERSION='${MHM_VER_DEV}' MHMDATE='${MHM_DATE}') # Compile add_subdirectory(./src) # the lib folder containing mhm_lib -option(BUILD_MHM_DRIVER "Build mHM library with mHM Driver." ON) +option(BUILD_MHM_DRIVER "Build mHM with executable driver." ON) if(BUILD_MHM_DRIVER) add_executable(mhm ./src/mHM/mhm_driver.f90) target_link_libraries(mhm PRIVATE mhm_lib) + if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU" AND CMAKE_WITH_GPROF) + target_link_options(mhm PUBLIC -pg) + endif() # add install option install(TARGETS mhm DESTINATION bin) endif() diff --git a/check/case_00/mhm.nml b/check/case_00/mhm.nml index 7f768f69d24f352801149cfad40e9501e81d0af8..9f8329339c6453338139dc41210f155190b6bee1 100755 --- a/check/case_00/mhm.nml +++ b/check/case_00/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = -2 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_00/mhm_parameter.nml b/check/case_00/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_00/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_00/mhm_parameter.nml b/check/case_00/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_00/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_00/output_save/ConfigFile.log b/check/case_00/output_save/ConfigFile.log deleted file mode 100755 index 7cf474e73c09aafd3d2867626e5e9e4da05678e4..0000000000000000000000000000000000000000 --- a/check/case_00/output_save/ConfigFile.log +++ /dev/null @@ -1,247 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_00/output_save/b1_daily_discharge.out b/check/case_00/output_save/b1_daily_discharge.out deleted file mode 100755 index b06fe4f3621811df00b6abbaea09aad6e11dc108..0000000000000000000000000000000000000000 --- a/check/case_00/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 84.7335108 - 2 2 7 1990 92.0000000 70.7572745 - 3 3 7 1990 72.0000000 77.6236320 - 4 4 7 1990 58.0000000 93.9626209 - 5 5 7 1990 69.0000000 122.2058236 - 6 6 7 1990 94.0000000 105.4211176 - 7 7 7 1990 199.0000000 101.3658719 - 8 8 7 1990 133.0000000 101.1549232 - 9 9 7 1990 124.0000000 87.4648596 - 10 10 7 1990 123.0000000 82.3849878 - 11 11 7 1990 99.0000000 78.3095637 - 12 12 7 1990 88.0000000 74.7426624 - 13 13 7 1990 84.0000000 71.5240089 - 14 14 7 1990 72.0000000 68.6108613 - 15 15 7 1990 55.0000000 65.9664624 - 16 16 7 1990 65.0000000 63.5590909 - 17 17 7 1990 50.0000000 61.3612855 - 18 18 7 1990 50.0000000 59.3492031 - 19 19 7 1990 46.0000000 57.5020838 - 20 20 7 1990 44.0000000 55.8018047 - 21 21 7 1990 42.0000000 54.2325047 - 22 22 7 1990 37.0000000 52.7802692 - 23 23 7 1990 38.0000000 51.4328639 - 24 24 7 1990 44.0000000 50.1795082 - 25 25 7 1990 30.0000000 49.0106834 - 26 26 7 1990 26.0000000 47.9179682 - 27 27 7 1990 31.0000000 46.8938986 - 28 28 7 1990 33.0000000 48.9743639 - 29 29 7 1990 42.0000000 46.5297254 - 30 30 7 1990 36.0000000 44.5168802 - 31 31 7 1990 34.0000000 43.6800699 - 32 1 8 1990 25.0000000 42.8880655 - 33 2 8 1990 22.0000000 42.1368090 - 34 3 8 1990 28.0000000 41.4226695 - 35 4 8 1990 25.0000000 40.7423941 - 36 5 8 1990 19.0000000 40.0932043 - 37 6 8 1990 22.0000000 39.4728845 - 38 7 8 1990 19.0000000 38.8778550 - 39 8 8 1990 22.0000000 38.3066175 - 40 9 8 1990 19.0000000 37.7573116 - 41 10 8 1990 20.0000000 37.2282095 - 42 11 8 1990 19.0000000 36.7177501 - 43 12 8 1990 19.0000000 36.2245214 - 44 13 8 1990 22.0000000 40.8899486 - 45 14 8 1990 36.0000000 62.3547767 - 46 15 8 1990 31.0000000 53.1372772 - 47 16 8 1990 30.0000000 47.3313232 - 48 17 8 1990 28.0000000 43.6917640 - 49 18 8 1990 34.0000000 36.9413283 - 50 19 8 1990 21.0000000 36.2954908 - 51 20 8 1990 30.0000000 35.6828875 - 52 21 8 1990 22.0000000 35.1000994 - 53 22 8 1990 21.0000000 34.5444163 - 54 23 8 1990 23.0000000 34.0134223 - 55 24 8 1990 20.0000000 33.5049604 - 56 25 8 1990 29.0000000 33.0188066 - 57 26 8 1990 20.0000000 33.0621013 - 58 27 8 1990 22.0000000 34.2931287 - 59 28 8 1990 23.0000000 32.3499658 - 60 29 8 1990 35.0000000 31.4331816 - 61 30 8 1990 51.0000000 118.6855089 - 62 31 8 1990 80.0000000 114.2606762 - 63 1 9 1990 56.0000000 54.4422000 - 64 2 9 1990 33.0000000 45.3412892 - 65 3 9 1990 27.0000000 43.6484312 - 66 4 9 1990 27.0000000 46.1815735 - 67 5 9 1990 28.0000000 45.5469704 - 68 6 9 1990 26.0000000 40.6276427 - 69 7 9 1990 24.0000000 45.8817493 - 70 8 9 1990 33.0000000 42.7532547 - 71 9 9 1990 26.0000000 38.6145972 - 72 10 9 1990 27.0000000 37.4888339 - 73 11 9 1990 22.0000000 36.4520290 - 74 12 9 1990 22.0000000 35.4940125 - 75 13 9 1990 21.0000000 34.6062464 - 76 14 9 1990 22.0000000 33.7812473 - 77 15 9 1990 22.0000000 33.0124418 - 78 16 9 1990 22.0000000 32.2940444 - 79 17 9 1990 20.0000000 31.6209526 - 80 18 9 1990 22.0000000 30.9886574 - 81 19 9 1990 16.0000000 30.3931677 - 82 20 9 1990 22.0000000 29.8309439 - 83 21 9 1990 19.0000000 38.4851547 - 84 22 9 1990 32.0000000 105.4243835 - 85 23 9 1990 27.0000000 86.3853230 - 86 24 9 1990 45.0000000 62.5463926 - 87 25 9 1990 42.0000000 48.1805345 - 88 26 9 1990 39.0000000 44.2622617 - 89 27 9 1990 30.0000000 42.4889258 - 90 28 9 1990 28.0000000 40.8776614 - 91 29 9 1990 30.0000000 39.4120006 - 92 30 9 1990 30.0000000 90.5104319 - 93 1 10 1990 56.0000000 136.6837492 - 94 2 10 1990 72.0000000 102.3634950 - 95 3 10 1990 73.0000000 99.2375970 - 96 4 10 1990 68.0000000 93.6971829 - 97 5 10 1990 53.0000000 80.2127108 - 98 6 10 1990 42.0000000 73.8871050 - 99 7 10 1990 33.0000000 69.4819909 - 100 8 10 1990 42.0000000 65.5928434 - 101 9 10 1990 34.0000000 62.1134107 - 102 10 10 1990 36.0000000 58.9831538 - 103 11 10 1990 36.0000000 56.1668303 - 104 12 10 1990 28.0000000 53.6257079 - 105 13 10 1990 32.0000000 51.3264796 - 106 14 10 1990 27.0000000 49.2404107 - 107 15 10 1990 35.0000000 47.7952684 - 108 16 10 1990 42.0000000 48.7943262 - 109 17 10 1990 35.0000000 58.2574276 - 110 18 10 1990 39.0000000 57.2317600 - 111 19 10 1990 34.0000000 48.0224031 - 112 20 10 1990 32.0000000 46.2167784 - 113 21 10 1990 34.0000000 44.5764541 - 114 22 10 1990 27.0000000 43.0746355 - 115 23 10 1990 31.0000000 41.6960178 - 116 24 10 1990 28.0000000 40.4272254 - 117 25 10 1990 25.0000000 40.4575231 - 118 26 10 1990 29.0000000 58.8120710 - 119 27 10 1990 31.0000000 66.6994709 - 120 28 10 1990 65.0000000 195.4427811 - 121 29 10 1990 69.0000000 208.9858027 - 122 30 10 1990 157.0000000 174.8819939 - 123 31 10 1990 190.0000000 151.9848245 - 124 1 11 1990 115.0000000 155.0911624 - 125 2 11 1990 104.0000000 163.6819479 - 126 3 11 1990 100.0000000 172.8357377 - 127 4 11 1990 131.0000000 169.2615668 - 128 5 11 1990 130.0000000 162.4296290 - 129 6 11 1990 115.0000000 142.5992104 - 130 7 11 1990 102.0000000 125.1755838 - 131 8 11 1990 95.0000000 110.5140240 - 132 9 11 1990 81.0000000 98.8092666 - 133 10 11 1990 66.0000000 106.1835051 - 134 11 11 1990 67.0000000 138.4429802 - 135 12 11 1990 74.0000000 151.1065731 - 136 13 11 1990 109.0000000 142.9037373 - 137 14 11 1990 92.0000000 166.8773921 - 138 15 11 1990 92.0000000 180.4020124 - 139 16 11 1990 155.0000000 168.8613157 - 140 17 11 1990 159.0000000 158.6256827 - 141 18 11 1990 131.0000000 174.3990261 - 142 19 11 1990 161.0000000 184.8312637 - 143 20 11 1990 196.0000000 287.3873350 - 144 21 11 1990 336.0000000 353.3198435 - 145 22 11 1990 566.0000000 319.8244889 - 146 23 11 1990 373.0000000 329.7926237 - 147 24 11 1990 293.0000000 303.9259944 - 148 25 11 1990 264.0000000 289.8154296 - 149 26 11 1990 226.0000000 261.3887393 - 150 27 11 1990 201.0000000 223.6457129 - 151 28 11 1990 180.0000000 194.0051393 - 152 29 11 1990 161.0000000 183.7164271 - 153 30 11 1990 149.0000000 172.5851452 - 154 1 12 1990 134.0000000 151.5004327 - 155 2 12 1990 113.0000000 137.0167687 - 156 3 12 1990 99.0000000 127.1566004 - 157 4 12 1990 107.0000000 119.9132911 - 158 5 12 1990 99.0000000 113.3514122 - 159 6 12 1990 89.0000000 107.3421851 - 160 7 12 1990 77.0000000 102.0155886 - 161 8 12 1990 71.0000000 97.2413738 - 162 9 12 1990 68.0000000 92.9484197 - 163 10 12 1990 73.0000000 89.0759998 - 164 11 12 1990 84.0000000 85.5720803 - 165 12 12 1990 88.0000000 103.3967870 - 166 13 12 1990 92.0000000 109.7304369 - 167 14 12 1990 128.0000000 101.6828969 - 168 15 12 1990 136.0000000 94.8034208 - 169 16 12 1990 114.0000000 90.2926877 - 170 17 12 1990 101.0000000 86.3137200 - 171 18 12 1990 93.0000000 82.7409289 - 172 19 12 1990 85.0000000 79.5213793 - 173 20 12 1990 81.0000000 76.6099767 - 174 21 12 1990 106.0000000 112.5530334 - 175 22 12 1990 159.0000000 140.7304655 - 176 23 12 1990 250.0000000 156.0526529 - 177 24 12 1990 298.0000000 146.9812619 - 178 25 12 1990 261.0000000 192.7871309 - 179 26 12 1990 228.0000000 306.2202681 - 180 27 12 1990 409.0000000 374.0422925 - 181 28 12 1990 486.0000000 397.1535567 - 182 29 12 1990 440.0000000 506.0982054 - 183 30 12 1990 486.0000000 639.4660790 - 184 31 12 1990 774.0000000 729.1174343 - 185 1 1 1991 889.0000000 773.4082967 - 186 2 1 1991 863.0000000 819.6007077 - 187 3 1 1991 875.0000000 881.1486114 - 188 4 1 1991 932.0000000 791.3833781 - 189 5 1 1991 826.0000000 746.1809494 - 190 6 1 1991 731.0000000 696.3832513 - 191 7 1 1991 613.0000000 657.7386594 - 192 8 1 1991 610.0000000 646.5755520 - 193 9 1 1991 686.0000000 582.6812395 - 194 10 1 1991 556.0000000 619.6550705 - 195 11 1 1991 669.0000000 657.7088253 - 196 12 1 1991 828.0000000 617.6369450 - 197 13 1 1991 735.0000000 504.9225276 - 198 14 1 1991 513.0000000 415.5544590 - 199 15 1 1991 411.0000000 344.0225628 - 200 16 1 1991 345.0000000 287.5316591 - 201 17 1 1991 293.0000000 246.7171442 - 202 18 1 1991 251.0000000 218.0315818 - 203 19 1 1991 222.0000000 197.7026556 - 204 20 1 1991 215.0000000 183.2359988 - 205 21 1 1991 213.0000000 177.7102284 - 206 22 1 1991 202.0000000 178.6279149 - 207 23 1 1991 200.0000000 170.2354713 - 208 24 1 1991 192.0000000 161.2838287 - 209 25 1 1991 176.0000000 153.0704572 - 210 26 1 1991 164.0000000 145.8724805 - 211 27 1 1991 157.0000000 139.2709818 - 212 28 1 1991 134.0000000 133.3622456 - 213 29 1 1991 130.0000000 128.0538477 - 214 30 1 1991 119.0000000 123.2673200 - 215 31 1 1991 107.0000000 118.9358279 - 216 1 2 1991 112.0000000 115.0022469 - 217 2 2 1991 109.0000000 111.4175910 - 218 3 2 1991 101.0000000 108.1397216 - 219 4 2 1991 98.0000000 105.1322830 - 220 5 2 1991 84.0000000 102.3638197 - 221 6 2 1991 93.0000000 99.8070430 - 222 7 2 1991 80.0000000 97.4382186 - 223 8 2 1991 73.0000000 95.2366527 - 224 9 2 1991 89.0000000 93.1842604 - 225 10 2 1991 84.0000000 91.2652020 - 226 11 2 1991 78.0000000 89.4655739 - 227 12 2 1991 79.0000000 87.7731474 - 228 13 2 1991 77.0000000 86.1771457 - 229 14 2 1991 80.0000000 84.6680534 - 230 15 2 1991 72.0000000 83.2374536 - 231 16 2 1991 78.0000000 83.5397793 - 232 17 2 1991 74.0000000 83.5342209 - 233 18 2 1991 77.0000000 81.9524739 - 234 19 2 1991 73.0000000 92.3457761 - 235 20 2 1991 69.0000000 108.1947407 - 236 21 2 1991 74.0000000 139.0775709 - 237 22 2 1991 81.0000000 154.5104985 - 238 23 2 1991 110.0000000 150.5689476 - 239 24 2 1991 180.0000000 146.3870344 - 240 25 2 1991 213.0000000 143.2527063 - 241 26 2 1991 222.0000000 139.8362096 - 242 27 2 1991 208.0000000 140.9911384 - 243 28 2 1991 211.0000000 134.8210852 - 244 1 3 1991 214.0000000 129.7152642 - 245 2 3 1991 208.0000000 137.5240730 - 246 3 3 1991 221.0000000 136.3635299 - 247 4 3 1991 281.0000000 127.3700474 - 248 5 3 1991 219.0000000 121.7173530 - 249 6 3 1991 190.0000000 116.7677635 - 250 7 3 1991 173.0000000 112.2981505 - 251 8 3 1991 164.0000000 108.4873755 - 252 9 3 1991 142.0000000 105.8186595 - 253 10 3 1991 133.0000000 105.6441180 - 254 11 3 1991 133.0000000 102.9023682 - 255 12 3 1991 118.0000000 99.5195956 - 256 13 3 1991 127.0000000 96.4164496 - 257 14 3 1991 113.0000000 93.5756817 - 258 15 3 1991 107.0000000 90.9643144 - 259 16 3 1991 100.0000000 88.5563049 - 260 17 3 1991 100.0000000 86.3345389 - 261 18 3 1991 95.0000000 84.3188088 - 262 19 3 1991 98.0000000 140.7772265 - 263 20 3 1991 119.0000000 149.5078540 - 264 21 3 1991 159.0000000 164.9619202 - 265 22 3 1991 196.0000000 179.9835617 - 266 23 3 1991 242.0000000 163.6406826 - 267 24 3 1991 216.0000000 150.3821018 - 268 25 3 1991 180.0000000 141.1450940 - 269 26 3 1991 145.0000000 133.5267197 - 270 27 3 1991 127.0000000 128.1612118 - 271 28 3 1991 117.0000000 121.4312390 - 272 29 3 1991 109.0000000 115.8049093 - 273 30 3 1991 106.0000000 110.7662494 - 274 31 3 1991 99.0000000 106.2374008 - 275 1 4 1991 96.0000000 102.1523604 - 276 2 4 1991 88.0000000 98.4548443 - 277 3 4 1991 87.0000000 95.0966867 - 278 4 4 1991 82.0000000 92.4986517 - 279 5 4 1991 84.0000000 90.4984465 - 280 6 4 1991 67.0000000 87.8350051 - 281 7 4 1991 89.0000000 85.5840065 - 282 8 4 1991 75.0000000 83.6119116 - 283 9 4 1991 79.0000000 81.5325818 - 284 10 4 1991 70.0000000 79.5365540 - 285 11 4 1991 69.0000000 77.6799059 - 286 12 4 1991 69.0000000 75.9506294 - 287 13 4 1991 56.0000000 74.3354001 - 288 14 4 1991 63.0000000 72.8253497 - 289 15 4 1991 58.0000000 71.4098663 - 290 16 4 1991 56.0000000 70.0705656 - 291 17 4 1991 54.0000000 68.8057476 - 292 18 4 1991 57.0000000 67.6580192 - 293 19 4 1991 53.0000000 67.7444091 - 294 20 4 1991 53.0000000 67.4721281 - 295 21 4 1991 65.0000000 66.4238623 - 296 22 4 1991 69.0000000 68.3658654 - 297 23 4 1991 61.0000000 69.9741984 - 298 24 4 1991 56.0000000 66.7424363 - 299 25 4 1991 56.0000000 65.1579957 - 300 26 4 1991 53.0000000 63.9920526 - 301 27 4 1991 49.0000000 62.9061082 - 302 28 4 1991 53.0000000 61.8804288 - 303 29 4 1991 48.0000000 65.4805788 - 304 30 4 1991 57.0000000 110.3456864 - 305 1 5 1991 69.0000000 105.4904163 - 306 2 5 1991 89.0000000 83.7101880 - 307 3 5 1991 105.0000000 80.1461783 - 308 4 5 1991 79.0000000 77.5936727 - 309 5 5 1991 69.0000000 75.3940353 - 310 6 5 1991 71.0000000 73.6234655 - 311 7 5 1991 60.0000000 71.3925004 - 312 8 5 1991 64.0000000 69.4879952 - 313 9 5 1991 59.0000000 67.7350020 - 314 10 5 1991 57.0000000 68.1499718 - 315 11 5 1991 55.0000000 70.4647238 - 316 12 5 1991 53.0000000 67.0488446 - 317 13 5 1991 52.0000000 65.1534936 - 318 14 5 1991 50.0000000 63.9390602 - 319 15 5 1991 52.0000000 68.5939536 - 320 16 5 1991 54.0000000 69.5957110 - 321 17 5 1991 54.0000000 64.7045679 - 322 18 5 1991 55.0000000 63.2703098 - 323 19 5 1991 48.0000000 61.9451935 - 324 20 5 1991 48.0000000 60.6965589 - 325 21 5 1991 49.0000000 59.5174136 - 326 22 5 1991 41.0000000 58.4016378 - 327 23 5 1991 40.0000000 57.3437245 - 328 24 5 1991 40.0000000 56.3387122 - 329 25 5 1991 39.0000000 55.3821262 - 330 26 5 1991 43.0000000 54.4699269 - 331 27 5 1991 39.0000000 53.5984639 - 332 28 5 1991 36.0000000 52.7644351 - 333 29 5 1991 33.0000000 51.9648510 - 334 30 5 1991 39.0000000 51.1970027 - 335 31 5 1991 34.0000000 50.4584333 - 336 1 6 1991 37.0000000 49.7469131 - 337 2 6 1991 35.0000000 49.0604164 - 338 3 6 1991 29.0000000 48.3971015 - 339 4 6 1991 33.0000000 47.7552930 - 340 5 6 1991 34.0000000 47.1617097 - 341 6 6 1991 32.0000000 64.6249964 - 342 7 6 1991 38.0000000 67.5445369 - 343 8 6 1991 39.0000000 57.3138154 - 344 9 6 1991 41.0000000 54.5860130 - 345 10 6 1991 44.0000000 68.3339781 - 346 11 6 1991 48.0000000 53.7661618 - 347 12 6 1991 42.0000000 50.8089768 - 348 13 6 1991 37.0000000 49.7918444 - 349 14 6 1991 39.0000000 49.0117417 - 350 15 6 1991 35.0000000 48.5434142 - 351 16 6 1991 31.0000000 51.4594752 - 352 17 6 1991 33.0000000 54.9468791 - 353 18 6 1991 31.0000000 52.1946307 - 354 19 6 1991 28.0000000 49.1516090 - 355 20 6 1991 60.0000000 85.0383922 - 356 21 6 1991 48.0000000 71.8442421 - 357 22 6 1991 54.0000000 56.3047236 - 358 23 6 1991 63.0000000 63.6078486 - 359 24 6 1991 41.0000000 57.8220586 - 360 25 6 1991 42.0000000 53.7389260 - 361 26 6 1991 43.0000000 52.2800340 - 362 27 6 1991 38.0000000 60.7616500 - 363 28 6 1991 38.0000000 60.8168525 - 364 29 6 1991 35.0000000 53.9616730 - 365 30 6 1991 41.0000000 51.7262884 diff --git a/check/case_00/output_save/b1_discharge.nc b/check/case_00/output_save/b1_discharge.nc old mode 100755 new mode 100644 index fa1a5bb2dad8162f31783e2e11d0fb307cb2120b..da7bda865bfcf9f9fa438b8f55dca77615221d1b Binary files a/check/case_00/output_save/b1_discharge.nc and b/check/case_00/output_save/b1_discharge.nc differ diff --git a/check/case_00/output_save/b1_mHM_Fluxes_States.nc b/check/case_00/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 9007bae81f46336c0756d66385b75db4bbe4619b..482001cf474c861494bd6243f10c4ff4a8b56eb7 Binary files a/check/case_00/output_save/b1_mHM_Fluxes_States.nc and b/check/case_00/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_00/output_save/b1_mHM_restart_001.nc b/check/case_00/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index dc0f6c86d575c49d89530ae5d3e31e6b915bec0a..1daa2de1ee25b23efe5fb9bcfab41c3a4fe1e8f1 Binary files a/check/case_00/output_save/b1_mHM_restart_001.nc and b/check/case_00/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_00/output_save/b1_mRM_Fluxes_States.nc b/check/case_00/output_save/b1_mRM_Fluxes_States.nc old mode 100755 new mode 100644 index 9190b3e0ad4f5f796d3a670ce27645dabe735066..ad7e6b68d59954117681582096863af32bea7612 Binary files a/check/case_00/output_save/b1_mRM_Fluxes_States.nc and b/check/case_00/output_save/b1_mRM_Fluxes_States.nc differ diff --git a/check/case_00/output_save/b1_mRM_restart_001.nc b/check/case_00/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index 33fcd13205b4d17506df92e2bab853ff50e7868a..a1180ad272786d59019d19566b64aca3e74197e5 Binary files a/check/case_00/output_save/b1_mRM_restart_001.nc and b/check/case_00/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_00/simulation_mhm_case00.ini b/check/case_00/simulation_mhm_case00.ini deleted file mode 100755 index cd136c2b08c8cc1f8bd6e1f8637274fe64e5140d..0000000000000000000000000000000000000000 --- a/check/case_00/simulation_mhm_case00.ini +++ /dev/null @@ -1,14 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_00 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ \ No newline at end of file diff --git a/check/case_01/README.md b/check/case_01/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d6b37a9d06b0f48136a402649e8fd793d5606d33 --- /dev/null +++ b/check/case_01/README.md @@ -0,0 +1,50 @@ +These are some instructions for recreating the restart files in case of back-breaking changes. + +Create an `mhm.nml` to create the reference datasets. +``` + write_restart = .true. + read_restart = .false. + dir_out(1) = 'output_save/b1_' + mhm_file_restartout(1) = 'output_save/b1_mHM_restart_001.nc' + mrm_file_restartout(1) = 'output_save/b1_mRM_restart_001.nc' + dirconfigout = 'output_save/' + eval_per(1)%dend = 31 + eval_per(1)%dstart = 2 + eval_per(1)%mend = 12 + eval_per(1)%mstart = 7 + eval_per(1)%yend = 1990 + eval_per(1)%ystart = 1990 + warming_days(1) = 182 +``` +Create an `mhm.nml` to create the restart files. +``` + write_restart = .true. + read_restart = .false. + dir_out(1) = 'restart/b1_' + mhm_file_restartout(1) = 'restart/b1_mHM_restart_001.nc' + mrm_file_restartout(1) = 'restart/b1_mRM_restart_001.nc' + dirconfigout = 'restart/' + eval_per(1)%dend = 1 + eval_per(1)%dstart = 1 + eval_per(1)%mend = 7 + eval_per(1)%mstart = 7 + eval_per(1)%yend = 1990 + eval_per(1)%ystart = 1990 + warming_days(1) = 181 +``` +Use this `mhm.nml` for the check. +``` + write_restart = .true. + read_restart = .true. + dir_out(1) = 'output_b1/b1_' + mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' + mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' + dirconfigout = 'output_b1/' + eval_per(1)%dend = 31 + eval_per(1)%dstart = 2 + eval_per(1)%mend = 12 + eval_per(1)%mstart = 7 + eval_per(1)%yend = 1990 + eval_per(1)%ystart = 1990 + warming_days(1) = 0 +``` \ No newline at end of file diff --git a/check/case_01/mhm.nml b/check/case_01/mhm.nml index 516145e1408eba1dd33d75f258991e72cd5c11f9..a69ecabc26d8bb3a9364712a6cab53810b34fe76 100755 --- a/check/case_01/mhm.nml +++ b/check/case_01/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 @@ -134,11 +133,11 @@ / &time_periods - eval_per(1)%dend = 30 - eval_per(1)%dstart = 1 - eval_per(1)%mend = 6 + eval_per(1)%dend = 31 + eval_per(1)%dstart = 2 + eval_per(1)%mend = 12 eval_per(1)%mstart = 7 - eval_per(1)%yend = 1991 + eval_per(1)%yend = 1990 eval_per(1)%ystart = 1990 - warming_days(1) = 181 + warming_days(1) = 0 / diff --git a/check/case_01/mhm_parameter.nml b/check/case_01/mhm_parameter.nml deleted file mode 100755 index 7d0c152240b8e4e21ff3e71e8483f3ddabf1ef92..0000000000000000000000000000000000000000 --- a/check/case_01/mhm_parameter.nml +++ /dev/null @@ -1,177 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -&routing3 -slope_factor = 0.1, 100., 30., 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_01/mhm_parameter.nml b/check/case_01/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_01/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_01/output_save/ConfigFile.log b/check/case_01/output_save/ConfigFile.log deleted file mode 100755 index a55c8a2189555b361075ba4ef370ef4114cc0e13..0000000000000000000000000000000000000000 --- a/check/case_01/output_save/ConfigFile.log +++ /dev/null @@ -1,248 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart T -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.930 minCorrectionFactorPET - 29 0.000 0.200 0.190 maxCorrectionFactorPET - 30 160.000 200.000 171.000 aspectTresholdPET - 31 0.002 0.003 0.002 HargreavesSamaniCoeff - 32 75.000 200.000 85.000 interflowStorageCapacityFactor - 33 0.000 10.000 7.000 interflowRecession_slope - 34 1.000 3.000 1.500 fastInterflowRecession_forest - 35 1.000 30.000 15.000 slowInterflowRecession_Ks - 36 0.050 0.300 0.125 exponentSlowInterflow - 37 0.000 50.000 35.000 rechargeCoefficient - 38 -5.000 5.000 -1.000 rechargeFactor_karstic - 39 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 40 0.310 0.350 0.325 muskingumTravelTime_constant - 41 0.070 0.080 0.075 muskingumTravelTime_riverLength - 42 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 43 0.090 0.110 0.100 muskingumTravelTime_impervious - 44 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 45 1.000 1000.000 100.000 GeoParam(1,:) - 46 1.000 1000.000 100.000 GeoParam(2,:) - 47 1.000 1000.000 100.000 GeoParam(3,:) - 48 1.000 1000.000 100.000 GeoParam(4,:) - 49 1.000 1000.000 100.000 GeoParam(5,:) - 50 1.000 1000.000 100.000 GeoParam(6,:) - 51 1.000 1000.000 100.000 GeoParam(7,:) - 52 1.000 1000.000 100.000 GeoParam(8,:) - 53 1.000 1000.000 100.000 GeoParam(9,:) - 54 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_01/output_save/b1_daily_discharge.out b/check/case_01/output_save/b1_daily_discharge.out index a9dd182d1af46a84e9039c043eda8294346792e2..348e91e8a1cd4bdded9ddcbe2b3850044ac728ff 100644 --- a/check/case_01/output_save/b1_daily_discharge.out +++ b/check/case_01/output_save/b1_daily_discharge.out @@ -1,366 +1,184 @@ No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 93.9266135 - 2 2 7 1990 92.0000000 83.6369815 - 3 3 7 1990 72.0000000 72.9877481 - 4 4 7 1990 58.0000000 71.3995781 - 5 5 7 1990 69.0000000 86.0601002 - 6 6 7 1990 94.0000000 95.4806044 - 7 7 7 1990 199.0000000 94.0318244 - 8 8 7 1990 133.0000000 92.6923552 - 9 9 7 1990 124.0000000 88.3422490 - 10 10 7 1990 123.0000000 82.8540310 - 11 11 7 1990 99.0000000 77.4524238 - 12 12 7 1990 88.0000000 73.3050079 - 13 13 7 1990 84.0000000 69.9291321 - 14 14 7 1990 72.0000000 66.9607260 - 15 15 7 1990 55.0000000 64.2842897 - 16 16 7 1990 65.0000000 61.8546870 - 17 17 7 1990 50.0000000 59.6416507 - 18 18 7 1990 50.0000000 57.6200131 - 19 19 7 1990 46.0000000 55.7680187 - 20 20 7 1990 44.0000000 54.0667285 - 21 21 7 1990 42.0000000 52.4996051 - 22 22 7 1990 37.0000000 51.0521721 - 23 23 7 1990 38.0000000 49.7117276 - 24 24 7 1990 44.0000000 48.4671019 - 25 25 7 1990 30.0000000 47.3084515 - 26 26 7 1990 26.0000000 46.2270845 - 27 27 7 1990 31.0000000 45.2153112 - 28 28 7 1990 33.0000000 46.3636312 - 29 29 7 1990 42.0000000 46.3970706 - 30 30 7 1990 36.0000000 43.5545661 - 31 31 7 1990 34.0000000 42.2467281 - 32 1 8 1990 25.0000000 41.3942057 - 33 2 8 1990 22.0000000 40.6417549 - 34 3 8 1990 28.0000000 39.9341996 - 35 4 8 1990 25.0000000 39.2620477 - 36 5 8 1990 19.0000000 38.6216174 - 37 6 8 1990 22.0000000 38.0101421 - 38 7 8 1990 19.0000000 37.4253430 - 39 8 8 1990 22.0000000 36.8649636 - 40 9 8 1990 19.0000000 36.3266841 - 41 10 8 1990 20.0000000 35.8087322 - 42 11 8 1990 19.0000000 35.3096122 - 43 12 8 1990 19.0000000 34.8279110 - 44 13 8 1990 22.0000000 35.3068117 - 45 14 8 1990 36.0000000 43.1314188 - 46 15 8 1990 31.0000000 52.8450018 - 47 16 8 1990 30.0000000 52.5144849 - 48 17 8 1990 28.0000000 45.0779397 - 49 18 8 1990 34.0000000 40.2805529 - 50 19 8 1990 21.0000000 37.2056095 - 51 20 8 1990 30.0000000 35.3057435 - 52 21 8 1990 22.0000000 34.3254302 - 53 22 8 1990 21.0000000 33.6751505 - 54 23 8 1990 23.0000000 33.1117270 - 55 24 8 1990 20.0000000 32.5824740 - 56 25 8 1990 29.0000000 32.0782467 - 57 26 8 1990 20.0000000 31.6021906 - 58 27 8 1990 22.0000000 31.2848632 - 59 28 8 1990 23.0000000 31.4331780 - 60 29 8 1990 35.0000000 31.5424068 - 61 30 8 1990 51.0000000 51.1572242 - 62 31 8 1990 80.0000000 95.9217479 - 63 1 9 1990 56.0000000 90.1918402 - 64 2 9 1990 33.0000000 62.6141686 - 65 3 9 1990 27.0000000 48.7629672 - 66 4 9 1990 27.0000000 43.8315969 - 67 5 9 1990 28.0000000 42.7608230 - 68 6 9 1990 26.0000000 43.8851714 - 69 7 9 1990 24.0000000 43.3663385 - 70 8 9 1990 33.0000000 41.9135259 - 71 9 9 1990 26.0000000 39.4875286 - 72 10 9 1990 27.0000000 37.6879777 - 73 11 9 1990 22.0000000 36.3323673 - 74 12 9 1990 22.0000000 35.2389748 - 75 13 9 1990 21.0000000 34.2718501 - 76 14 9 1990 22.0000000 33.3842151 - 77 15 9 1990 22.0000000 32.5615791 - 78 16 9 1990 22.0000000 31.7963103 - 79 17 9 1990 20.0000000 31.0823844 - 80 18 9 1990 22.0000000 30.4145657 - 81 19 9 1990 16.0000000 29.7882364 - 82 20 9 1990 22.0000000 29.1993106 - 83 21 9 1990 19.0000000 29.9482355 - 84 22 9 1990 32.0000000 48.1699123 - 85 23 9 1990 27.0000000 70.3633672 - 86 24 9 1990 45.0000000 74.0668091 - 87 25 9 1990 42.0000000 64.1789081 - 88 26 9 1990 39.0000000 49.8422654 - 89 27 9 1990 30.0000000 43.0944166 - 90 28 9 1990 28.0000000 40.3017850 - 91 29 9 1990 30.0000000 38.6054386 - 92 30 9 1990 30.0000000 45.0758581 - 93 1 10 1990 56.0000000 73.9196745 - 94 2 10 1990 72.0000000 102.5288983 - 95 3 10 1990 73.0000000 107.9350880 - 96 4 10 1990 68.0000000 103.8196024 - 97 5 10 1990 53.0000000 92.2822588 - 98 6 10 1990 42.0000000 83.5425891 - 99 7 10 1990 33.0000000 76.7810299 - 100 8 10 1990 42.0000000 71.1687347 - 101 9 10 1990 34.0000000 66.6441586 - 102 10 10 1990 36.0000000 62.8025896 - 103 11 10 1990 36.0000000 59.4086509 - 104 12 10 1990 28.0000000 56.3701157 - 105 13 10 1990 32.0000000 53.6381309 - 106 14 10 1990 27.0000000 51.1747827 - 107 15 10 1990 35.0000000 48.9825149 - 108 16 10 1990 42.0000000 47.7761114 - 109 17 10 1990 35.0000000 47.9631762 - 110 18 10 1990 39.0000000 50.7403874 - 111 19 10 1990 34.0000000 52.7190023 - 112 20 10 1990 32.0000000 49.7392622 - 113 21 10 1990 34.0000000 46.2067491 - 114 22 10 1990 27.0000000 43.9124101 - 115 23 10 1990 31.0000000 42.2337947 - 116 24 10 1990 28.0000000 40.7840583 - 117 25 10 1990 25.0000000 39.5905634 - 118 26 10 1990 29.0000000 43.0615676 - 119 27 10 1990 31.0000000 53.9981437 - 120 28 10 1990 65.0000000 99.9326060 - 121 29 10 1990 69.0000000 155.2724977 - 122 30 10 1990 157.0000000 170.7789922 - 123 31 10 1990 190.0000000 165.7510837 - 124 1 11 1990 115.0000000 153.7362761 - 125 2 11 1990 104.0000000 147.0330942 - 126 3 11 1990 100.0000000 145.0462192 - 127 4 11 1990 131.0000000 148.6290729 - 128 5 11 1990 130.0000000 152.9655949 - 129 6 11 1990 115.0000000 151.4918222 - 130 7 11 1990 102.0000000 142.3263984 - 131 8 11 1990 95.0000000 128.3862524 - 132 9 11 1990 81.0000000 113.9293613 - 133 10 11 1990 66.0000000 105.1346917 - 134 11 11 1990 67.0000000 110.1372401 - 135 12 11 1990 74.0000000 118.1118061 - 136 13 11 1990 109.0000000 130.2969044 - 137 14 11 1990 92.0000000 142.5708377 - 138 15 11 1990 92.0000000 149.9070500 - 139 16 11 1990 155.0000000 156.9255519 - 140 17 11 1990 159.0000000 161.4610622 - 141 18 11 1990 131.0000000 162.1041217 - 142 19 11 1990 161.0000000 165.2912093 - 143 20 11 1990 196.0000000 189.9726352 - 144 21 11 1990 336.0000000 243.6898601 - 145 22 11 1990 566.0000000 288.2887089 - 146 23 11 1990 373.0000000 305.0948499 - 147 24 11 1990 293.0000000 312.3180448 - 148 25 11 1990 264.0000000 312.8603774 - 149 26 11 1990 226.0000000 297.7691898 - 150 27 11 1990 201.0000000 271.2796314 - 151 28 11 1990 180.0000000 239.7577566 - 152 29 11 1990 161.0000000 212.1090364 - 153 30 11 1990 149.0000000 192.1972109 - 154 1 12 1990 134.0000000 174.2607955 - 155 2 12 1990 113.0000000 157.4327198 - 156 3 12 1990 99.0000000 141.8555828 - 157 4 12 1990 107.0000000 129.7050226 - 158 5 12 1990 99.0000000 120.7742346 - 159 6 12 1990 89.0000000 113.6562419 - 160 7 12 1990 77.0000000 107.5413318 - 161 8 12 1990 71.0000000 102.0965751 - 162 9 12 1990 68.0000000 97.2141601 - 163 10 12 1990 73.0000000 92.8245570 - 164 11 12 1990 84.0000000 88.8668359 - 165 12 12 1990 88.0000000 91.6600351 - 166 13 12 1990 92.0000000 102.5724006 - 167 14 12 1990 128.0000000 103.9690361 - 168 15 12 1990 136.0000000 99.1168395 - 169 16 12 1990 114.0000000 93.9619414 - 170 17 12 1990 101.0000000 89.5072896 - 171 18 12 1990 93.0000000 85.5305736 - 172 19 12 1990 85.0000000 81.9547850 - 173 20 12 1990 81.0000000 78.7308469 - 174 21 12 1990 106.0000000 88.2452563 - 175 22 12 1990 159.0000000 116.6753231 - 176 23 12 1990 250.0000000 134.9002712 - 177 24 12 1990 298.0000000 138.3907630 - 178 25 12 1990 261.0000000 147.4103090 - 179 26 12 1990 228.0000000 191.2187691 - 180 27 12 1990 409.0000000 262.6390586 - 181 28 12 1990 486.0000000 326.8630051 - 182 29 12 1990 440.0000000 391.8743547 - 183 30 12 1990 486.0000000 465.7679936 - 184 31 12 1990 774.0000000 539.4311852 - 185 1 1 1991 889.0000000 632.2619566 - 186 2 1 1991 863.0000000 729.5735420 - 187 3 1 1991 875.0000000 812.4202817 - 188 4 1 1991 932.0000000 845.0891961 - 189 5 1 1991 826.0000000 817.2846859 - 190 6 1 1991 731.0000000 767.5290805 - 191 7 1 1991 613.0000000 705.9889785 - 192 8 1 1991 610.0000000 663.8313870 - 193 9 1 1991 686.0000000 642.0122179 - 194 10 1 1991 556.0000000 629.4946584 - 195 11 1 1991 669.0000000 639.5383694 - 196 12 1 1991 828.0000000 634.1003238 - 197 13 1 1991 735.0000000 597.5276254 - 198 14 1 1991 513.0000000 528.3393970 - 199 15 1 1991 411.0000000 445.8337060 - 200 16 1 1991 345.0000000 370.8230056 - 201 17 1 1991 293.0000000 309.9937823 - 202 18 1 1991 251.0000000 264.2144666 - 203 19 1 1991 222.0000000 230.8293548 - 204 20 1 1991 215.0000000 206.4461647 - 205 21 1 1991 213.0000000 189.0935760 - 206 22 1 1991 202.0000000 181.3999230 - 207 23 1 1991 200.0000000 176.8718972 - 208 24 1 1991 192.0000000 169.8429429 - 209 25 1 1991 176.0000000 161.8375673 - 210 26 1 1991 164.0000000 153.8591254 - 211 27 1 1991 157.0000000 146.4895711 - 212 28 1 1991 134.0000000 139.7894065 - 213 29 1 1991 130.0000000 133.7673663 - 214 30 1 1991 119.0000000 128.3560269 - 215 31 1 1991 107.0000000 123.4786895 - 216 1 2 1991 112.0000000 119.0672631 - 217 2 2 1991 109.0000000 115.0632525 - 218 3 2 1991 101.0000000 111.4164742 - 219 4 2 1991 98.0000000 108.0837622 - 220 5 2 1991 84.0000000 105.0278781 - 221 6 2 1991 93.0000000 102.2166048 - 222 7 2 1991 80.0000000 99.6219946 - 223 8 2 1991 73.0000000 97.2197404 - 224 9 2 1991 89.0000000 94.9886495 - 225 10 2 1991 84.0000000 92.9102010 - 226 11 2 1991 78.0000000 90.9681727 - 227 12 2 1991 79.0000000 89.1483253 - 228 13 2 1991 77.0000000 87.4381340 - 229 14 2 1991 80.0000000 85.8265608 - 230 15 2 1991 72.0000000 84.3038589 - 231 16 2 1991 78.0000000 83.1032879 - 232 17 2 1991 74.0000000 82.9884258 - 233 18 2 1991 77.0000000 82.5049080 - 234 19 2 1991 73.0000000 82.9355038 - 235 20 2 1991 69.0000000 90.1365246 - 236 21 2 1991 74.0000000 105.8223690 - 237 22 2 1991 81.0000000 126.6440065 - 238 23 2 1991 110.0000000 139.0162188 - 239 24 2 1991 180.0000000 143.7172915 - 240 25 2 1991 213.0000000 142.3086022 - 241 26 2 1991 222.0000000 139.3003861 - 242 27 2 1991 208.0000000 137.6551185 - 243 28 2 1991 211.0000000 138.2641822 - 244 1 3 1991 214.0000000 136.6280808 - 245 2 3 1991 208.0000000 135.7448647 - 246 3 3 1991 221.0000000 135.2968392 - 247 4 3 1991 281.0000000 133.5438420 - 248 5 3 1991 219.0000000 129.0839532 - 249 6 3 1991 190.0000000 123.4092391 - 250 7 3 1991 173.0000000 118.1471922 - 251 8 3 1991 164.0000000 113.4116922 - 252 9 3 1991 142.0000000 109.2240505 - 253 10 3 1991 133.0000000 105.8586114 - 254 11 3 1991 133.0000000 103.6189510 - 255 12 3 1991 118.0000000 101.8017956 - 256 13 3 1991 127.0000000 99.1818041 - 257 14 3 1991 113.0000000 96.1766453 - 258 15 3 1991 107.0000000 93.2958145 - 259 16 3 1991 100.0000000 90.6430754 - 260 17 3 1991 100.0000000 88.2020562 - 261 18 3 1991 95.0000000 85.9601789 - 262 19 3 1991 98.0000000 99.1912414 - 263 20 3 1991 119.0000000 124.4076715 - 264 21 3 1991 159.0000000 140.5774486 - 265 22 3 1991 196.0000000 153.6702244 - 266 23 3 1991 242.0000000 160.3100223 - 267 24 3 1991 216.0000000 158.9179382 - 268 25 3 1991 180.0000000 150.1214114 - 269 26 3 1991 145.0000000 140.5283977 - 270 27 3 1991 127.0000000 132.4385674 - 271 28 3 1991 117.0000000 125.6570913 - 272 29 3 1991 109.0000000 119.6803207 - 273 30 3 1991 106.0000000 114.2206603 - 274 31 3 1991 99.0000000 109.2644023 - 275 1 4 1991 96.0000000 104.7946116 - 276 2 4 1991 88.0000000 100.7604310 - 277 3 4 1991 87.0000000 97.1084702 - 278 4 4 1991 82.0000000 93.8982720 - 279 5 4 1991 84.0000000 91.2445118 - 280 6 4 1991 67.0000000 88.8273102 - 281 7 4 1991 89.0000000 86.4724694 - 282 8 4 1991 75.0000000 84.2501743 - 283 9 4 1991 79.0000000 82.1207674 - 284 10 4 1991 70.0000000 80.0730092 - 285 11 4 1991 69.0000000 78.1377491 - 286 12 4 1991 69.0000000 76.3290533 - 287 13 4 1991 56.0000000 74.6415940 - 288 14 4 1991 63.0000000 73.0642695 - 289 15 4 1991 58.0000000 71.5863268 - 290 16 4 1991 56.0000000 70.1987103 - 291 17 4 1991 54.0000000 68.8912469 - 292 18 4 1991 57.0000000 67.6697258 - 293 19 4 1991 53.0000000 66.5916006 - 294 20 4 1991 53.0000000 65.8031549 - 295 21 4 1991 65.0000000 65.0257998 - 296 22 4 1991 69.0000000 65.0021669 - 297 23 4 1991 61.0000000 64.5110127 - 298 24 4 1991 56.0000000 63.9142196 - 299 25 4 1991 56.0000000 63.4162269 - 300 26 4 1991 53.0000000 62.3582368 - 301 27 4 1991 49.0000000 61.2055653 - 302 28 4 1991 53.0000000 60.2028931 - 303 29 4 1991 48.0000000 60.9852280 - 304 30 4 1991 57.0000000 70.5895814 - 305 1 5 1991 69.0000000 81.9482053 - 306 2 5 1991 89.0000000 85.0557426 - 307 3 5 1991 105.0000000 79.5456181 - 308 4 5 1991 79.0000000 73.1008467 - 309 5 5 1991 69.0000000 69.5302924 - 310 6 5 1991 71.0000000 67.3875038 - 311 7 5 1991 60.0000000 65.7226922 - 312 8 5 1991 64.0000000 64.2320581 - 313 9 5 1991 59.0000000 62.7769424 - 314 10 5 1991 57.0000000 61.4041500 - 315 11 5 1991 55.0000000 60.5830317 - 316 12 5 1991 53.0000000 61.3640934 - 317 13 5 1991 52.0000000 61.0350073 - 318 14 5 1991 50.0000000 59.3939992 - 319 15 5 1991 52.0000000 57.9793442 - 320 16 5 1991 54.0000000 58.3883074 - 321 17 5 1991 54.0000000 60.6265337 - 322 18 5 1991 55.0000000 59.8535844 - 323 19 5 1991 48.0000000 57.6146863 - 324 20 5 1991 48.0000000 56.0525660 - 325 21 5 1991 49.0000000 54.9435192 - 326 22 5 1991 41.0000000 53.9773698 - 327 23 5 1991 40.0000000 53.0706303 - 328 24 5 1991 40.0000000 52.2070532 - 329 25 5 1991 39.0000000 51.3817330 - 330 26 5 1991 43.0000000 50.5914274 - 331 27 5 1991 39.0000000 49.8333235 - 332 28 5 1991 36.0000000 49.1048853 - 333 29 5 1991 33.0000000 48.4038155 - 334 30 5 1991 39.0000000 47.7280305 - 335 31 5 1991 34.0000000 47.0756389 - 336 1 6 1991 37.0000000 46.4449223 - 337 2 6 1991 35.0000000 45.8343181 - 338 3 6 1991 29.0000000 45.2424044 - 339 4 6 1991 33.0000000 44.6678861 - 340 5 6 1991 34.0000000 44.1096532 - 341 6 6 1991 32.0000000 49.1047459 - 342 7 6 1991 38.0000000 54.7540449 - 343 8 6 1991 39.0000000 50.8394260 - 344 9 6 1991 41.0000000 48.7232902 - 345 10 6 1991 44.0000000 50.0300766 - 346 11 6 1991 48.0000000 50.7542230 - 347 12 6 1991 42.0000000 47.4243020 - 348 13 6 1991 37.0000000 44.8415309 - 349 14 6 1991 39.0000000 43.5619204 - 350 15 6 1991 35.0000000 42.7753907 - 351 16 6 1991 31.0000000 42.2445851 - 352 17 6 1991 33.0000000 43.0130201 - 353 18 6 1991 31.0000000 45.2786527 - 354 19 6 1991 28.0000000 45.4708671 - 355 20 6 1991 60.0000000 50.9130782 - 356 21 6 1991 48.0000000 62.5533286 - 357 22 6 1991 54.0000000 57.7364426 - 358 23 6 1991 63.0000000 54.2997119 - 359 24 6 1991 41.0000000 54.0772796 - 360 25 6 1991 42.0000000 48.5908026 - 361 26 6 1991 43.0000000 45.7262191 - 362 27 6 1991 38.0000000 46.5986977 - 363 28 6 1991 38.0000000 48.4577802 - 364 29 6 1991 35.0000000 47.7539129 - 365 30 6 1991 41.0000000 46.5292811 + 1 2 7 1990 92.0000000 74.4396793 + 2 3 7 1990 72.0000000 63.4255844 + 3 4 7 1990 58.0000000 61.8866781 + 4 5 7 1990 69.0000000 75.9474332 + 5 6 7 1990 94.0000000 84.2544500 + 6 7 7 1990 199.0000000 81.8372648 + 7 8 7 1990 133.0000000 79.9846977 + 8 9 7 1990 124.0000000 75.5355945 + 9 10 7 1990 123.0000000 70.5192315 + 10 11 7 1990 99.0000000 65.9424895 + 11 12 7 1990 88.0000000 62.6752736 + 12 13 7 1990 84.0000000 60.1255230 + 13 14 7 1990 72.0000000 57.8990863 + 14 15 7 1990 55.0000000 55.8815712 + 15 16 7 1990 65.0000000 54.0369225 + 16 17 7 1990 50.0000000 52.3442671 + 17 18 7 1990 50.0000000 50.7867086 + 18 19 7 1990 46.0000000 49.3496042 + 19 20 7 1990 44.0000000 48.0201260 + 20 21 7 1990 42.0000000 46.7869998 + 21 22 7 1990 37.0000000 45.6402946 + 22 23 7 1990 38.0000000 44.5712447 + 23 24 7 1990 44.0000000 43.5720977 + 24 25 7 1990 30.0000000 42.6359839 + 25 26 7 1990 26.0000000 41.7568059 + 26 27 7 1990 31.0000000 40.9291416 + 27 28 7 1990 33.0000000 42.1983677 + 28 29 7 1990 42.0000000 42.3582117 + 29 30 7 1990 36.0000000 39.6468997 + 30 31 7 1990 34.0000000 38.4491894 + 31 1 8 1990 25.0000000 37.7184843 + 32 2 8 1990 22.0000000 37.0837130 + 33 3 8 1990 28.0000000 36.4855888 + 34 4 8 1990 25.0000000 35.9147111 + 35 5 8 1990 19.0000000 35.3681228 + 36 6 8 1990 22.0000000 34.8437769 + 37 7 8 1990 19.0000000 34.3399984 + 38 8 8 1990 22.0000000 33.8551346 + 39 9 8 1990 19.0000000 33.3874874 + 40 10 8 1990 20.0000000 32.9357405 + 41 11 8 1990 19.0000000 32.4987801 + 42 12 8 1990 19.0000000 32.0755552 + 43 13 8 1990 22.0000000 32.5818298 + 44 14 8 1990 36.0000000 40.2617975 + 45 15 8 1990 31.0000000 49.8074517 + 46 16 8 1990 30.0000000 49.4841374 + 47 17 8 1990 28.0000000 42.0161870 + 48 18 8 1990 34.0000000 37.1344084 + 49 19 8 1990 21.0000000 34.0760614 + 50 20 8 1990 30.0000000 32.2312936 + 51 21 8 1990 22.0000000 31.3216221 + 52 22 8 1990 21.0000000 30.7514272 + 53 23 8 1990 23.0000000 30.2672107 + 54 24 8 1990 20.0000000 29.8124351 + 55 25 8 1990 29.0000000 29.3774795 + 56 26 8 1990 20.0000000 28.9650847 + 57 27 8 1990 22.0000000 28.6989518 + 58 28 8 1990 23.0000000 28.8804908 + 59 29 8 1990 35.0000000 29.0403176 + 60 30 8 1990 51.0000000 48.2058828 + 61 31 8 1990 80.0000000 91.8680884 + 62 1 9 1990 56.0000000 85.5330177 + 63 2 9 1990 33.0000000 57.5596910 + 64 3 9 1990 27.0000000 43.5285065 + 65 4 9 1990 27.0000000 38.7168365 + 66 5 9 1990 28.0000000 37.8417994 + 67 6 9 1990 26.0000000 39.1343193 + 68 7 9 1990 24.0000000 38.8297847 + 69 8 9 1990 33.0000000 37.5056591 + 70 9 9 1990 26.0000000 35.2168706 + 71 10 9 1990 27.0000000 33.5854041 + 72 11 9 1990 22.0000000 32.4095786 + 73 12 9 1990 22.0000000 31.4904152 + 74 13 9 1990 21.0000000 30.6849790 + 75 14 9 1990 22.0000000 29.9448376 + 76 15 9 1990 22.0000000 29.2563493 + 77 16 9 1990 22.0000000 28.6132758 + 78 17 9 1990 20.0000000 28.0109304 + 79 18 9 1990 22.0000000 27.4452629 + 80 19 9 1990 16.0000000 26.9126947 + 81 20 9 1990 22.0000000 26.4100512 + 82 21 9 1990 19.0000000 27.2043369 + 83 22 9 1990 32.0000000 45.0021975 + 84 23 9 1990 27.0000000 66.5501671 + 85 24 9 1990 45.0000000 69.6527159 + 86 25 9 1990 42.0000000 59.4036742 + 87 26 9 1990 39.0000000 44.8950176 + 88 27 9 1990 30.0000000 38.1468553 + 89 28 9 1990 28.0000000 35.5341818 + 90 29 9 1990 30.0000000 34.0736688 + 91 30 9 1990 30.0000000 40.5168363 + 92 1 10 1990 56.0000000 68.3647132 + 93 2 10 1990 72.0000000 95.1877437 + 94 3 10 1990 73.0000000 98.8980675 + 95 4 10 1990 68.0000000 93.5363305 + 96 5 10 1990 53.0000000 81.4909934 + 97 6 10 1990 42.0000000 72.9155141 + 98 7 10 1990 33.0000000 66.7566301 + 99 8 10 1990 42.0000000 61.8439768 + 100 9 10 1990 34.0000000 57.9870794 + 101 10 10 1990 36.0000000 54.7519436 + 102 11 10 1990 36.0000000 51.8984994 + 103 12 10 1990 28.0000000 49.3395725 + 104 13 10 1990 32.0000000 47.0336201 + 105 14 10 1990 27.0000000 44.9497185 + 106 15 10 1990 35.0000000 43.0930715 + 107 16 10 1990 42.0000000 42.1356692 + 108 17 10 1990 35.0000000 42.4785638 + 109 18 10 1990 39.0000000 45.2445497 + 110 19 10 1990 34.0000000 47.1735248 + 111 20 10 1990 32.0000000 44.3063660 + 112 21 10 1990 34.0000000 40.9433712 + 113 22 10 1990 27.0000000 38.8486923 + 114 23 10 1990 31.0000000 37.3812918 + 115 24 10 1990 28.0000000 36.1325744 + 116 25 10 1990 25.0000000 35.1165680 + 117 26 10 1990 29.0000000 38.6132713 + 118 27 10 1990 31.0000000 49.2955700 + 119 28 10 1990 65.0000000 93.7307069 + 120 29 10 1990 69.0000000 145.4922705 + 121 30 10 1990 157.0000000 156.6698300 + 122 31 10 1990 190.0000000 148.7905634 + 123 1 11 1990 115.0000000 135.8735320 + 124 2 11 1990 104.0000000 129.4807164 + 125 3 11 1990 100.0000000 127.6273241 + 126 4 11 1990 131.0000000 130.8752157 + 127 5 11 1990 130.0000000 135.0346173 + 128 6 11 1990 115.0000000 134.0522106 + 129 7 11 1990 102.0000000 126.1129641 + 130 8 11 1990 95.0000000 113.7047769 + 131 9 11 1990 81.0000000 100.8649350 + 132 10 11 1990 66.0000000 93.8030845 + 133 11 11 1990 67.0000000 99.6669992 + 134 12 11 1990 74.0000000 107.3436489 + 135 13 11 1990 109.0000000 118.0745042 + 136 14 11 1990 92.0000000 129.0286035 + 137 15 11 1990 92.0000000 135.6384590 + 138 16 11 1990 155.0000000 141.9642837 + 139 17 11 1990 159.0000000 146.4816494 + 140 18 11 1990 131.0000000 147.7064624 + 141 19 11 1990 161.0000000 151.1023043 + 142 20 11 1990 196.0000000 174.5992691 + 143 21 11 1990 336.0000000 223.2125452 + 144 22 11 1990 566.0000000 261.1423464 + 145 23 11 1990 373.0000000 276.0804304 + 146 24 11 1990 293.0000000 283.8233048 + 147 25 11 1990 264.0000000 285.7649730 + 148 26 11 1990 226.0000000 273.0076642 + 149 27 11 1990 201.0000000 249.3750212 + 150 28 11 1990 180.0000000 220.9622999 + 151 29 11 1990 161.0000000 196.2630829 + 152 30 11 1990 149.0000000 178.7788169 + 153 1 12 1990 134.0000000 162.4606411 + 154 2 12 1990 113.0000000 146.8661276 + 155 3 12 1990 99.0000000 132.3138772 + 156 4 12 1990 107.0000000 121.0040134 + 157 5 12 1990 99.0000000 112.6961383 + 158 6 12 1990 89.0000000 106.0525509 + 159 7 12 1990 77.0000000 100.3347870 + 160 8 12 1990 71.0000000 95.2388109 + 161 9 12 1990 68.0000000 90.6659039 + 162 10 12 1990 73.0000000 86.5522654 + 163 11 12 1990 84.0000000 82.8416544 + 164 12 12 1990 88.0000000 85.6537702 + 165 13 12 1990 92.0000000 96.1963794 + 166 14 12 1990 128.0000000 97.3020726 + 167 15 12 1990 136.0000000 92.4302463 + 168 16 12 1990 114.0000000 87.4671468 + 169 17 12 1990 101.0000000 83.2840232 + 170 18 12 1990 93.0000000 79.5772958 + 171 19 12 1990 85.0000000 76.2466122 + 172 20 12 1990 81.0000000 73.2421252 + 173 21 12 1990 106.0000000 82.5503803 + 174 22 12 1990 159.0000000 109.7587238 + 175 23 12 1990 250.0000000 126.3694147 + 176 24 12 1990 298.0000000 128.8295622 + 177 25 12 1990 261.0000000 137.1388029 + 178 26 12 1990 228.0000000 178.3718754 + 179 27 12 1990 409.0000000 244.3449839 + 180 28 12 1990 486.0000000 303.8267871 + 181 29 12 1990 440.0000000 365.6468070 + 182 30 12 1990 486.0000000 435.9072485 + 183 31 12 1990 774.0000000 506.5690761 diff --git a/check/case_01/output_save/b1_discharge.nc b/check/case_01/output_save/b1_discharge.nc old mode 100755 new mode 100644 index 58e0d1734ccb7e2f803d602549f9d5ed08ac888b..1f24c4cec1c1c41a5d3aa9e21c0ce9eeec6c581b Binary files a/check/case_01/output_save/b1_discharge.nc and b/check/case_01/output_save/b1_discharge.nc differ diff --git a/check/case_01/output_save/b1_mHM_Fluxes_States.nc b/check/case_01/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 14df949df402762b3aa2e20c149935345e0453a3..dbd2dc1b0367e631ef25110c7369fbfef1335c54 Binary files a/check/case_01/output_save/b1_mHM_Fluxes_States.nc and b/check/case_01/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_01/output_save/b1_mHM_restart_001.nc b/check/case_01/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index 769a90e7f1552d9c95377eedf41a889cd2af74c7..de53651b636f71e2da2c252d0d6afd5de97f2c10 Binary files a/check/case_01/output_save/b1_mHM_restart_001.nc and b/check/case_01/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_01/output_save/b1_mRM_restart_001.nc b/check/case_01/output_save/b1_mRM_restart_001.nc index bc7ebe788d027d2e16a2cfae124750ded29bf874..92a35c9718df06a338a35387b33c8c75e3fd6178 100644 Binary files a/check/case_01/output_save/b1_mRM_restart_001.nc and b/check/case_01/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_01/restart/b1_001_L11_config.nc b/check/case_01/restart/b1_001_L11_config.nc deleted file mode 100755 index 18bd82506c71ac99669bd45b67fe73bbc29ccfe0..0000000000000000000000000000000000000000 Binary files a/check/case_01/restart/b1_001_L11_config.nc and /dev/null differ diff --git a/check/case_01/restart/b1_001_config.nc b/check/case_01/restart/b1_001_config.nc deleted file mode 100755 index 4727becb204b53685d52c8aeb5f8da788a61544a..0000000000000000000000000000000000000000 Binary files a/check/case_01/restart/b1_001_config.nc and /dev/null differ diff --git a/check/case_01/restart/b1_mHM_restart_001.nc b/check/case_01/restart/b1_mHM_restart_001.nc deleted file mode 100755 index 1c937d0ff7b8a66ca170ac4781510d57066fc606..0000000000000000000000000000000000000000 Binary files a/check/case_01/restart/b1_mHM_restart_001.nc and /dev/null differ diff --git a/check/case_01/restart/b1_mHM_restart_001.nc b/check/case_01/restart/b1_mHM_restart_001.nc new file mode 120000 index 0000000000000000000000000000000000000000..115b163a1627e56e68a4041205545cc13b078310 --- /dev/null +++ b/check/case_01/restart/b1_mHM_restart_001.nc @@ -0,0 +1 @@ +b1_mHM_restart_001.nc_new \ No newline at end of file diff --git a/check/case_01/restart/b1_mHM_restart_001.nc_new b/check/case_01/restart/b1_mHM_restart_001.nc_new new file mode 100644 index 0000000000000000000000000000000000000000..02a0917b9070aa1d6ba6522cddfa2c358fb1804a Binary files /dev/null and b/check/case_01/restart/b1_mHM_restart_001.nc_new differ diff --git a/check/case_01/restart/b1_mRM_restart_001.nc b/check/case_01/restart/b1_mRM_restart_001.nc index bd47cb0429f50ccbf93261d114247423da3c422b..5ac6ce2193aefc1ec53ad9a91b1f68951df4aff5 100644 Binary files a/check/case_01/restart/b1_mRM_restart_001.nc and b/check/case_01/restart/b1_mRM_restart_001.nc differ diff --git a/check/case_01/simulation_mhm_case01.ini b/check/case_01/simulation_mhm_case01.ini deleted file mode 100755 index 5dac15d1e4e5d742ef1cbdf96481be76fb9a3ca4..0000000000000000000000000000000000000000 --- a/check/case_01/simulation_mhm_case01.ini +++ /dev/null @@ -1,18 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_01 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig_mhm_mrm__read_restart = True -nml__directories_mhm__time_step_model_inputs = [0] -nml__processselection__processcase(5) = 1 diff --git a/check/case_02/mhm.nml b/check/case_02/mhm.nml index eda3dbe0690f287ccc4cde155eb1b3883e635fbd..9543fa8d6bc0c413ae6b10643caa8ede711f89d0 100755 --- a/check/case_02/mhm.nml +++ b/check/case_02/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = -2 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_02/mhm_parameter.nml b/check/case_02/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_02/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_02/mhm_parameter.nml b/check/case_02/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_02/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_02/output_save/ConfigFile.log b/check/case_02/output_save/ConfigFile.log deleted file mode 100755 index ccac7d1169d35d1dbfabe648558c6ab4d7700488..0000000000000000000000000000000000000000 --- a/check/case_02/output_save/ConfigFile.log +++ /dev/null @@ -1,100 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Basin 1 Hydrology Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 1.000 0.500 jarvis_sm_threshold_c1 - 28 0.000 5.000 0.500 imperviousStorageCapacity - 29 0.750 1.750 1.190 PriestleyTaylorCoeff - 30 -0.500 0.200 0.058 PriestleyTaylorLAIcorr - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 1.000 1000.000 100.000 GeoParam(1,:) - 40 1.000 1000.000 100.000 GeoParam(2,:) - 41 1.000 1000.000 100.000 GeoParam(3,:) - 42 1.000 1000.000 100.000 GeoParam(4,:) - 43 1.000 1000.000 100.000 GeoParam(5,:) - 44 1.000 1000.000 100.000 GeoParam(6,:) - 45 1.000 1000.000 100.000 GeoParam(7,:) - 46 1.000 1000.000 100.000 GeoParam(8,:) - 47 1.000 1000.000 100.000 GeoParam(9,:) - 48 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - diff --git a/check/case_02/output_save/b1_mHM_Fluxes_States.nc b/check/case_02/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 5bfde00cebc67d105a26dbf160194a607eea5b4d..d49b3c0d9a6260910c572b261279736c15c0662e Binary files a/check/case_02/output_save/b1_mHM_Fluxes_States.nc and b/check/case_02/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_02/output_save/b1_mHM_restart_001.nc b/check/case_02/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index 0ba003a7774e6f78009eacff6d7c144d6d0c5700..002926a44b3141b1abc9a9e395f0a09720c72c0d Binary files a/check/case_02/output_save/b1_mHM_restart_001.nc and b/check/case_02/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_02/simulation_mhm_case02.ini b/check/case_02/simulation_mhm_case02.ini deleted file mode 100755 index e5f4296c2b3a2cddafd5ab88d171aaf712d34bc3..0000000000000000000000000000000000000000 --- a/check/case_02/simulation_mhm_case02.ini +++ /dev/null @@ -1,20 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_02 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__directories_mhm__time_step_model_inputs = -2 -nml__processselection__processcase(3) = 2 -nml__processselection__processcase(5) = 2 -nml__processselection__processcase(8) = 0 - diff --git a/check/case_03/mhm.nml b/check/case_03/mhm.nml index afbc52051cbd092c873ce9bcc84a32581136d273..bbddb6a7f269f2e2f3bfda57841f22774bad113a 100755 --- a/check/case_03/mhm.nml +++ b/check/case_03/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_03/mhm_parameter.nml b/check/case_03/mhm_parameter.nml deleted file mode 100755 index 0c7fabc0ec72359d3f6350e94eb6f00ac82ab701..0000000000000000000000000000000000000000 --- a/check/case_03/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_03/mhm_parameter.nml b/check/case_03/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_03/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_03/output_save/ConfigFile.log b/check/case_03/output_save/ConfigFile.log deleted file mode 100755 index b2e4617a50d26778876befd834d825fbcf3a6294..0000000000000000000000000000000000000000 --- a/check/case_03/output_save/ConfigFile.log +++ /dev/null @@ -1,251 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 15.000 40.000 15.000 canopyheigth_forest - 29 0.010 0.500 0.020 canopyheigth_impervious - 30 0.100 5.000 0.110 canopyheigth_pervious - 31 0.500 0.850 0.640 displacementheight_coeff - 32 0.090 0.160 0.095 roughnesslength_momentum_coeff - 33 0.070 0.130 0.075 roughnesslength_heat_coeff - 34 10.000 200.000 56.000 stomatal_resistance - 35 75.000 200.000 85.000 interflowStorageCapacityFactor - 36 0.000 10.000 7.000 interflowRecession_slope - 37 1.000 3.000 1.500 fastInterflowRecession_forest - 38 1.000 30.000 15.000 slowInterflowRecession_Ks - 39 0.050 0.300 0.125 exponentSlowInterflow - 40 0.000 50.000 35.000 rechargeCoefficient - 41 -5.000 5.000 -1.000 rechargeFactor_karstic - 42 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 43 0.310 0.350 0.325 muskingumTravelTime_constant - 44 0.070 0.080 0.075 muskingumTravelTime_riverLength - 45 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 46 0.090 0.110 0.100 muskingumTravelTime_impervious - 47 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 48 1.000 1000.000 100.000 GeoParam(1,:) - 49 1.000 1000.000 100.000 GeoParam(2,:) - 50 1.000 1000.000 100.000 GeoParam(3,:) - 51 1.000 1000.000 100.000 GeoParam(4,:) - 52 1.000 1000.000 100.000 GeoParam(5,:) - 53 1.000 1000.000 100.000 GeoParam(6,:) - 54 1.000 1000.000 100.000 GeoParam(7,:) - 55 1.000 1000.000 100.000 GeoParam(8,:) - 56 1.000 1000.000 100.000 GeoParam(9,:) - 57 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_03/output_save/FinalParam.out b/check/case_03/output_save/FinalParam.out deleted file mode 100755 index e958c3b026f83bcc8600be23d913ae9904f1d80d..0000000000000000000000000000000000000000 --- a/check/case_03/output_save/FinalParam.out +++ /dev/null @@ -1,2 +0,0 @@ - OF canopyInterceptionFactor snowTreshholdTemperature degreeDayFactor_forest degreeDayFactor_impervious degreeDayFactor_pervious increaseDegreeDayFactorByPrecip maxDegreeDayFactor_forest maxDegreeDayFactor_impervious maxDegreeDayFactor_pervious orgMatterContent_forest orgMatterContent_impervious orgMatterContent_pervious PTF_lower66_5_constant PTF_lower66_5_clay PTF_lower66_5_Db PTF_higher66_5_constant PTF_higher66_5_clay PTF_higher66_5_Db PTF_Ks_constant PTF_Ks_sand PTF_Ks_clay PTF_Ks_curveSlope rootFractionCoefficient_forest rootFractionCoefficient_impervious rootFractionCoefficient_pervious infiltrationShapeFactor imperviousStorageCapacity canopyheigth_forest canopyheigth_impervious canopyheigth_pervious displacementheight_coeff roughnesslength_momentum_coeff roughnesslength_heat_coeff stomatal_resistance interflowStorageCapacityFactor interflowRecession_slope fastInterflowRecession_forest slowInterflowRecession_Ks exponentSlowInterflow rechargeCoefficient rechargeFactor_karstic gain_loss_GWreservoir_karstic muskingumTravelTime_constant muskingumTravelTime_riverLength muskingumTravelTime_riverSlope muskingumTravelTime_impervious muskingumAttenuation_riverSlope GeoParam(1,:) GeoParam(2,:) GeoParam(3,:) GeoParam(4,:) GeoParam(5,:) GeoParam(6,:) GeoParam(7,:) GeoParam(8,:) GeoParam(9,:) GeoParam(10,:) - 1.13459403923919E-01 2.06292417175140E-01 1.11413798514203E+00 2.12340562437516E+00 3.58416663643768E-01 7.44023834479764E-01 4.43954961941640E-01 3.07504025961314E+00 3.19534639391650E+00 5.65569750791907E+00 1.39913675012930E+01 5.10561236169750E-02 8.96613581800218E-01 7.07150874596424E-01 1.05849042607406E-03 -2.50290485999284E-01 8.09060290214743E-01 -2.29923500394625E-03 -2.70274825467716E-01 -5.76887394145837E-01 1.28010129888311E-02 5.92116651458391E-03 6.09600000000000E+01 9.85067019078026E-01 9.48770283181742E-01 5.90029560393559E-03 2.97556062380225E+00 2.15051846020602E-01 2.19092727422325E+01 4.40923669242913E-02 1.53484978059827E-01 6.31787215053195E-01 9.61997098580249E-02 7.41232806863261E-02 4.44181155601425E+01 1.00446402413275E+02 5.72819497604246E+00 1.46913842205795E+00 1.09375259686087E+01 1.85495267349062E-01 2.56791391299436E+01 2.47055780892711E+00 1.00000000000000E+00 3.34277347185789E-01 7.54363494026376E-02 2.00216264925617E+00 1.01811262528843E-01 3.41282646405447E-01 9.70303313768825E+01 6.69985228998802E+01 4.79554431856718E+01 1.81009520825398E+02 1.00000000000000E+02 1.00000000000000E+02 8.41387726473933E+00 1.00000000000000E+02 1.47263520762120E+02 2.22744376104507E+01 diff --git a/check/case_03/output_save/b1_daily_discharge.out b/check/case_03/output_save/b1_daily_discharge.out deleted file mode 100755 index 68cc34653a7bdee8c9bdfcef6fee93797e5c506a..0000000000000000000000000000000000000000 --- a/check/case_03/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 57.8478740 - 2 2 7 1990 92.0000000 44.0337466 - 3 3 7 1990 72.0000000 49.6499895 - 4 4 7 1990 58.0000000 63.3494064 - 5 5 7 1990 69.0000000 86.9783534 - 6 6 7 1990 94.0000000 66.2696185 - 7 7 7 1990 199.0000000 70.0045693 - 8 8 7 1990 133.0000000 65.8732172 - 9 9 7 1990 124.0000000 52.9879229 - 10 10 7 1990 123.0000000 50.2019288 - 11 11 7 1990 99.0000000 47.7756819 - 12 12 7 1990 88.0000000 45.6521548 - 13 13 7 1990 84.0000000 43.7846404 - 14 14 7 1990 72.0000000 42.1345829 - 15 15 7 1990 55.0000000 40.6699724 - 16 16 7 1990 65.0000000 39.3640942 - 17 17 7 1990 50.0000000 38.1945467 - 18 18 7 1990 50.0000000 37.1424624 - 19 19 7 1990 46.0000000 36.1918872 - 20 20 7 1990 44.0000000 35.3292809 - 21 21 7 1990 42.0000000 34.5431127 - 22 22 7 1990 37.0000000 33.8235326 - 23 23 7 1990 38.0000000 33.1621022 - 24 24 7 1990 44.0000000 32.5515727 - 25 25 7 1990 30.0000000 31.9857022 - 26 26 7 1990 26.0000000 31.4591029 - 27 27 7 1990 31.0000000 30.9671145 - 28 28 7 1990 33.0000000 37.2698215 - 29 29 7 1990 42.0000000 32.2637063 - 30 30 7 1990 36.0000000 29.8523002 - 31 31 7 1990 34.0000000 29.4456207 - 32 1 8 1990 25.0000000 29.0601260 - 33 2 8 1990 22.0000000 28.6934973 - 34 3 8 1990 28.0000000 28.3437102 - 35 4 8 1990 25.0000000 28.0089954 - 36 5 8 1990 19.0000000 27.6878035 - 37 6 8 1990 22.0000000 27.3787759 - 38 7 8 1990 19.0000000 27.0807196 - 39 8 8 1990 22.0000000 26.7925854 - 40 9 8 1990 19.0000000 26.5134495 - 41 10 8 1990 20.0000000 26.2424974 - 42 11 8 1990 19.0000000 25.9790098 - 43 12 8 1990 19.0000000 25.7223511 - 44 13 8 1990 22.0000000 29.9464197 - 45 14 8 1990 36.0000000 47.1539761 - 46 15 8 1990 31.0000000 38.7686586 - 47 16 8 1990 30.0000000 34.0395280 - 48 17 8 1990 28.0000000 30.4032226 - 49 18 8 1990 34.0000000 24.9220433 - 50 19 8 1990 21.0000000 24.6515633 - 51 20 8 1990 30.0000000 24.3902643 - 52 21 8 1990 22.0000000 24.1372525 - 53 22 8 1990 21.0000000 23.8917572 - 54 23 8 1990 23.0000000 23.6531008 - 55 24 8 1990 20.0000000 23.4206869 - 56 25 8 1990 29.0000000 23.1939896 - 57 26 8 1990 20.0000000 23.2958628 - 58 27 8 1990 22.0000000 23.9791896 - 59 28 8 1990 23.0000000 22.5733555 - 60 29 8 1990 35.0000000 22.3559600 - 61 30 8 1990 51.0000000 105.1059890 - 62 31 8 1990 80.0000000 85.7389234 - 63 1 9 1990 56.0000000 30.9239914 - 64 2 9 1990 33.0000000 25.0281777 - 65 3 9 1990 27.0000000 24.6357525 - 66 4 9 1990 27.0000000 30.4209712 - 67 5 9 1990 28.0000000 30.1768254 - 68 6 9 1990 26.0000000 23.7646289 - 69 7 9 1990 24.0000000 31.1333679 - 70 8 9 1990 33.0000000 27.0521701 - 71 9 9 1990 26.0000000 22.9186597 - 72 10 9 1990 27.0000000 22.5287638 - 73 11 9 1990 22.0000000 22.1669560 - 74 12 9 1990 22.0000000 21.8296235 - 75 13 9 1990 21.0000000 21.5137051 - 76 14 9 1990 22.0000000 21.2165826 - 77 15 9 1990 22.0000000 20.9360096 - 78 16 9 1990 22.0000000 20.6700537 - 79 17 9 1990 20.0000000 20.4170481 - 80 18 9 1990 22.0000000 20.1755513 - 81 19 9 1990 16.0000000 19.9443139 - 82 20 9 1990 22.0000000 19.7222504 - 83 21 9 1990 19.0000000 29.5482668 - 84 22 9 1990 32.0000000 96.0415200 - 85 23 9 1990 27.0000000 66.4379014 - 86 24 9 1990 45.0000000 44.5396724 - 87 25 9 1990 42.0000000 28.9723741 - 88 26 9 1990 39.0000000 25.3707957 - 89 27 9 1990 30.0000000 24.4618566 - 90 28 9 1990 28.0000000 23.6977001 - 91 29 9 1990 30.0000000 23.0693060 - 92 30 9 1990 30.0000000 77.6498268 - 93 1 10 1990 56.0000000 112.6226561 - 94 2 10 1990 72.0000000 70.0704936 - 95 3 10 1990 73.0000000 77.6288052 - 96 4 10 1990 68.0000000 66.9269076 - 97 5 10 1990 53.0000000 52.4415382 - 98 6 10 1990 42.0000000 46.4590244 - 99 7 10 1990 33.0000000 42.9820501 - 100 8 10 1990 42.0000000 40.1320119 - 101 9 10 1990 34.0000000 37.5121921 - 102 10 10 1990 36.0000000 35.3232453 - 103 11 10 1990 36.0000000 33.4286160 - 104 12 10 1990 28.0000000 31.7803112 - 105 13 10 1990 32.0000000 30.3392069 - 106 14 10 1990 27.0000000 29.0732026 - 107 15 10 1990 35.0000000 28.6612359 - 108 16 10 1990 42.0000000 30.3455373 - 109 17 10 1990 35.0000000 38.9694077 - 110 18 10 1990 39.0000000 37.5913533 - 111 19 10 1990 34.0000000 29.6032311 - 112 20 10 1990 32.0000000 28.3889657 - 113 21 10 1990 34.0000000 27.3192701 - 114 22 10 1990 27.0000000 26.3714293 - 115 23 10 1990 31.0000000 25.5275114 - 116 24 10 1990 28.0000000 24.7725575 - 117 25 10 1990 25.0000000 25.9054521 - 118 26 10 1990 29.0000000 46.6997404 - 119 27 10 1990 31.0000000 56.2793783 - 120 28 10 1990 65.0000000 195.1972632 - 121 29 10 1990 69.0000000 223.4257847 - 122 30 10 1990 157.0000000 183.0376792 - 123 31 10 1990 190.0000000 150.5588739 - 124 1 11 1990 115.0000000 150.0033564 - 125 2 11 1990 104.0000000 155.7388046 - 126 3 11 1990 100.0000000 151.7499220 - 127 4 11 1990 131.0000000 141.8538776 - 128 5 11 1990 130.0000000 133.0233369 - 129 6 11 1990 115.0000000 112.6331653 - 130 7 11 1990 102.0000000 98.7843142 - 131 8 11 1990 95.0000000 88.2929365 - 132 9 11 1990 81.0000000 80.7719238 - 133 10 11 1990 66.0000000 94.7432656 - 134 11 11 1990 67.0000000 131.1228678 - 135 12 11 1990 74.0000000 131.4805563 - 136 13 11 1990 109.0000000 128.3401096 - 137 14 11 1990 92.0000000 161.7522005 - 138 15 11 1990 92.0000000 176.2120692 - 139 16 11 1990 155.0000000 161.6755738 - 140 17 11 1990 159.0000000 148.7122200 - 141 18 11 1990 131.0000000 168.6456855 - 142 19 11 1990 161.0000000 185.2174481 - 143 20 11 1990 196.0000000 308.9067915 - 144 21 11 1990 336.0000000 399.8705775 - 145 22 11 1990 566.0000000 349.7775401 - 146 23 11 1990 373.0000000 348.0871347 - 147 24 11 1990 293.0000000 312.1874148 - 148 25 11 1990 264.0000000 296.2301982 - 149 26 11 1990 226.0000000 262.3365040 - 150 27 11 1990 201.0000000 214.3829864 - 151 28 11 1990 180.0000000 179.2778711 - 152 29 11 1990 161.0000000 174.9570264 - 153 30 11 1990 149.0000000 168.8852721 - 154 1 12 1990 134.0000000 147.2717653 - 155 2 12 1990 113.0000000 132.8190142 - 156 3 12 1990 99.0000000 120.2823374 - 157 4 12 1990 107.0000000 110.5552084 - 158 5 12 1990 99.0000000 102.0568774 - 159 6 12 1990 89.0000000 94.5553441 - 160 7 12 1990 77.0000000 88.2883955 - 161 8 12 1990 71.0000000 82.9570203 - 162 9 12 1990 68.0000000 78.3910617 - 163 10 12 1990 73.0000000 74.4556415 - 164 11 12 1990 84.0000000 71.0429211 - 165 12 12 1990 88.0000000 94.0746640 - 166 13 12 1990 92.0000000 110.9553346 - 167 14 12 1990 128.0000000 106.2542202 - 168 15 12 1990 136.0000000 95.9755697 - 169 16 12 1990 114.0000000 88.4792653 - 170 17 12 1990 101.0000000 82.3306697 - 171 18 12 1990 93.0000000 77.1937800 - 172 19 12 1990 85.0000000 72.8643263 - 173 20 12 1990 81.0000000 69.1850640 - 174 21 12 1990 106.0000000 115.0914855 - 175 22 12 1990 159.0000000 177.6717196 - 176 23 12 1990 250.0000000 219.1147002 - 177 24 12 1990 298.0000000 210.8135705 - 178 25 12 1990 261.0000000 255.5488435 - 179 26 12 1990 228.0000000 418.4839315 - 180 27 12 1990 409.0000000 532.2322608 - 181 28 12 1990 486.0000000 529.8731711 - 182 29 12 1990 440.0000000 659.7070929 - 183 30 12 1990 486.0000000 834.8561599 - 184 31 12 1990 774.0000000 914.6197479 - 185 1 1 1991 889.0000000 928.5797270 - 186 2 1 1991 863.0000000 962.7479789 - 187 3 1 1991 875.0000000 1020.0040303 - 188 4 1 1991 932.0000000 860.8736588 - 189 5 1 1991 826.0000000 776.7691595 - 190 6 1 1991 731.0000000 718.1897843 - 191 7 1 1991 613.0000000 660.2472540 - 192 8 1 1991 610.0000000 641.2346818 - 193 9 1 1991 686.0000000 566.5677356 - 194 10 1 1991 556.0000000 633.5696441 - 195 11 1 1991 669.0000000 697.3045990 - 196 12 1 1991 828.0000000 615.9835887 - 197 13 1 1991 735.0000000 455.5148117 - 198 14 1 1991 513.0000000 355.1165562 - 199 15 1 1991 411.0000000 294.9752401 - 200 16 1 1991 345.0000000 256.9460517 - 201 17 1 1991 293.0000000 228.4277276 - 202 18 1 1991 251.0000000 205.5975777 - 203 19 1 1991 222.0000000 187.1004411 - 204 20 1 1991 215.0000000 171.9849362 - 205 21 1 1991 213.0000000 168.7757642 - 206 22 1 1991 202.0000000 175.2994609 - 207 23 1 1991 200.0000000 169.1155448 - 208 24 1 1991 192.0000000 157.2837106 - 209 25 1 1991 176.0000000 146.7286490 - 210 26 1 1991 164.0000000 138.0672980 - 211 27 1 1991 157.0000000 130.4729110 - 212 28 1 1991 134.0000000 124.0291346 - 213 29 1 1991 130.0000000 118.5156087 - 214 30 1 1991 119.0000000 113.7599494 - 215 31 1 1991 107.0000000 109.6261136 - 216 1 2 1991 112.0000000 106.0058292 - 217 2 2 1991 109.0000000 102.8122585 - 218 3 2 1991 101.0000000 99.9752601 - 219 4 2 1991 98.0000000 97.4378081 - 220 5 2 1991 84.0000000 95.1532594 - 221 6 2 1991 93.0000000 93.0832500 - 222 7 2 1991 80.0000000 91.1960620 - 223 8 2 1991 73.0000000 89.4653448 - 224 9 2 1991 89.0000000 87.8691088 - 225 10 2 1991 84.0000000 86.3889258 - 226 11 2 1991 78.0000000 85.0092914 - 227 12 2 1991 79.0000000 83.7171123 - 228 13 2 1991 77.0000000 82.5012928 - 229 14 2 1991 80.0000000 81.3523988 - 230 15 2 1991 72.0000000 80.2623836 - 231 16 2 1991 78.0000000 84.0747907 - 232 17 2 1991 74.0000000 83.6948687 - 233 18 2 1991 77.0000000 81.8896552 - 234 19 2 1991 73.0000000 106.0030664 - 235 20 2 1991 69.0000000 142.2510674 - 236 21 2 1991 74.0000000 206.0780949 - 237 22 2 1991 81.0000000 242.7920313 - 238 23 2 1991 110.0000000 224.4551841 - 239 24 2 1991 180.0000000 204.0712322 - 240 25 2 1991 213.0000000 191.2919644 - 241 26 2 1991 222.0000000 177.9938250 - 242 27 2 1991 208.0000000 172.1613347 - 243 28 2 1991 211.0000000 168.2098973 - 244 1 3 1991 214.0000000 165.9986435 - 245 2 3 1991 208.0000000 181.0904475 - 246 3 3 1991 221.0000000 179.2205316 - 247 4 3 1991 281.0000000 161.0719869 - 248 5 3 1991 219.0000000 147.9065972 - 249 6 3 1991 190.0000000 137.2539212 - 250 7 3 1991 173.0000000 128.3394279 - 251 8 3 1991 164.0000000 121.3640959 - 252 9 3 1991 142.0000000 117.0514372 - 253 10 3 1991 133.0000000 113.9041795 - 254 11 3 1991 133.0000000 109.9929507 - 255 12 3 1991 118.0000000 105.0038213 - 256 13 3 1991 127.0000000 100.6302718 - 257 14 3 1991 113.0000000 96.8358641 - 258 15 3 1991 107.0000000 93.5192034 - 259 16 3 1991 100.0000000 90.5994279 - 260 17 3 1991 100.0000000 88.0183028 - 261 18 3 1991 95.0000000 85.8129018 - 262 19 3 1991 98.0000000 157.6209909 - 263 20 3 1991 119.0000000 193.2424878 - 264 21 3 1991 159.0000000 204.9428186 - 265 22 3 1991 196.0000000 224.9336408 - 266 23 3 1991 242.0000000 200.7428226 - 267 24 3 1991 216.0000000 177.5355211 - 268 25 3 1991 180.0000000 160.2023632 - 269 26 3 1991 145.0000000 146.3409846 - 270 27 3 1991 127.0000000 135.2762967 - 271 28 3 1991 117.0000000 125.6783298 - 272 29 3 1991 109.0000000 117.6509038 - 273 30 3 1991 106.0000000 110.9108114 - 274 31 3 1991 99.0000000 105.2022706 - 275 1 4 1991 96.0000000 100.3274528 - 276 2 4 1991 88.0000000 96.1317504 - 277 3 4 1991 87.0000000 92.4931890 - 278 4 4 1991 82.0000000 90.0797711 - 279 5 4 1991 84.0000000 87.6593836 - 280 6 4 1991 67.0000000 84.9735085 - 281 7 4 1991 89.0000000 82.8962986 - 282 8 4 1991 75.0000000 80.9492971 - 283 9 4 1991 79.0000000 79.0350468 - 284 10 4 1991 70.0000000 77.2851808 - 285 11 4 1991 69.0000000 75.6945720 - 286 12 4 1991 69.0000000 74.2400697 - 287 13 4 1991 56.0000000 72.9023776 - 288 14 4 1991 63.0000000 71.6711670 - 289 15 4 1991 58.0000000 70.5210672 - 290 16 4 1991 56.0000000 69.4459598 - 291 17 4 1991 54.0000000 68.4371591 - 292 18 4 1991 57.0000000 67.5299191 - 293 19 4 1991 53.0000000 67.8572952 - 294 20 4 1991 53.0000000 66.8335771 - 295 21 4 1991 65.0000000 65.8930939 - 296 22 4 1991 69.0000000 68.1327315 - 297 23 4 1991 61.0000000 69.5559129 - 298 24 4 1991 56.0000000 66.1843592 - 299 25 4 1991 56.0000000 64.8773824 - 300 26 4 1991 53.0000000 63.9217810 - 301 27 4 1991 49.0000000 63.0299037 - 302 28 4 1991 53.0000000 62.1863617 - 303 29 4 1991 48.0000000 68.2144606 - 304 30 4 1991 57.0000000 106.2302400 - 305 1 5 1991 69.0000000 98.2141756 - 306 2 5 1991 89.0000000 79.3314403 - 307 3 5 1991 105.0000000 76.2512942 - 308 4 5 1991 79.0000000 73.6091207 - 309 5 5 1991 69.0000000 71.7071272 - 310 6 5 1991 71.0000000 70.4903118 - 311 7 5 1991 60.0000000 67.9246986 - 312 8 5 1991 64.0000000 66.2102667 - 313 9 5 1991 59.0000000 64.7338272 - 314 10 5 1991 57.0000000 65.9983339 - 315 11 5 1991 55.0000000 67.9989301 - 316 12 5 1991 53.0000000 64.7085643 - 317 13 5 1991 52.0000000 63.5504497 - 318 14 5 1991 50.0000000 62.6118495 - 319 15 5 1991 52.0000000 70.6137294 - 320 16 5 1991 54.0000000 69.4864037 - 321 17 5 1991 54.0000000 64.6968684 - 322 18 5 1991 55.0000000 62.8414809 - 323 19 5 1991 48.0000000 61.4766105 - 324 20 5 1991 48.0000000 60.2229782 - 325 21 5 1991 49.0000000 59.0666235 - 326 22 5 1991 41.0000000 57.9959918 - 327 23 5 1991 40.0000000 57.0010245 - 328 24 5 1991 40.0000000 56.0729527 - 329 25 5 1991 39.0000000 55.2041223 - 330 26 5 1991 43.0000000 54.3878439 - 331 27 5 1991 39.0000000 53.6182648 - 332 28 5 1991 36.0000000 52.8902582 - 333 29 5 1991 33.0000000 52.1993293 - 334 30 5 1991 39.0000000 51.5415325 - 335 31 5 1991 34.0000000 50.9134018 - 336 1 6 1991 37.0000000 50.3118889 - 337 2 6 1991 35.0000000 49.7343109 - 338 3 6 1991 29.0000000 49.1783041 - 339 4 6 1991 33.0000000 48.6417843 - 340 5 6 1991 34.0000000 48.3116332 - 341 6 6 1991 32.0000000 68.7371799 - 342 7 6 1991 38.0000000 69.9333169 - 343 8 6 1991 39.0000000 58.6801096 - 344 9 6 1991 41.0000000 53.7869400 - 345 10 6 1991 44.0000000 62.5501323 - 346 11 6 1991 48.0000000 52.9650038 - 347 12 6 1991 42.0000000 50.5378771 - 348 13 6 1991 37.0000000 49.6358750 - 349 14 6 1991 39.0000000 48.9127049 - 350 15 6 1991 35.0000000 48.8226221 - 351 16 6 1991 31.0000000 53.3965423 - 352 17 6 1991 33.0000000 56.5022314 - 353 18 6 1991 31.0000000 53.6138279 - 354 19 6 1991 28.0000000 51.5077562 - 355 20 6 1991 60.0000000 95.4357274 - 356 21 6 1991 48.0000000 73.6774928 - 357 22 6 1991 54.0000000 55.6129894 - 358 23 6 1991 63.0000000 64.5314433 - 359 24 6 1991 41.0000000 56.8377390 - 360 25 6 1991 42.0000000 52.5196562 - 361 26 6 1991 43.0000000 51.1444359 - 362 27 6 1991 38.0000000 56.0799615 - 363 28 6 1991 38.0000000 56.1687563 - 364 29 6 1991 35.0000000 51.5052812 - 365 30 6 1991 41.0000000 49.4224814 diff --git a/check/case_03/output_save/b1_discharge.nc b/check/case_03/output_save/b1_discharge.nc old mode 100755 new mode 100644 index 773c6e79a4942ed0c9e6587ccc96fbfd7d7075d7..a5c89f227c551c3ce960c06308b41ad64265f5f5 Binary files a/check/case_03/output_save/b1_discharge.nc and b/check/case_03/output_save/b1_discharge.nc differ diff --git a/check/case_03/output_save/b1_mRM_restart_001.nc b/check/case_03/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index 82950c353d83f64f7941163e519153a8e23cb856..e2de3a6644e6504bb2c405fa3f7baf5e2e5486b6 Binary files a/check/case_03/output_save/b1_mRM_restart_001.nc and b/check/case_03/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_03/output_save/dds_results.out b/check/case_03/output_save/dds_results.out deleted file mode 100755 index 5ac0b0bbdf1619200a830f54b5488d8b1b5d130f..0000000000000000000000000000000000000000 --- a/check/case_03/output_save/dds_results.out +++ /dev/null @@ -1,13 +0,0 @@ - # settings :: general - # nIterations iseed - 6 1235876 - # settings :: dds specific - # dds_r - 0.200000000000000 - # iter bestf (bestx(j),j=1,nopt) - 0 0.135633088868441 0.150000000000000 1.00000000000000 1.50000000000000 0.500000000000000 0.500000000000000 0.500000000000000 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 0.100000000000000 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.324000000000000 -0.585000000000000 1.250000000000000E-002 6.300000000000000E-003 60.9600000000000 0.970000000000000 0.930000000000000 2.000000000000000E-002 1.75000000000000 0.500000000000000 15.0000000000000 2.000000000000000E-002 0.110000000000000 0.640000000000000 9.500000000000000E-002 7.500000000000000E-002 56.0000000000000 85.0000000000000 7.00000000000000 1.50000000000000 15.0000000000000 0.125000000000000 35.0000000000000 -1.00000000000000 1.00000000000000 0.325000000000000 7.500000000000000E-002 2.00000000000000 0.100000000000000 0.300000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 - 1 0.127101983503223 0.214719529555557 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.507975551581560 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.332214503414208 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.980046790195744 0.948770283181742 1.336629017628920E-002 2.97556062380225 0.215051846020602 21.9092727422325 4.409236692429134E-002 0.153484978059827 0.631787215053195 9.619970985802488E-002 7.412328068632605E-002 44.4181155601425 100.446402413275 5.72819497604246 1.46913842205795 10.9375259686087 0.185495267349062 19.1797193705933 2.11063123657309 1.00000000000000 0.334277347185789 7.543634940263758E-002 2.00216264925617 0.101811262528843 0.341282646405447 97.0303313768825 66.9985228998802 241.716548262639 181.009520825398 100.000000000000 100.000000000000 8.41387726473933 100.000000000000 147.263520762120 32.8642734387213 - 2 0.127101983503223 0.214719529555557 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.507975551581560 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.332214503414208 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.980046790195744 0.948770283181742 1.336629017628920E-002 2.97556062380225 0.215051846020602 21.9092727422325 4.409236692429134E-002 0.153484978059827 0.631787215053195 9.619970985802488E-002 7.412328068632605E-002 44.4181155601425 100.446402413275 5.72819497604246 1.46913842205795 10.9375259686087 0.185495267349062 19.1797193705933 2.11063123657309 1.00000000000000 0.334277347185789 7.543634940263758E-002 2.00216264925617 0.101811262528843 0.341282646405447 97.0303313768825 66.9985228998802 241.716548262639 181.009520825398 100.000000000000 100.000000000000 8.41387726473933 100.000000000000 147.263520762120 32.8642734387213 - 3 0.127101983503223 0.214719529555557 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.507975551581560 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.332214503414208 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.980046790195744 0.948770283181742 1.336629017628920E-002 2.97556062380225 0.215051846020602 21.9092727422325 4.409236692429134E-002 0.153484978059827 0.631787215053195 9.619970985802488E-002 7.412328068632605E-002 44.4181155601425 100.446402413275 5.72819497604246 1.46913842205795 10.9375259686087 0.185495267349062 19.1797193705933 2.11063123657309 1.00000000000000 0.334277347185789 7.543634940263758E-002 2.00216264925617 0.101811262528843 0.341282646405447 97.0303313768825 66.9985228998802 241.716548262639 181.009520825398 100.000000000000 100.000000000000 8.41387726473933 100.000000000000 147.263520762120 32.8642734387213 - 4 0.113459581734736 0.206292417175140 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.443954961941640 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.270274825467716 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.985067019078026 0.948770283181742 5.900295603935595E-003 2.97556062380225 0.215051846020602 21.9092727422325 4.409236692429134E-002 0.153484978059827 0.631787215053195 9.619970985802488E-002 7.412328068632605E-002 44.4181155601425 100.446402413275 5.72819497604246 1.46913842205795 10.9375259686087 0.185495267349062 25.6791391299436 2.47055780892711 1.00000000000000 0.334277347185789 7.543634940263758E-002 2.00216264925617 0.101811262528843 0.341282646405447 97.0303313768825 66.9985228998802 47.9554431856718 181.009520825398 100.000000000000 100.000000000000 8.41387726473933 100.000000000000 147.263520762120 32.8642734387213 - 5 0.113459403923919 0.206292417175140 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.443954961941640 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.270274825467716 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.985067019078026 0.948770283181742 5.900295603935595E-003 2.97556062380225 0.215051846020602 21.9092727422325 4.409236692429134E-002 0.153484978059827 0.631787215053195 9.619970985802488E-002 7.412328068632605E-002 44.4181155601425 100.446402413275 5.72819497604246 1.46913842205795 10.9375259686087 0.185495267349062 25.6791391299436 2.47055780892711 1.00000000000000 0.334277347185789 7.543634940263758E-002 2.00216264925617 0.101811262528843 0.341282646405447 97.0303313768825 66.9985228998802 47.9554431856718 181.009520825398 100.000000000000 100.000000000000 8.41387726473933 100.000000000000 147.263520762120 22.2744376104507 diff --git a/check/case_03/simulation_mhm_case03.ini b/check/case_03/simulation_mhm_case03.ini deleted file mode 100755 index e0457e4bc785fee0150760db387b5a9e9703029d..0000000000000000000000000000000000000000 --- a/check/case_03/simulation_mhm_case03.ini +++ /dev/null @@ -1,20 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_03 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig_mhm_mrm__optimize = True -nml__mainconfig_mhm_mrm__opti_method = 1 -nml__optimization__niterations = 6 -nml__directories_mhm__time_step_model_inputs = [0] -nml__processselection__processcase(5) = 3 diff --git a/check/case_04/mhm.nml b/check/case_04/mhm.nml index 85c0984fb5cf052b18e7e260829579b924755a9f..f2a7a0cd4c828d22607d29e007ae2655ef051f24 100755 --- a/check/case_04/mhm.nml +++ b/check/case_04/mhm.nml @@ -1,10 +1,10 @@ &directories_general - dir_lcover(1:6) = '../../test_domain/input/luse/', '../../test_domain/input/luse/', - '../../test_domain_2/input/luse/', '../../test_domain/input/luse/', - '../../test_domain/input/luse/', '../../test_domain_2/input/luse/' - dir_morpho(1:6) = '../../test_domain/input/morph/', '../../test_domain/input/morph/', - '../../test_domain_2/input/morph/', '../../test_domain/input/morph/', - '../../test_domain/input/morph/', '../../test_domain_2/input/morph/' + dir_lcover(1:6) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain_2/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain_2/input/mpr/' + dir_morpho(1:6) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain_2/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain_2/input/mpr/' dir_out(1:6) = 'output_b1/b1_', 'output_b1/b2_', 'output_b1/b3_', 'output_b1/b4_', 'output_b1/b5_', 'output_b1/b6_' mhm_file_restartout(1:6) = 'output_b1/b1_mHM_restart_001.nc', 'output_b1/b2_mHM_restart_002.nc', @@ -13,11 +13,11 @@ mrm_file_restartout(1:6) = 'output_b1/b1_mRM_restart_001.nc', 'output_b1/b2_mRM_restart_002.nc', 'output_b1/b3_mRM_restart_003.nc', 'output_b1/b4_mRM_restart_004.nc', 'output_b1/b5_mRM_restart_005.nc', 'output_b1/b6_mRM_restart_006.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1:6) = '../../test_domain/input/latlon/latlon_1.nc', '../../test_domain/input/latlon/latlon_2.nc', - '../../test_domain_2/input/latlon/latlon.nc', '../../test_domain/input/latlon/latlon_1.nc', - '../../test_domain/input/latlon/latlon_2.nc', '../../test_domain_2/input/latlon/latlon.nc' + file_latlon(1:6) = '../../test_domain/input/mpr/latlon_1.nc', '../../test_domain/input/mpr/latlon_2.nc', + '../../test_domain_2/input/mpr/latlon.nc', '../../test_domain/input/mpr/latlon_1.nc', + '../../test_domain/input/mpr/latlon_2.nc', '../../test_domain_2/input/mpr/latlon.nc' / &directories_mhm @@ -25,27 +25,26 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1:6) = '../../test_domain/input/meteo/pre/', '../../test_domain/input/meteo/pre/', - '../../test_domain_2/input/meteo/pre/', '../../test_domain/input/meteo/pre/', - '../../test_domain/input/meteo/pre/', '../../test_domain_2/input/meteo/pre/' - dir_referenceet(1:6) = '../../test_domain/input/meteo/pet/', '../../test_domain/input/meteo/pet/', - '../../test_domain_2/input/meteo/pet/', '../../test_domain/input/meteo/pet/', - '../../test_domain/input/meteo/pet/', '../../test_domain_2/input/meteo/pet/' - dir_temperature(1:6) = '../../test_domain/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/', - '../../test_domain_2/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/', - '../../test_domain/input/meteo/tavg/', '../../test_domain_2/input/meteo/tavg/' + dir_precipitation(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain_2/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain_2/input/meteo/' + dir_referenceet(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain_2/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain_2/input/meteo/' + dir_temperature(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain_2/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain_2/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1:6) = 0, 0, 0, 0, 0, 0 / &directories_mrm - dir_gauges(1:6) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain_2/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain_2/input/gauge/' - dir_total_runoff(1:6) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain_2/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain_2/input/gauge/' + dir_gauges(1:6) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain_2/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain_2/input/routing/' + dir_total_runoff(1:6) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain_2/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain_2/input/routing/' / &evaluation_gauges @@ -82,7 +81,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -90,7 +89,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1:6) = 1, 1, 3, 4, 5, 6 ndomains = 6 resolution_hydrology(1:6) = 24000, 12000, 24000, 24000, 12000, 24000 diff --git a/check/case_04/mhm_parameter.nml b/check/case_04/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_04/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_04/mhm_parameter.nml b/check/case_04/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_04/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_04/output_save/ConfigFile.log b/check/case_04/output_save/ConfigFile.log deleted file mode 100755 index b23bda3b79dc82cc192cd918c55aa4afc8ca2c6e..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/ConfigFile.log +++ /dev/null @@ -1,1292 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 6 -Total No. of gauges 6 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. - Basin 2 -No. of cells L0 46545 - Basin 2 -No. of cells L1 109 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 2 Hydrology Resolution [m] 12000. -Basin 2 Routing Resolution [m] 24000. - Basin 3 -No. of cells L0 21025 - Basin 3 -No. of cells L1 19 -Total No. of nodes 19 -Total No. of reaches 18 -No. of cells L11 19 -Total No. of gauges 6 -Basin 3 Hydrology Resolution [m] 24000. -Basin 3 Routing Resolution [m] 24000. - Basin 4 -No. of cells L0 46545 - Basin 4 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 4 Hydrology Resolution [m] 24000. -Basin 4 Routing Resolution [m] 24000. - Basin 5 -No. of cells L0 46545 - Basin 5 -No. of cells L1 109 -Total No. of nodes 109 -Total No. of reaches 108 -No. of cells L11 109 -Total No. of gauges 6 -Basin 5 Hydrology Resolution [m] 12000. -Basin 5 Routing Resolution [m] 12000. - Basin 6 -No. of cells L0 21025 - Basin 6 -No. of cells L1 19 -Total No. of nodes 19 -Total No. of reaches 18 -No. of cells L11 19 -Total No. of gauges 6 -Basin 6 Hydrology Resolution [m] 24000. -Basin 6 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 2 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 31 12 1990Simulation Period (1)+(2) 2 1 1990 31 12 1990 - -------------------------------------------------------------- - Model Run Periods for Basin 2 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 5 7 1990 31 12 1990Evaluation Period (2) 1 1 1991 31 12 1992Simulation Period (1)+(2) 5 7 1990 31 12 1992 - -------------------------------------------------------------- - Model Run Periods for Basin 3 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 5 7 1992 31 12 1992Evaluation Period (2) 1 1 1993 31 12 1993Simulation Period (1)+(2) 5 7 1992 31 12 1993 - -------------------------------------------------------------- - Model Run Periods for Basin 4 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 6 7 1989 30 6 1990Evaluation Period (2) 1 7 1990 31 12 1990Simulation Period (1)+(2) 6 7 1989 31 12 1990 - -------------------------------------------------------------- - Model Run Periods for Basin 5 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 12 11 1991 31 12 1991Evaluation Period (2) 1 1 1992 31 12 1992Simulation Period (1)+(2) 12 11 1991 31 12 1992 - -------------------------------------------------------------- - Model Run Periods for Basin 6 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1991 31 12 1990Evaluation Period (2) 1 1 1991 31 12 1991Simulation Period (1)+(2) 1 1 1991 31 12 1991 - --------------------------------------------------- - Land Cover Observations for Basin 7 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 -9999 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 2 lc_1981.asc - 1991 2000 2 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 2 lc_1981.asc - 1991 2000 2 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 -9999 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 2 lc_1981.asc - 1991 2000 2 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 2 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 774.000 16.000 - 2 2 932.000 11.000 - 3 3 1185.000 32.800 - 4 4 774.000 16.000 - 5 5 661.000 19.000 - 6 6 -9999.000 -9999.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b2_ -Directory to write output when restarted output_b1/b2_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 35 1 5 1 1 7.536 0.100 - 40 7 3 2 1 28.349 0.100 - 43 10 9 3 1 9.243 1.190 - 44 11 8 4 1 40.042 0.999 - 48 15 14 5 1 27.728 0.938 - 53 20 19 6 1 28.435 1.653 - 54 21 16 7 1 21.728 4.786 - 58 25 24 8 1 32.127 4.171 - 63 30 26 9 1 28.642 3.840 - 66 33 29 10 1 27.142 13.116 - 67 34 32 11 1 31.763 2.613 - 36 3 4 12 0 29.642 0.100 - 41 8 4 13 0 1.414 0.100 - 47 14 13 14 0 38.213 0.576 - 49 16 17 15 0 9.985 0.100 - 52 19 18 16 0 33.799 1.036 - 59 26 22 17 0 61.734 0.794 - 62 29 28 18 0 6.243 3.204 - 65 32 31 19 0 16.399 1.342 - 37 4 5 20 0 38.420 0.833 - 46 13 12 21 0 42.127 0.166 - 51 18 17 22 0 42.542 0.282 - 61 28 24 23 0 32.835 1.980 - 64 31 27 24 0 32.728 2.781 - 57 24 23 25 0 34.420 1.133 - 60 27 23 26 0 29.799 1.141 - 56 23 22 27 0 0.707 0.100 - 55 22 17 28 0 38.456 0.364 - 50 17 12 29 0 35.885 1.728 - 45 12 9 30 0 30.263 0.100 - 42 9 5 31 0 24.399 0.100 - 38 5 6 32 0 5.036 0.100 - 39 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 8.250 - 2 2 29.750 - 3 3 26.750 - 4 4 91.750 - 5 5 134.250 - 6 6 65.750 - 7 7 8.000 - 8 8 20.750 - 9 9 35.000 - 10 10 141.750 - 11 11 144.000 - 12 12 144.000 - 13 13 29.500 - 14 14 99.750 - 15 15 138.750 - 16 16 118.000 - 17 17 144.000 - 18 18 144.000 - 19 19 138.000 - 20 20 2.750 - 21 21 41.750 - 22 22 144.000 - 23 23 144.000 - 24 24 144.000 - 25 25 144.000 - 26 26 86.500 - 27 27 0.750 - 28 28 92.750 - 29 29 144.000 - 30 30 144.000 - 31 31 144.000 - 32 32 60.000 - 33 33 95.750 - 34 34 144.000 - 35 1 144.000 - 36 2 144.000 - 37 1 112.000 - 38 1 23.250 - 39 2 61.750 - 40 2 7.000 - 41 3 86.250 - 42 4 144.000 - 43 4 144.000 - 44 5 144.000 - 45 5 144.000 - 46 6 135.250 - 47 6 144.000 - 48 3 128.000 - 49 4 9.000 - 50 4 134.000 - 51 5 144.000 - 52 5 144.000 - 53 6 144.000 - 54 6 144.000 - 55 7 144.000 - 56 8 99.250 - 57 8 96.250 - 58 9 144.000 - 59 9 144.000 - 60 10 144.000 - 61 7 144.000 - 62 8 144.000 - 63 8 140.000 - 64 9 48.250 - 65 9 10.500 - 66 10 141.250 - 67 11 144.000 - 68 11 144.000 - 69 12 144.000 - 70 12 144.000 - 71 13 144.000 - 72 13 140.000 - 73 14 29.250 - 74 14 115.750 - 75 11 144.000 - 76 11 144.000 - 77 12 144.000 - 78 12 144.000 - 79 13 144.000 - 80 13 144.000 - 81 14 5.250 - 82 14 112.750 - 83 15 144.000 - 84 16 144.000 - 85 17 144.000 - 86 17 144.000 - 87 18 144.000 - 88 18 144.000 - 89 19 59.250 - 90 19 61.250 - 91 16 138.250 - 92 17 119.250 - 93 17 144.000 - 94 18 144.000 - 95 18 144.000 - 96 19 128.000 - 97 19 5.750 - 98 20 3.250 - 99 21 10.250 - 100 22 138.500 - 101 22 144.000 - 102 23 144.000 - 103 23 83.750 - 104 24 49.250 - 105 24 144.000 - 106 25 123.250 - 107 25 5.250 - 108 22 45.750 - 109 22 76.000 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin_2/input/morph/ -Directory to land cover input ../../test_basin_2/input/luse/ -Directory to gauging station input ../../test_basin_2/input/gauge/ -Directory to precipitation input ../../test_basin_2/input/meteo/pre/ -Directory to temperature input ../../test_basin_2/input/meteo/tavg/ -Directory to reference ET input ../../test_basin_2/input/meteo/pet/ -Directory to write output by default output_b1/b3_ -Directory to write output when restarted output_b1/b3_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 69 1 2 1 1 25.521 9.326 - 72 4 3 2 1 45.249 15.249 - 73 5 6 3 1 32.435 4.902 - 76 8 12 4 1 21.814 0.100 - 77 10 11 5 1 21.814 2.888 - 81 14 15 6 1 67.684 3.516 - 84 17 16 7 1 18.399 5.000 - 86 19 18 8 1 0.707 0.100 - 70 2 6 9 0 7.450 3.356 - 71 3 7 10 0 33.006 3.333 - 74 6 7 11 0 31.335 2.042 - 75 7 11 12 0 6.328 0.100 - 83 16 12 13 0 54.648 0.100 - 85 18 15 14 0 33.835 4.581 - 82 15 11 15 0 61.855 1.633 - 78 11 12 16 0 27.814 0.100 - 79 12 13 17 0 15.607 0.100 - 80 13 9 18 2 10.157 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 210.750 - 2 2 299.750 - 3 3 218.500 - 4 4 31.250 - 5 5 150.500 - 6 6 487.250 - 7 7 576.000 - 8 8 450.500 - 9 9 179.500 - 10 10 227.000 - 11 11 576.000 - 12 12 524.500 - 13 13 168.500 - 14 14 42.750 - 15 15 449.250 - 16 16 398.750 - 17 17 12.000 - 18 18 89.500 - 19 19 164.000 ------------------------------- - Total[km2] 5256.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b4_ -Directory to write output when restarted output_b1/b4_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 88 1 5 1 1 7.536 0.100 - 93 7 3 2 1 28.349 0.100 - 96 10 9 3 1 9.243 1.190 - 97 11 8 4 1 40.042 0.999 - 101 15 14 5 1 27.728 0.938 - 106 20 19 6 1 28.435 1.653 - 107 21 16 7 1 21.728 4.786 - 111 25 24 8 1 32.127 4.171 - 116 30 26 9 1 28.642 3.840 - 119 33 29 10 1 27.142 13.116 - 120 34 32 11 1 31.763 2.613 - 89 3 4 12 0 29.642 0.100 - 94 8 4 13 0 1.414 0.100 - 100 14 13 14 0 38.213 0.576 - 102 16 17 15 0 9.985 0.100 - 105 19 18 16 0 33.799 1.036 - 112 26 22 17 0 61.734 0.794 - 115 29 28 18 0 6.243 3.204 - 118 32 31 19 0 16.399 1.342 - 90 4 5 20 0 38.420 0.833 - 99 13 12 21 0 42.127 0.166 - 104 18 17 22 0 42.542 0.282 - 114 28 24 23 0 32.835 1.980 - 117 31 27 24 0 32.728 2.781 - 110 24 23 25 0 34.420 1.133 - 113 27 23 26 0 29.799 1.141 - 109 23 22 27 0 0.707 0.100 - 108 22 17 28 0 38.456 0.364 - 103 17 12 29 0 35.885 1.728 - 98 12 9 30 0 30.263 0.100 - 95 9 5 31 0 24.399 0.100 - 91 5 6 32 0 5.036 0.100 - 92 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b5_ -Directory to write output when restarted output_b1/b5_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 122 1 2 1 1 5.328 7.695 - 124 3 10 2 1 24.678 5.997 - 125 4 11 3 1 7.536 0.100 - 127 7 8 4 1 1.207 0.100 - 129 9 10 5 1 19.642 3.920 - 133 13 6 6 2 7.036 10.092 - 140 20 19 7 1 4.121 18.441 - 141 21 14 8 1 15.399 0.100 - 144 24 25 9 1 18.228 1.591 - 146 26 25 10 1 9.243 1.190 - 147 27 28 11 1 33.592 4.674 - 152 32 31 12 1 16.450 0.100 - 158 38 37 13 1 17.435 2.409 - 159 39 47 14 1 21.607 0.231 - 160 40 48 15 1 19.399 0.412 - 161 41 33 16 1 3.328 0.100 - 162 42 43 17 1 8.864 0.100 - 169 49 48 18 1 13.657 3.222 - 176 56 55 19 1 13.036 0.460 - 184 64 63 20 1 14.778 2.368 - 185 65 57 21 1 14.485 7.180 - 186 66 67 22 1 14.278 2.381 - 191 71 70 23 1 17.278 2.141 - 193 73 72 24 1 13.485 5.636 - 194 74 75 25 1 37.799 0.635 - 197 77 69 26 1 19.142 1.515 - 201 81 89 27 1 20.314 10.732 - 202 82 83 28 1 39.006 0.897 - 205 85 84 29 1 7.243 4.418 - 206 86 78 30 1 14.278 2.872 - 210 90 91 31 1 4.121 3.882 - 217 97 96 32 1 17.899 14.581 - 218 98 91 33 1 10.864 7.456 - 219 99 100 34 1 14.692 6.398 - 222 102 95 35 1 6.036 23.030 - 223 103 96 36 1 17.192 16.984 - 224 104 100 37 1 15.899 1.384 - 227 107 106 38 1 16.899 17.397 - 229 109 108 39 1 7.864 4.578 - 123 2 5 40 0 12.485 0.641 - 128 8 15 41 0 18.399 0.100 - 130 10 17 42 0 5.536 20.775 - 134 14 15 43 0 16.692 0.100 - 135 15 22 44 0 0.500 0.100 - 139 19 12 45 0 24.435 0.100 - 142 22 23 46 0 12.450 0.100 - 143 23 16 47 0 1.414 0.100 - 148 28 29 48 0 19.349 0.100 - 153 33 34 49 0 14.021 0.100 - 154 34 29 50 0 4.243 0.100 - 168 48 47 51 0 14.071 0.100 - 175 55 54 52 0 9.743 0.308 - 177 57 50 53 0 7.243 0.100 - 183 63 62 54 0 13.657 0.879 - 192 72 80 55 0 16.814 4.520 - 200 80 79 56 0 15.192 4.937 - 209 89 88 57 0 16.192 4.632 - 211 91 83 58 0 13.657 2.636 - 215 95 94 59 0 16.399 4.817 - 216 96 88 60 0 9.950 5.829 - 226 106 105 61 0 11.450 6.376 - 228 108 105 62 0 15.864 3.845 - 136 16 17 63 0 15.107 2.118 - 137 17 18 64 0 11.950 0.100 - 149 29 30 65 0 16.864 3.499 - 167 47 46 66 0 13.657 0.439 - 170 50 51 67 0 9.985 0.100 - 174 54 61 68 0 16.278 1.229 - 182 62 61 69 0 15.485 0.517 - 203 83 75 70 0 38.299 0.914 - 208 88 87 71 0 6.243 3.204 - 214 94 93 72 0 6.450 1.550 - 225 105 101 73 0 6.828 0.732 - 166 46 45 74 0 15.192 0.922 - 207 87 79 75 0 15.899 0.377 - 221 101 100 76 0 16.399 1.342 - 165 45 37 77 0 9.364 0.214 - 199 79 78 78 0 1.414 0.100 - 220 100 93 79 0 10.243 3.417 - 157 37 36 80 0 42.127 0.166 - 198 78 70 81 0 15.521 2.062 - 213 93 92 82 0 7.914 3.285 - 156 36 35 83 0 10.036 0.100 - 190 70 69 84 0 3.828 1.045 - 212 92 84 85 0 14.571 1.853 - 189 69 61 86 0 12.278 0.489 - 204 84 76 87 0 9.485 2.214 - 181 61 60 88 0 16.399 3.232 - 196 76 75 89 0 6.536 0.765 - 180 60 53 90 0 1.914 10.971 - 195 75 68 91 0 13.778 0.145 - 173 53 52 92 0 13.985 0.143 - 188 68 67 93 0 0.707 0.100 - 172 52 44 94 0 13.692 1.753 - 187 67 59 95 0 15.021 0.100 - 164 44 43 96 0 1.000 0.100 - 179 59 58 97 0 5.243 0.100 - 178 58 51 98 0 18.192 0.770 - 171 51 43 99 0 21.021 2.949 - 163 43 35 100 0 3.828 0.100 - 155 35 30 101 0 11.328 0.100 - 150 30 31 102 0 1.914 0.100 - 151 31 25 103 0 17.021 0.100 - 145 25 18 104 0 13.036 0.100 - 138 18 11 105 0 11.364 0.100 - 131 11 12 106 0 5.036 0.100 - 132 12 5 107 0 11.485 0.100 - 126 5 6 108 2 3.207 9.354 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 - 58 - 59 - 60 - 61 - 62 - 63 - 64 - 65 - 66 - 67 - 68 - 69 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79 - 80 - 81 - 82 - 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90 - 91 - 92 - 93 - 94 - 95 - 96 - 97 - 98 - 99 - 100 - 101 - 102 - 103 - 104 - 105 - 106 - 107 - 108 - 109 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 8.250 - 2 2 29.750 - 3 3 26.750 - 4 4 91.750 - 5 5 134.250 - 6 6 65.750 - 7 7 8.000 - 8 8 20.750 - 9 9 35.000 - 10 10 141.750 - 11 11 144.000 - 12 12 144.000 - 13 13 29.500 - 14 14 99.750 - 15 15 138.750 - 16 16 118.000 - 17 17 144.000 - 18 18 144.000 - 19 19 138.000 - 20 20 2.750 - 21 21 41.750 - 22 22 144.000 - 23 23 144.000 - 24 24 144.000 - 25 25 144.000 - 26 26 86.500 - 27 27 0.750 - 28 28 92.750 - 29 29 144.000 - 30 30 144.000 - 31 31 144.000 - 32 32 60.000 - 33 33 95.750 - 34 34 144.000 - 35 1 144.000 - 36 2 144.000 - 37 1 112.000 - 38 1 23.250 - 39 2 61.750 - 40 2 7.000 - 41 3 86.250 - 42 4 144.000 - 43 4 144.000 - 44 5 144.000 - 45 5 144.000 - 46 6 135.250 - 47 6 144.000 - 48 3 128.000 - 49 4 9.000 - 50 4 134.000 - 51 5 144.000 - 52 5 144.000 - 53 6 144.000 - 54 6 144.000 - 55 7 144.000 - 56 8 99.250 - 57 8 96.250 - 58 9 144.000 - 59 9 144.000 - 60 10 144.000 - 61 7 144.000 - 62 8 144.000 - 63 8 140.000 - 64 9 48.250 - 65 9 10.500 - 66 10 141.250 - 67 11 144.000 - 68 11 144.000 - 69 12 144.000 - 70 12 144.000 - 71 13 144.000 - 72 13 140.000 - 73 14 29.250 - 74 14 115.750 - 75 11 144.000 - 76 11 144.000 - 77 12 144.000 - 78 12 144.000 - 79 13 144.000 - 80 13 144.000 - 81 14 5.250 - 82 14 112.750 - 83 15 144.000 - 84 16 144.000 - 85 17 144.000 - 86 17 144.000 - 87 18 144.000 - 88 18 144.000 - 89 19 59.250 - 90 19 61.250 - 91 16 138.250 - 92 17 119.250 - 93 17 144.000 - 94 18 144.000 - 95 18 144.000 - 96 19 128.000 - 97 19 5.750 - 98 20 3.250 - 99 21 10.250 - 100 22 138.500 - 101 22 144.000 - 102 23 144.000 - 103 23 83.750 - 104 24 49.250 - 105 24 144.000 - 106 25 123.250 - 107 25 5.250 - 108 22 45.750 - 109 22 76.000 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin_2/input/morph/ -Directory to land cover input ../../test_basin_2/input/luse/ -Directory to gauging station input ../../test_basin_2/input/gauge/ -Directory to precipitation input ../../test_basin_2/input/meteo/pre/ -Directory to temperature input ../../test_basin_2/input/meteo/tavg/ -Directory to reference ET input ../../test_basin_2/input/meteo/pet/ -Directory to write output by default output_b1/b6_ -Directory to write output when restarted output_b1/b6_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 231 1 2 1 1 25.521 9.326 - 234 4 3 2 1 45.249 15.249 - 235 5 6 3 1 32.435 4.902 - 238 8 12 4 1 21.814 0.100 - 239 10 11 5 1 21.814 2.888 - 243 14 15 6 1 67.684 3.516 - 246 17 16 7 1 18.399 5.000 - 248 19 18 8 1 0.707 0.100 - 232 2 6 9 0 7.450 3.356 - 233 3 7 10 0 33.006 3.333 - 236 6 7 11 0 31.335 2.042 - 237 7 11 12 0 6.328 0.100 - 245 16 12 13 0 54.648 0.100 - 247 18 15 14 0 33.835 4.581 - 244 15 11 15 0 61.855 1.633 - 240 11 12 16 0 27.814 0.100 - 241 12 13 17 0 15.607 0.100 - 242 13 9 18 2 10.157 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 210.750 - 2 2 299.750 - 3 3 218.500 - 4 4 31.250 - 5 5 150.500 - 6 6 487.250 - 7 7 576.000 - 8 8 450.500 - 9 9 179.500 - 10 10 227.000 - 11 11 576.000 - 12 12 524.500 - 13 13 168.500 - 14 14 42.750 - 15 15 449.250 - 16 16 398.750 - 17 17 12.000 - 18 18 89.500 - 19 19 164.000 ------------------------------- - Total[km2] 5256.250 - - diff --git a/check/case_04/output_save/b1_daily_discharge.out b/check/case_04/output_save/b1_daily_discharge.out deleted file mode 100755 index 21f87a7d870a94e093fdf2176597497b88631654..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,185 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 84.9069387 - 2 2 7 1990 92.0000000 70.9289220 - 3 3 7 1990 72.0000000 77.7935776 - 4 4 7 1990 58.0000000 94.1313951 - 5 5 7 1990 69.0000000 122.3734866 - 6 6 7 1990 94.0000000 105.5882201 - 7 7 7 1990 199.0000000 101.5312832 - 8 8 7 1990 133.0000000 101.3191354 - 9 9 7 1990 124.0000000 87.6272707 - 10 10 7 1990 123.0000000 82.5453763 - 11 11 7 1990 99.0000000 78.4680081 - 12 12 7 1990 88.0000000 74.8993897 - 13 13 7 1990 84.0000000 71.6790495 - 14 14 7 1990 72.0000000 68.7642439 - 15 15 7 1990 55.0000000 66.1182143 - 16 16 7 1990 65.0000000 63.7092379 - 17 17 7 1990 50.0000000 61.5098523 - 18 18 7 1990 50.0000000 59.4962134 - 19 19 7 1990 46.0000000 57.6475602 - 20 20 7 1990 44.0000000 55.9457689 - 21 21 7 1990 42.0000000 54.3749775 - 22 22 7 1990 37.0000000 52.9212708 - 23 23 7 1990 38.0000000 51.5724137 - 24 24 7 1990 44.0000000 50.3176251 - 25 25 7 1990 30.0000000 49.1473854 - 26 26 7 1990 26.0000000 48.0532731 - 27 27 7 1990 31.0000000 47.0278236 - 28 28 7 1990 33.0000000 49.1069260 - 29 29 7 1990 42.0000000 46.6609412 - 30 30 7 1990 36.0000000 44.6467646 - 31 31 7 1990 34.0000000 43.8086385 - 32 1 8 1990 25.0000000 43.0153333 - 33 2 8 1990 22.0000000 42.2627909 - 34 3 8 1990 28.0000000 41.5473800 - 35 4 8 1990 25.0000000 40.8658472 - 36 5 8 1990 19.0000000 40.2154141 - 37 6 8 1990 22.0000000 39.5938647 - 38 7 8 1990 19.0000000 38.9976189 - 39 8 8 1990 22.0000000 38.4251782 - 40 9 8 1990 19.0000000 37.8746820 - 41 10 8 1990 20.0000000 37.3444024 - 42 11 8 1990 19.0000000 36.8327780 - 43 12 8 1990 19.0000000 36.3383966 - 44 13 8 1990 22.0000000 41.0026852 - 45 14 8 1990 36.0000000 62.4664059 - 46 15 8 1990 31.0000000 53.2478378 - 47 16 8 1990 30.0000000 47.4407883 - 48 17 8 1990 28.0000000 43.8001568 - 49 18 8 1990 34.0000000 37.0486387 - 50 19 8 1990 21.0000000 36.4017242 - 51 20 8 1990 30.0000000 35.7880554 - 52 21 8 1990 22.0000000 35.2042132 - 53 22 8 1990 21.0000000 34.6474871 - 54 23 8 1990 23.0000000 34.1154610 - 55 24 8 1990 20.0000000 33.6059779 - 56 25 8 1990 29.0000000 33.1188134 - 57 26 8 1990 20.0000000 33.1611092 - 58 27 8 1990 22.0000000 34.3911546 - 59 28 8 1990 23.0000000 32.4470198 - 60 29 8 1990 35.0000000 31.5292664 - 61 30 8 1990 51.0000000 118.7806575 - 62 31 8 1990 80.0000000 114.3550796 - 63 1 9 1990 56.0000000 54.5357270 - 64 2 9 1990 33.0000000 45.4338705 - 65 3 9 1990 27.0000000 43.7400737 - 66 4 9 1990 27.0000000 46.2723161 - 67 5 9 1990 28.0000000 45.6369019 - 68 6 9 1990 26.0000000 40.7166830 - 69 7 9 1990 24.0000000 45.9699063 - 70 8 9 1990 33.0000000 42.8405445 - 71 9 9 1990 26.0000000 38.7010046 - 72 10 9 1990 27.0000000 37.5743646 - 73 11 9 1990 22.0000000 36.5366930 - 74 12 9 1990 22.0000000 35.5778199 - 75 13 9 1990 21.0000000 34.6892069 - 76 14 9 1990 22.0000000 33.8633704 - 77 15 9 1990 22.0000000 33.0937370 - 78 16 9 1990 22.0000000 32.3745208 - 79 17 9 1990 20.0000000 31.7006191 - 80 18 9 1990 22.0000000 31.0675230 - 81 19 9 1990 16.0000000 30.4712410 - 82 20 9 1990 22.0000000 29.9082334 - 83 21 9 1990 19.0000000 38.5616737 - 84 22 9 1990 32.0000000 105.5002398 - 85 23 9 1990 27.0000000 86.4608711 - 86 24 9 1990 45.0000000 62.6213900 - 87 25 9 1990 42.0000000 48.2547722 - 88 26 9 1990 39.0000000 44.3357189 - 89 27 9 1990 30.0000000 42.5616142 - 90 28 9 1990 28.0000000 40.9495921 - 91 29 9 1990 30.0000000 39.4831841 - 92 30 9 1990 30.0000000 90.5809921 - 93 1 10 1990 56.0000000 136.7544295 - 94 2 10 1990 72.0000000 102.4344577 - 95 3 10 1990 73.0000000 99.3078651 - 96 4 10 1990 68.0000000 93.7667142 - 97 5 10 1990 53.0000000 80.2815422 - 98 6 10 1990 42.0000000 73.9550856 - 99 7 10 1990 33.0000000 69.5491413 - 100 8 10 1990 42.0000000 65.6592299 - 101 9 10 1990 34.0000000 62.1790498 - 102 10 10 1990 36.0000000 59.0480608 - 103 11 10 1990 36.0000000 56.2310197 - 104 12 10 1990 28.0000000 53.6891936 - 105 13 10 1990 32.0000000 51.3892745 - 106 14 10 1990 27.0000000 49.3025272 - 107 15 10 1990 35.0000000 47.8567199 - 108 16 10 1990 42.0000000 48.8551328 - 109 17 10 1990 35.0000000 58.3176422 - 110 18 10 1990 39.0000000 57.2915176 - 111 19 10 1990 34.0000000 48.0815520 - 112 20 10 1990 32.0000000 46.2752922 - 113 21 10 1990 34.0000000 44.6343433 - 114 22 10 1990 27.0000000 43.1319103 - 115 23 10 1990 31.0000000 41.7526879 - 116 24 10 1990 28.0000000 40.4833000 - 117 25 10 1990 25.0000000 40.5130140 - 118 26 10 1990 29.0000000 58.8670516 - 119 27 10 1990 31.0000000 66.7540230 - 120 28 10 1990 65.0000000 195.4969864 - 121 29 10 1990 69.0000000 209.0406469 - 122 30 10 1990 157.0000000 174.9391024 - 123 31 10 1990 190.0000000 152.0412866 - 124 1 11 1990 115.0000000 155.1470484 - 125 2 11 1990 104.0000000 163.7372561 - 126 3 11 1990 100.0000000 172.8908849 - 127 4 11 1990 131.0000000 169.3162143 - 128 5 11 1990 130.0000000 162.4836923 - 129 6 11 1990 115.0000000 142.6523231 - 130 7 11 1990 102.0000000 125.2277070 - 131 8 11 1990 95.0000000 110.5652284 - 132 9 11 1990 81.0000000 98.8591361 - 133 10 11 1990 66.0000000 106.2322734 - 134 11 11 1990 67.0000000 138.4917178 - 135 12 11 1990 74.0000000 151.1562595 - 136 13 11 1990 109.0000000 142.9527557 - 137 14 11 1990 92.0000000 166.9259016 - 138 15 11 1990 92.0000000 180.4504767 - 139 16 11 1990 155.0000000 168.9093761 - 140 17 11 1990 159.0000000 158.6729990 - 141 18 11 1990 131.0000000 174.4458605 - 142 19 11 1990 161.0000000 184.8777272 - 143 20 11 1990 196.0000000 287.4343727 - 144 21 11 1990 336.0000000 353.3704493 - 145 22 11 1990 566.0000000 319.8745730 - 146 23 11 1990 373.0000000 329.8423005 - 147 24 11 1990 293.0000000 303.9744929 - 148 25 11 1990 264.0000000 289.8626806 - 149 26 11 1990 226.0000000 261.4348594 - 150 27 11 1990 201.0000000 223.6907036 - 151 28 11 1990 180.0000000 194.0486361 - 152 29 11 1990 161.0000000 183.7581142 - 153 30 11 1990 149.0000000 172.6261416 - 154 1 12 1990 134.0000000 151.5406966 - 155 2 12 1990 113.0000000 137.0564013 - 156 3 12 1990 99.0000000 127.1955820 - 157 4 12 1990 107.0000000 119.9518263 - 158 5 12 1990 99.0000000 113.3895140 - 159 6 12 1990 89.0000000 107.3798617 - 160 7 12 1990 77.0000000 102.0528488 - 161 8 12 1990 71.0000000 97.2782262 - 162 9 12 1990 68.0000000 92.9848722 - 163 10 12 1990 73.0000000 89.1120598 - 164 11 12 1990 84.0000000 85.6077547 - 165 12 12 1990 88.0000000 103.4320862 - 166 13 12 1990 92.0000000 109.7653727 - 167 14 12 1990 128.0000000 101.7174705 - 168 15 12 1990 136.0000000 94.8376311 - 169 16 12 1990 114.0000000 90.3265399 - 170 17 12 1990 101.0000000 86.3472195 - 171 18 12 1990 93.0000000 82.7740808 - 172 19 12 1990 85.0000000 79.5541885 - 173 20 12 1990 81.0000000 76.6424479 - 174 21 12 1990 106.0000000 112.5851789 - 175 22 12 1990 159.0000000 140.7623189 - 176 23 12 1990 250.0000000 156.0842707 - 177 24 12 1990 298.0000000 147.0126230 - 178 25 12 1990 261.0000000 192.8182664 - 179 26 12 1990 228.0000000 306.2516784 - 180 27 12 1990 409.0000000 374.0750648 - 181 28 12 1990 486.0000000 397.1872791 - 182 29 12 1990 440.0000000 506.1321600 - 183 30 12 1990 486.0000000 639.5010330 - 184 31 12 1990 774.0000000 729.1523407 diff --git a/check/case_04/output_save/b1_discharge.nc b/check/case_04/output_save/b1_discharge.nc old mode 100755 new mode 100644 index 191ee6cd25b7bbb5d7b954cb4832e6ea14690b34..812e5bc286b0f7033f2fcee62948595be6356b36 Binary files a/check/case_04/output_save/b1_discharge.nc and b/check/case_04/output_save/b1_discharge.nc differ diff --git a/check/case_04/output_save/b1_mHM_Fluxes_States.nc b/check/case_04/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index c8536db34880a894f30bfb5d1b2dfcc878bbac41..b8cb889612d38ca58f577851ec03ff1124175d9a Binary files a/check/case_04/output_save/b1_mHM_Fluxes_States.nc and b/check/case_04/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b1_mHM_restart_001.nc b/check/case_04/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index aa55260df8211a6bea1d5ecfda76e81ef023160e..8041e0577347d8774fdf3dd1d229a0eb59faf99d Binary files a/check/case_04/output_save/b1_mHM_restart_001.nc and b/check/case_04/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_04/output_save/b1_mRM_restart_001.nc b/check/case_04/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index c4a2a92dbd77cb25e45701eece0fd3530f822b70..101172c23fc486387566c62086ec6b9f54c1f12f Binary files a/check/case_04/output_save/b1_mRM_restart_001.nc and b/check/case_04/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_04/output_save/b2_daily_discharge.out b/check/case_04/output_save/b2_daily_discharge.out deleted file mode 100755 index 8ae1ae78d34398df2b402ebfd48df0b6f5128f8a..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/b2_daily_discharge.out +++ /dev/null @@ -1,732 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 1 1991 889.0000000 653.6851825 - 2 2 1 1991 863.0000000 701.9791199 - 3 3 1 1991 875.0000000 761.4873983 - 4 4 1 1991 932.0000000 681.3536043 - 5 5 1 1991 826.0000000 646.7025830 - 6 6 1 1991 731.0000000 604.9323456 - 7 7 1 1991 613.0000000 575.6929032 - 8 8 1 1991 610.0000000 570.1454834 - 9 9 1 1991 686.0000000 513.6062694 - 10 10 1 1991 556.0000000 552.0701798 - 11 11 1 1991 669.0000000 587.5867713 - 12 12 1 1991 828.0000000 552.3394209 - 13 13 1 1991 735.0000000 449.1918961 - 14 14 1 1991 513.0000000 368.4096884 - 15 15 1 1991 411.0000000 304.8071470 - 16 16 1 1991 345.0000000 256.4514536 - 17 17 1 1991 293.0000000 222.4907256 - 18 18 1 1991 251.0000000 197.8999760 - 19 19 1 1991 222.0000000 180.4169401 - 20 20 1 1991 215.0000000 167.8749949 - 21 21 1 1991 213.0000000 162.7593776 - 22 22 1 1991 202.0000000 163.5894675 - 23 23 1 1991 200.0000000 155.4338767 - 24 24 1 1991 192.0000000 147.1926408 - 25 25 1 1991 176.0000000 139.6935897 - 26 26 1 1991 164.0000000 133.1262841 - 27 27 1 1991 157.0000000 127.1015131 - 28 28 1 1991 134.0000000 121.7096504 - 29 29 1 1991 130.0000000 116.8656405 - 30 30 1 1991 119.0000000 112.4974806 - 31 31 1 1991 107.0000000 108.5439791 - 32 1 2 1991 112.0000000 104.9529318 - 33 2 2 1991 109.0000000 101.6796405 - 34 3 2 1991 101.0000000 98.6857031 - 35 4 2 1991 98.0000000 95.9380205 - 36 5 2 1991 84.0000000 93.4079771 - 37 6 2 1991 93.0000000 91.0707622 - 38 7 2 1991 80.0000000 88.9048054 - 39 8 2 1991 73.0000000 86.8913043 - 40 9 2 1991 89.0000000 85.0138293 - 41 10 2 1991 84.0000000 83.2579900 - 42 11 2 1991 78.0000000 81.6111542 - 43 12 2 1991 79.0000000 80.0622089 - 44 13 2 1991 77.0000000 78.6013581 - 45 14 2 1991 80.0000000 77.2199495 - 46 15 2 1991 72.0000000 75.9103268 - 47 16 2 1991 78.0000000 76.2875728 - 48 17 2 1991 74.0000000 76.1391230 - 49 18 2 1991 77.0000000 74.6848471 - 50 19 2 1991 73.0000000 85.1075791 - 51 20 2 1991 69.0000000 99.9345293 - 52 21 2 1991 74.0000000 129.5458664 - 53 22 2 1991 81.0000000 143.3170953 - 54 23 2 1991 110.0000000 141.6210460 - 55 24 2 1991 180.0000000 138.3846319 - 56 25 2 1991 213.0000000 134.0568202 - 57 26 2 1991 222.0000000 130.3314199 - 58 27 2 1991 208.0000000 131.2878986 - 59 28 2 1991 211.0000000 125.5853273 - 60 1 3 1991 214.0000000 120.3448260 - 61 2 3 1991 208.0000000 127.7569083 - 62 3 3 1991 221.0000000 126.4305491 - 63 4 3 1991 281.0000000 117.6299825 - 64 5 3 1991 219.0000000 112.3020641 - 65 6 3 1991 190.0000000 107.6567292 - 66 7 3 1991 173.0000000 103.4721942 - 67 8 3 1991 164.0000000 99.9378642 - 68 9 3 1991 142.0000000 97.5524899 - 69 10 3 1991 133.0000000 97.5461333 - 70 11 3 1991 133.0000000 94.9721346 - 71 12 3 1991 118.0000000 91.7943865 - 72 13 3 1991 127.0000000 88.8865997 - 73 14 3 1991 113.0000000 86.2316829 - 74 15 3 1991 107.0000000 83.7965954 - 75 16 3 1991 100.0000000 81.5554710 - 76 17 3 1991 100.0000000 79.4913616 - 77 18 3 1991 95.0000000 77.6220167 - 78 19 3 1991 98.0000000 133.3436987 - 79 20 3 1991 119.0000000 140.0176621 - 80 21 3 1991 159.0000000 154.9735943 - 81 22 3 1991 196.0000000 169.6513960 - 82 23 3 1991 242.0000000 153.9417749 - 83 24 3 1991 216.0000000 140.2689069 - 84 25 3 1991 180.0000000 131.4106254 - 85 26 3 1991 145.0000000 124.2184880 - 86 27 3 1991 127.0000000 119.2313855 - 87 28 3 1991 117.0000000 112.8350986 - 88 29 3 1991 109.0000000 107.5228663 - 89 30 3 1991 106.0000000 102.7807737 - 90 31 3 1991 99.0000000 98.5301726 - 91 1 4 1991 96.0000000 94.7050738 - 92 2 4 1991 88.0000000 91.2497194 - 93 3 4 1991 87.0000000 88.1167814 - 94 4 4 1991 82.0000000 85.7255362 - 95 5 4 1991 84.0000000 83.8940724 - 96 6 4 1991 67.0000000 81.4102483 - 97 7 4 1991 89.0000000 79.3152680 - 98 8 4 1991 75.0000000 77.4820207 - 99 9 4 1991 79.0000000 75.5503305 - 100 10 4 1991 70.0000000 73.6951445 - 101 11 4 1991 69.0000000 71.9704051 - 102 12 4 1991 69.0000000 70.3647085 - 103 13 4 1991 56.0000000 68.8654661 - 104 14 4 1991 63.0000000 67.4647914 - 105 15 4 1991 58.0000000 66.1518525 - 106 16 4 1991 56.0000000 64.9094848 - 107 17 4 1991 54.0000000 63.7365147 - 108 18 4 1991 57.0000000 62.6753464 - 109 19 4 1991 53.0000000 62.8616502 - 110 20 4 1991 53.0000000 62.6010913 - 111 21 4 1991 65.0000000 61.6335347 - 112 22 4 1991 69.0000000 63.6957100 - 113 23 4 1991 61.0000000 65.2520144 - 114 24 4 1991 56.0000000 62.0791429 - 115 25 4 1991 56.0000000 60.5665607 - 116 26 4 1991 53.0000000 59.4681147 - 117 27 4 1991 49.0000000 58.4470827 - 118 28 4 1991 53.0000000 57.4839095 - 119 29 4 1991 48.0000000 61.1983301 - 120 30 4 1991 57.0000000 105.8523556 - 121 1 5 1991 69.0000000 100.9269863 - 122 2 5 1991 89.0000000 79.2039863 - 123 3 5 1991 105.0000000 75.6655806 - 124 4 5 1991 79.0000000 73.1455569 - 125 5 5 1991 69.0000000 70.9904306 - 126 6 5 1991 71.0000000 69.2666310 - 127 7 5 1991 60.0000000 67.0866941 - 128 8 5 1991 64.0000000 65.2354509 - 129 9 5 1991 59.0000000 63.5369382 - 130 10 5 1991 57.0000000 64.0159887 - 131 11 5 1991 55.0000000 66.4009235 - 132 12 5 1991 53.0000000 63.0395797 - 133 13 5 1991 52.0000000 61.1928909 - 134 14 5 1991 50.0000000 60.0495671 - 135 15 5 1991 52.0000000 64.7875165 - 136 16 5 1991 54.0000000 65.8757827 - 137 17 5 1991 54.0000000 61.0267770 - 138 18 5 1991 55.0000000 59.6208476 - 139 19 5 1991 48.0000000 58.3258814 - 140 20 5 1991 48.0000000 57.1090863 - 141 21 5 1991 49.0000000 55.9630499 - 142 22 5 1991 41.0000000 54.8813135 - 143 23 5 1991 40.0000000 53.8580938 - 144 24 5 1991 40.0000000 52.8882047 - 145 25 5 1991 39.0000000 51.9669899 - 146 26 5 1991 43.0000000 51.0902624 - 147 27 5 1991 39.0000000 50.2542532 - 148 28 5 1991 36.0000000 49.4555653 - 149 29 5 1991 33.0000000 48.6911336 - 150 30 5 1991 39.0000000 47.9581893 - 151 31 5 1991 34.0000000 47.2542290 - 152 1 6 1991 37.0000000 46.5769868 - 153 2 6 1991 35.0000000 45.9244097 - 154 3 6 1991 29.0000000 45.2946361 - 155 4 6 1991 33.0000000 44.6859762 - 156 5 6 1991 34.0000000 44.1361451 - 157 6 6 1991 32.0000000 61.8667161 - 158 7 6 1991 38.0000000 64.5876176 - 159 8 6 1991 39.0000000 54.4830462 - 160 9 6 1991 41.0000000 52.0671560 - 161 10 6 1991 44.0000000 65.7020985 - 162 11 6 1991 48.0000000 51.0989997 - 163 12 6 1991 42.0000000 48.1330236 - 164 13 6 1991 37.0000000 47.1179148 - 165 14 6 1991 39.0000000 46.3904364 - 166 15 6 1991 35.0000000 45.8899336 - 167 16 6 1991 31.0000000 48.8424632 - 168 17 6 1991 33.0000000 52.5015859 - 169 18 6 1991 31.0000000 49.7985289 - 170 19 6 1991 28.0000000 46.7732576 - 171 20 6 1991 60.0000000 82.8794543 - 172 21 6 1991 48.0000000 69.4991366 - 173 22 6 1991 54.0000000 54.2069627 - 174 23 6 1991 63.0000000 61.3461951 - 175 24 6 1991 41.0000000 55.4131935 - 176 25 6 1991 42.0000000 51.2955478 - 177 26 6 1991 43.0000000 49.8322431 - 178 27 6 1991 38.0000000 58.5208713 - 179 28 6 1991 38.0000000 58.3735450 - 180 29 6 1991 35.0000000 51.5338425 - 181 30 6 1991 41.0000000 49.3022840 - 182 1 7 1991 41.0000000 47.9431073 - 183 2 7 1991 38.0000000 46.6897663 - 184 3 7 1991 34.0000000 45.5276919 - 185 4 7 1991 27.0000000 44.4471604 - 186 5 7 1991 31.0000000 43.4396465 - 187 6 7 1991 30.0000000 42.4981065 - 188 7 7 1991 26.0000000 49.3757084 - 189 8 7 1991 30.0000000 48.1591283 - 190 9 7 1991 31.0000000 41.8922817 - 191 10 7 1991 23.0000000 40.9967978 - 192 11 7 1991 35.0000000 40.1573579 - 193 12 7 1991 19.0000000 41.2517153 - 194 13 7 1991 24.0000000 69.2205285 - 195 14 7 1991 26.0000000 62.7118252 - 196 15 7 1991 27.0000000 47.1176769 - 197 16 7 1991 41.0000000 43.8313076 - 198 17 7 1991 34.0000000 42.6924265 - 199 18 7 1991 27.0000000 41.6386229 - 200 19 7 1991 25.0000000 40.6574410 - 201 20 7 1991 23.0000000 39.7401986 - 202 21 7 1991 22.0000000 38.8822009 - 203 22 7 1991 27.0000000 38.0775239 - 204 23 7 1991 23.0000000 37.3209283 - 205 24 7 1991 21.0000000 38.3563730 - 206 25 7 1991 23.0000000 63.6610574 - 207 26 7 1991 33.0000000 56.9379291 - 208 27 7 1991 23.0000000 43.6444225 - 209 28 7 1991 29.0000000 40.1124258 - 210 29 7 1991 30.0000000 39.1055205 - 211 30 7 1991 35.0000000 52.9908821 - 212 31 7 1991 27.0000000 52.1394850 - 213 1 8 1991 45.0000000 41.0855623 - 214 2 8 1991 47.0000000 39.9257092 - 215 3 8 1991 40.0000000 38.9023473 - 216 4 8 1991 35.0000000 37.9518111 - 217 5 8 1991 26.0000000 37.0665036 - 218 6 8 1991 23.0000000 36.2397439 - 219 7 8 1991 30.0000000 37.2986986 - 220 8 8 1991 33.0000000 37.7649718 - 221 9 8 1991 30.0000000 34.9274241 - 222 10 8 1991 28.0000000 33.8353764 - 223 11 8 1991 19.0000000 33.1910651 - 224 12 8 1991 20.0000000 32.5821200 - 225 13 8 1991 16.0000000 32.0052500 - 226 14 8 1991 18.0000000 31.4575226 - 227 15 8 1991 18.0000000 30.9363207 - 228 16 8 1991 20.0000000 30.4393050 - 229 17 8 1991 16.0000000 29.9643811 - 230 18 8 1991 15.0000000 29.5096715 - 231 19 8 1991 15.0000000 29.0734903 - 232 20 8 1991 14.0000000 28.6543220 - 233 21 8 1991 15.0000000 28.2508023 - 234 22 8 1991 13.0000000 27.8627699 - 235 23 8 1991 12.0000000 27.7406127 - 236 24 8 1991 11.0000000 27.4712132 - 237 25 8 1991 12.0000000 26.8226574 - 238 26 8 1991 11.0000000 26.4779312 - 239 27 8 1991 13.0000000 26.1434786 - 240 28 8 1991 11.0000000 25.8184157 - 241 29 8 1991 12.0000000 25.5021070 - 242 30 8 1991 12.0000000 25.1939748 - 243 31 8 1991 11.0000000 24.8934933 - 244 1 9 1991 11.0000000 26.8094858 - 245 2 9 1991 17.0000000 27.0045997 - 246 3 9 1991 11.0000000 24.3139834 - 247 4 9 1991 12.0000000 24.0199438 - 248 5 9 1991 11.0000000 23.7336560 - 249 6 9 1991 11.0000000 23.4543108 - 250 7 9 1991 18.0000000 23.1814645 - 251 8 9 1991 11.0000000 22.9147147 - 252 9 9 1991 13.0000000 22.6536956 - 253 10 9 1991 12.0000000 23.3425605 - 254 11 9 1991 11.0000000 52.4835418 - 255 12 9 1991 20.0000000 46.0971570 - 256 13 9 1991 21.0000000 25.1071380 - 257 14 9 1991 29.0000000 24.6193389 - 258 15 9 1991 28.0000000 24.1615077 - 259 16 9 1991 20.0000000 23.7294314 - 260 17 9 1991 20.0000000 23.3205205 - 261 18 9 1991 20.0000000 22.9323303 - 262 19 9 1991 12.0000000 22.5630219 - 263 20 9 1991 11.0000000 22.2108352 - 264 21 9 1991 11.0000000 21.8742088 - 265 22 9 1991 22.0000000 44.1483485 - 266 23 9 1991 14.0000000 44.6856132 - 267 24 9 1991 48.0000000 25.2351896 - 268 25 9 1991 45.0000000 84.3840301 - 269 26 9 1991 80.0000000 88.7988643 - 270 27 9 1991 61.0000000 68.8989541 - 271 28 9 1991 61.0000000 95.0151654 - 272 29 9 1991 65.0000000 97.0892670 - 273 30 9 1991 63.0000000 88.0536546 - 274 1 10 1991 90.0000000 70.5850366 - 275 2 10 1991 59.0000000 62.9960865 - 276 3 10 1991 45.0000000 57.8221794 - 277 4 10 1991 42.0000000 53.9090185 - 278 5 10 1991 41.0000000 99.4408229 - 279 6 10 1991 41.0000000 110.4427785 - 280 7 10 1991 73.0000000 80.1305824 - 281 8 10 1991 96.0000000 70.5438362 - 282 9 10 1991 61.0000000 65.3266600 - 283 10 10 1991 44.0000000 60.9426356 - 284 11 10 1991 42.0000000 57.2885277 - 285 12 10 1991 41.0000000 81.8065346 - 286 13 10 1991 42.0000000 82.5691556 - 287 14 10 1991 61.0000000 64.6571878 - 288 15 10 1991 55.0000000 60.6968275 - 289 16 10 1991 41.0000000 62.9613035 - 290 17 10 1991 48.0000000 78.5440167 - 291 18 10 1991 52.0000000 104.0469969 - 292 19 10 1991 66.0000000 88.8275789 - 293 20 10 1991 59.0000000 78.4652401 - 294 21 10 1991 71.0000000 73.7356189 - 295 22 10 1991 74.0000000 67.7619598 - 296 23 10 1991 70.0000000 63.6438985 - 297 24 10 1991 59.0000000 60.0370023 - 298 25 10 1991 57.0000000 56.8365579 - 299 26 10 1991 57.0000000 53.9747460 - 300 27 10 1991 51.0000000 51.4072648 - 301 28 10 1991 47.0000000 49.0964244 - 302 29 10 1991 48.0000000 47.0097175 - 303 30 10 1991 45.0000000 49.9034445 - 304 31 10 1991 43.0000000 52.6303445 - 305 1 11 1991 40.0000000 64.7692044 - 306 2 11 1991 47.0000000 68.1340257 - 307 3 11 1991 46.0000000 96.9843735 - 308 4 11 1991 76.0000000 136.9153843 - 309 5 11 1991 60.0000000 130.4895446 - 310 6 11 1991 132.0000000 121.5519974 - 311 7 11 1991 133.0000000 126.9984961 - 312 8 11 1991 113.0000000 151.8074010 - 313 9 11 1991 120.0000000 163.7989364 - 314 10 11 1991 141.0000000 144.7085478 - 315 11 11 1991 208.0000000 169.6261349 - 316 12 11 1991 166.0000000 233.1329885 - 317 13 11 1991 183.0000000 307.6386032 - 318 14 11 1991 299.0000000 452.5870281 - 319 15 11 1991 521.0000000 420.6408107 - 320 16 11 1991 443.0000000 358.0210404 - 321 17 11 1991 304.0000000 303.1249900 - 322 18 11 1991 231.0000000 293.6645611 - 323 19 11 1991 192.0000000 290.2127041 - 324 20 11 1991 199.0000000 262.8173996 - 325 21 11 1991 201.0000000 240.2809167 - 326 22 11 1991 173.0000000 205.4749673 - 327 23 11 1991 159.0000000 178.1907545 - 328 24 11 1991 160.0000000 156.3229918 - 329 25 11 1991 146.0000000 138.3747580 - 330 26 11 1991 110.0000000 124.0167974 - 331 27 11 1991 114.0000000 113.5331566 - 332 28 11 1991 97.0000000 106.3788745 - 333 29 11 1991 89.0000000 100.5157336 - 334 30 11 1991 73.0000000 95.3883636 - 335 1 12 1991 69.0000000 90.8000505 - 336 2 12 1991 67.0000000 86.6800826 - 337 3 12 1991 63.0000000 82.9684599 - 338 4 12 1991 58.0000000 79.6139850 - 339 5 12 1991 59.0000000 76.5728032 - 340 6 12 1991 53.0000000 73.8072141 - 341 7 12 1991 54.0000000 71.2846975 - 342 8 12 1991 51.0000000 68.9771117 - 343 9 12 1991 47.0000000 66.8600305 - 344 10 12 1991 42.0000000 64.9121920 - 345 11 12 1991 40.0000000 63.1150389 - 346 12 12 1991 39.0000000 61.4523330 - 347 13 12 1991 36.0000000 59.9098310 - 348 14 12 1991 37.0000000 58.4750110 - 349 15 12 1991 32.0000000 57.1368403 - 350 16 12 1991 37.0000000 68.9886330 - 351 17 12 1991 62.0000000 174.3254805 - 352 18 12 1991 118.0000000 225.9048135 - 353 19 12 1991 170.0000000 314.2334508 - 354 20 12 1991 229.0000000 417.3866156 - 355 21 12 1991 448.0000000 508.1311421 - 356 22 12 1991 464.0000000 688.8336301 - 357 23 12 1991 675.0000000 620.2093311 - 358 24 12 1991 844.0000000 532.0824594 - 359 25 12 1991 569.0000000 436.9333420 - 360 26 12 1991 358.0000000 364.1856436 - 361 27 12 1991 279.0000000 310.6622583 - 362 28 12 1991 238.0000000 266.2149591 - 363 29 12 1991 201.0000000 228.0063046 - 364 30 12 1991 185.0000000 198.7628154 - 365 31 12 1991 165.0000000 175.5807426 - 366 1 1 1992 140.0000000 157.0059181 - 367 2 1 1992 126.0000000 142.4653383 - 368 3 1 1992 117.0000000 133.0112541 - 369 4 1 1992 114.0000000 129.2678205 - 370 5 1 1992 108.0000000 124.5330013 - 371 6 1 1992 108.0000000 117.6934836 - 372 7 1 1992 101.0000000 112.2429263 - 373 8 1 1992 97.0000000 110.8826238 - 374 9 1 1992 89.0000000 127.8752537 - 375 10 1 1992 111.0000000 161.0846529 - 376 11 1 1992 135.0000000 157.7117425 - 377 12 1 1992 171.0000000 141.9033529 - 378 13 1 1992 125.0000000 133.1949364 - 379 14 1 1992 111.0000000 125.9210740 - 380 15 1 1992 100.0000000 119.5297387 - 381 16 1 1992 87.0000000 113.9676198 - 382 17 1 1992 75.0000000 108.8642244 - 383 18 1 1992 79.0000000 104.2711490 - 384 19 1 1992 70.0000000 106.7904898 - 385 20 1 1992 72.0000000 103.8302500 - 386 21 1 1992 87.0000000 100.8917268 - 387 22 1 1992 79.0000000 96.4520737 - 388 23 1 1992 71.0000000 92.9613044 - 389 24 1 1992 66.0000000 89.7962069 - 390 25 1 1992 67.0000000 86.9160283 - 391 26 1 1992 65.0000000 84.2858670 - 392 27 1 1992 59.0000000 81.8757274 - 393 28 1 1992 57.0000000 79.6977947 - 394 29 1 1992 54.0000000 78.1450683 - 395 30 1 1992 59.0000000 80.1771345 - 396 31 1 1992 57.0000000 87.6742676 - 397 1 2 1992 56.0000000 89.6910332 - 398 2 2 1992 54.0000000 87.9332378 - 399 3 2 1992 58.0000000 85.7303438 - 400 4 2 1992 63.0000000 143.5275290 - 401 5 2 1992 76.0000000 190.7904780 - 402 6 2 1992 250.0000000 214.7919202 - 403 7 2 1992 346.0000000 187.2526712 - 404 8 2 1992 241.0000000 165.1792573 - 405 9 2 1992 180.0000000 161.4312051 - 406 10 2 1992 164.0000000 168.4223646 - 407 11 2 1992 183.0000000 188.4343420 - 408 12 2 1992 215.0000000 219.7917246 - 409 13 2 1992 265.0000000 233.1068782 - 410 14 2 1992 287.0000000 246.6322578 - 411 15 2 1992 272.0000000 246.6763070 - 412 16 2 1992 253.0000000 275.0373865 - 413 17 2 1992 301.0000000 264.7253622 - 414 18 2 1992 275.0000000 225.1763297 - 415 19 2 1992 224.0000000 195.7815196 - 416 20 2 1992 194.0000000 173.9614887 - 417 21 2 1992 173.0000000 158.1321284 - 418 22 2 1992 157.0000000 147.4193981 - 419 23 2 1992 142.0000000 139.8958112 - 420 24 2 1992 133.0000000 135.0311398 - 421 25 2 1992 128.0000000 128.7582856 - 422 26 2 1992 125.0000000 122.1766340 - 423 27 2 1992 125.0000000 116.7164782 - 424 28 2 1992 110.0000000 111.8290564 - 425 29 2 1992 107.0000000 107.4232415 - 426 1 3 1992 97.0000000 103.5922245 - 427 2 3 1992 97.0000000 101.8818430 - 428 3 3 1992 86.0000000 102.8745061 - 429 4 3 1992 93.0000000 98.0504301 - 430 5 3 1992 86.0000000 95.0306229 - 431 6 3 1992 82.0000000 92.2752655 - 432 7 3 1992 80.0000000 89.6039883 - 433 8 3 1992 77.0000000 87.1398233 - 434 9 3 1992 73.0000000 84.8647340 - 435 10 3 1992 76.0000000 82.9892540 - 436 11 3 1992 68.0000000 81.3875814 - 437 12 3 1992 70.0000000 139.2913078 - 438 13 3 1992 116.0000000 209.0958824 - 439 14 3 1992 206.0000000 259.1136866 - 440 15 3 1992 433.0000000 312.4166501 - 441 16 3 1992 495.0000000 333.8832812 - 442 17 3 1992 331.0000000 280.5092788 - 443 18 3 1992 240.0000000 240.5036576 - 444 19 3 1992 215.0000000 209.2529485 - 445 20 3 1992 185.0000000 184.8206375 - 446 21 3 1992 185.0000000 176.7292952 - 447 22 3 1992 185.0000000 237.3138296 - 448 23 3 1992 213.0000000 346.6995409 - 449 24 3 1992 466.0000000 386.4040292 - 450 25 3 1992 580.0000000 404.8101779 - 451 26 3 1992 566.0000000 371.6088080 - 452 27 3 1992 487.0000000 329.0206862 - 453 28 3 1992 387.0000000 296.1746125 - 454 29 3 1992 311.0000000 261.0802385 - 455 30 3 1992 270.0000000 231.2510700 - 456 31 3 1992 246.0000000 218.4808068 - 457 1 4 1992 229.0000000 234.5785238 - 458 2 4 1992 222.0000000 227.2297580 - 459 3 4 1992 217.0000000 244.2887849 - 460 4 4 1992 208.0000000 303.0374707 - 461 5 4 1992 220.0000000 278.4375297 - 462 6 4 1992 210.0000000 242.9255478 - 463 7 4 1992 190.0000000 213.6361228 - 464 8 4 1992 173.0000000 189.6785914 - 465 9 4 1992 166.0000000 170.4397780 - 466 10 4 1992 133.0000000 154.9783088 - 467 11 4 1992 126.0000000 142.9117601 - 468 12 4 1992 124.0000000 134.4179281 - 469 13 4 1992 116.0000000 128.5984645 - 470 14 4 1992 112.0000000 131.6242617 - 471 15 4 1992 111.0000000 166.8943688 - 472 16 4 1992 137.0000000 178.0553746 - 473 17 4 1992 206.0000000 168.9319805 - 474 18 4 1992 176.0000000 166.9335652 - 475 19 4 1992 161.0000000 153.4810442 - 476 20 4 1992 161.0000000 144.6761759 - 477 21 4 1992 139.0000000 137.7362534 - 478 22 4 1992 139.0000000 131.7220988 - 479 23 4 1992 123.0000000 126.3419085 - 480 24 4 1992 119.0000000 121.5061347 - 481 25 4 1992 111.0000000 117.1456313 - 482 26 4 1992 94.0000000 113.3094508 - 483 27 4 1992 94.0000000 114.3926288 - 484 28 4 1992 102.0000000 119.3338555 - 485 29 4 1992 120.0000000 117.2083436 - 486 30 4 1992 120.0000000 112.2644615 - 487 1 5 1992 114.0000000 139.8139871 - 488 2 5 1992 115.0000000 157.7757547 - 489 3 5 1992 206.0000000 138.7047286 - 490 4 5 1992 215.0000000 130.2212545 - 491 5 5 1992 125.0000000 124.4537547 - 492 6 5 1992 123.0000000 119.5475605 - 493 7 5 1992 113.0000000 115.1500423 - 494 8 5 1992 77.0000000 111.1787550 - 495 9 5 1992 83.0000000 107.8710351 - 496 10 5 1992 83.0000000 117.8487034 - 497 11 5 1992 96.0000000 116.7029002 - 498 12 5 1992 120.0000000 106.7315574 - 499 13 5 1992 80.0000000 102.2338697 - 500 14 5 1992 76.0000000 99.2960596 - 501 15 5 1992 69.0000000 96.5998459 - 502 16 5 1992 63.0000000 94.1163888 - 503 17 5 1992 61.0000000 91.8209662 - 504 18 5 1992 60.0000000 89.6922013 - 505 19 5 1992 59.0000000 87.7115496 - 506 20 5 1992 67.0000000 85.8644806 - 507 21 5 1992 51.0000000 84.1398927 - 508 22 5 1992 44.0000000 82.5187058 - 509 23 5 1992 42.0000000 80.9870306 - 510 24 5 1992 51.0000000 79.6841703 - 511 25 5 1992 42.0000000 78.5633637 - 512 26 5 1992 54.0000000 88.8578859 - 513 27 5 1992 53.0000000 81.0941291 - 514 28 5 1992 59.0000000 76.8080933 - 515 29 5 1992 55.0000000 85.6465284 - 516 30 5 1992 54.0000000 85.2271409 - 517 31 5 1992 48.0000000 79.4847888 - 518 1 6 1992 63.0000000 82.4163119 - 519 2 6 1992 61.0000000 81.6283979 - 520 3 6 1992 55.0000000 82.9444261 - 521 4 6 1992 75.0000000 100.3705283 - 522 5 6 1992 53.0000000 113.9458355 - 523 6 6 1992 77.0000000 111.8207763 - 524 7 6 1992 114.0000000 108.1380134 - 525 8 6 1992 167.0000000 118.7455939 - 526 9 6 1992 116.0000000 107.4913338 - 527 10 6 1992 91.0000000 98.0592591 - 528 11 6 1992 85.0000000 94.3422468 - 529 12 6 1992 68.0000000 91.0360256 - 530 13 6 1992 71.0000000 88.0510505 - 531 14 6 1992 63.0000000 85.3323440 - 532 15 6 1992 59.0000000 82.8477098 - 533 16 6 1992 46.0000000 80.5685121 - 534 17 6 1992 44.0000000 78.4702104 - 535 18 6 1992 39.0000000 76.5316952 - 536 19 6 1992 41.0000000 74.7488067 - 537 20 6 1992 44.0000000 75.7461471 - 538 21 6 1992 39.0000000 73.5086298 - 539 22 6 1992 32.0000000 70.9357548 - 540 23 6 1992 40.0000000 72.2420111 - 541 24 6 1992 41.0000000 85.4869685 - 542 25 6 1992 42.0000000 79.8916396 - 543 26 6 1992 42.0000000 72.0937403 - 544 27 6 1992 48.0000000 69.6135554 - 545 28 6 1992 37.0000000 68.0795791 - 546 29 6 1992 40.0000000 66.6519962 - 547 30 6 1992 29.0000000 65.5502394 - 548 1 7 1992 30.0000000 65.0649979 - 549 2 7 1992 36.0000000 63.3177542 - 550 3 7 1992 29.0000000 68.8411261 - 551 4 7 1992 36.0000000 79.8304078 - 552 5 7 1992 50.0000000 98.4112029 - 553 6 7 1992 78.0000000 100.4311630 - 554 7 7 1992 54.0000000 82.1285314 - 555 8 7 1992 57.0000000 73.3050038 - 556 9 7 1992 51.0000000 71.3381104 - 557 10 7 1992 47.0000000 91.4442470 - 558 11 7 1992 46.0000000 111.2477882 - 559 12 7 1992 76.0000000 105.1112770 - 560 13 7 1992 72.0000000 93.2304000 - 561 14 7 1992 67.0000000 84.4376930 - 562 15 7 1992 63.0000000 81.1224654 - 563 16 7 1992 47.0000000 78.1324992 - 564 17 7 1992 47.0000000 75.4248897 - 565 18 7 1992 42.0000000 72.9637178 - 566 19 7 1992 41.0000000 70.7183605 - 567 20 7 1992 39.0000000 68.6626044 - 568 21 7 1992 37.0000000 68.4032569 - 569 22 7 1992 33.0000000 68.1601856 - 570 23 7 1992 33.0000000 64.7831163 - 571 24 7 1992 33.0000000 63.2042742 - 572 25 7 1992 37.0000000 61.7345225 - 573 26 7 1992 26.0000000 60.3600009 - 574 27 7 1992 24.0000000 59.0755761 - 575 28 7 1992 26.0000000 57.8719232 - 576 29 7 1992 29.0000000 56.7408433 - 577 30 7 1992 19.0000000 55.6751104 - 578 31 7 1992 22.0000000 57.0225564 - 579 1 8 1992 28.0000000 56.6376338 - 580 2 8 1992 35.0000000 53.5666177 - 581 3 8 1992 29.0000000 52.6364963 - 582 4 8 1992 36.0000000 51.7551768 - 583 5 8 1992 52.0000000 50.9168429 - 584 6 8 1992 74.0000000 50.1175160 - 585 7 8 1992 54.0000000 49.3536620 - 586 8 8 1992 57.0000000 48.6221362 - 587 9 8 1992 48.0000000 51.0899359 - 588 10 8 1992 47.0000000 49.7318268 - 589 11 8 1992 46.0000000 57.5324096 - 590 12 8 1992 75.0000000 56.6134513 - 591 13 8 1992 73.0000000 61.3624336 - 592 14 8 1992 66.0000000 64.3952964 - 593 15 8 1992 60.0000000 57.3017296 - 594 16 8 1992 47.0000000 49.0948650 - 595 17 8 1992 46.0000000 48.1145127 - 596 18 8 1992 42.0000000 47.1957587 - 597 19 8 1992 41.0000000 46.5185228 - 598 20 8 1992 40.0000000 53.7185367 - 599 21 8 1992 37.0000000 49.6548736 - 600 22 8 1992 32.0000000 47.3809480 - 601 23 8 1992 32.0000000 46.9231276 - 602 24 8 1992 32.0000000 44.4829111 - 603 25 8 1992 36.0000000 43.6561964 - 604 26 8 1992 27.0000000 42.9150385 - 605 27 8 1992 25.0000000 42.2120464 - 606 28 8 1992 25.0000000 42.1594705 - 607 29 8 1992 28.0000000 49.3663361 - 608 30 8 1992 20.0000000 63.2710217 - 609 31 8 1992 22.0000000 107.3974093 - 610 1 9 1992 49.0000000 96.3215877 - 611 2 9 1992 77.0000000 82.9488989 - 612 3 9 1992 67.0000000 78.7381329 - 613 4 9 1992 45.0000000 77.8658081 - 614 5 9 1992 44.0000000 70.0030191 - 615 6 9 1992 64.0000000 62.6851491 - 616 7 9 1992 52.0000000 59.9107447 - 617 8 9 1992 40.0000000 57.4244506 - 618 9 9 1992 30.0000000 55.1872484 - 619 10 9 1992 34.0000000 53.1667105 - 620 11 9 1992 32.0000000 51.7475628 - 621 12 9 1992 36.0000000 50.4158346 - 622 13 9 1992 28.0000000 48.6322125 - 623 14 9 1992 33.0000000 48.9031631 - 624 15 9 1992 35.0000000 50.6840584 - 625 16 9 1992 30.0000000 46.2085987 - 626 17 9 1992 32.0000000 44.9574146 - 627 18 9 1992 29.0000000 43.9001890 - 628 19 9 1992 30.0000000 43.4043229 - 629 20 9 1992 28.0000000 41.9436555 - 630 21 9 1992 29.0000000 41.0064035 - 631 22 9 1992 29.0000000 40.1335048 - 632 23 9 1992 27.0000000 39.3301965 - 633 24 9 1992 27.0000000 38.5595954 - 634 25 9 1992 23.0000000 37.8313472 - 635 26 9 1992 28.0000000 37.1435876 - 636 27 9 1992 25.0000000 36.4945370 - 637 28 9 1992 25.0000000 37.8888904 - 638 29 9 1992 27.0000000 39.6283198 - 639 30 9 1992 25.0000000 35.8288241 - 640 1 10 1992 27.0000000 35.7711597 - 641 2 10 1992 33.0000000 37.9332220 - 642 3 10 1992 29.0000000 38.6086986 - 643 4 10 1992 31.0000000 36.3615910 - 644 5 10 1992 25.0000000 49.3362073 - 645 6 10 1992 25.0000000 55.4811494 - 646 7 10 1992 36.0000000 43.7759683 - 647 8 10 1992 42.0000000 37.7828206 - 648 9 10 1992 43.0000000 39.5637241 - 649 10 10 1992 26.0000000 45.9302711 - 650 11 10 1992 27.0000000 43.0381152 - 651 12 10 1992 27.0000000 38.3858512 - 652 13 10 1992 26.0000000 37.4303047 - 653 14 10 1992 26.0000000 36.6708558 - 654 15 10 1992 23.0000000 50.8152618 - 655 16 10 1992 21.0000000 49.8777639 - 656 17 10 1992 26.0000000 43.5623737 - 657 18 10 1992 34.0000000 45.8096374 - 658 19 10 1992 37.0000000 41.4284316 - 659 20 10 1992 31.0000000 49.5386959 - 660 21 10 1992 31.0000000 49.6154117 - 661 22 10 1992 35.0000000 47.9438833 - 662 23 10 1992 33.0000000 75.6528011 - 663 24 10 1992 40.0000000 141.7933530 - 664 25 10 1992 74.0000000 192.0201733 - 665 26 10 1992 161.0000000 200.3300584 - 666 27 10 1992 285.0000000 214.9663334 - 667 28 10 1992 244.0000000 239.9957389 - 668 29 10 1992 263.0000000 253.8942246 - 669 30 10 1992 276.0000000 211.3135129 - 670 31 10 1992 186.0000000 178.6094054 - 671 1 11 1992 154.0000000 154.5716080 - 672 2 11 1992 112.0000000 158.8296970 - 673 3 11 1992 104.0000000 163.5943361 - 674 4 11 1992 96.0000000 154.7977516 - 675 5 11 1992 99.0000000 134.9889498 - 676 6 11 1992 126.0000000 119.0063955 - 677 7 11 1992 91.0000000 108.1639260 - 678 8 11 1992 84.0000000 102.6169405 - 679 9 11 1992 81.0000000 108.1383108 - 680 10 11 1992 85.0000000 147.1448147 - 681 11 11 1992 126.0000000 239.7388104 - 682 12 11 1992 279.0000000 291.4790616 - 683 13 11 1992 390.0000000 298.6241510 - 684 14 11 1992 294.0000000 305.5581229 - 685 15 11 1992 260.0000000 397.1280887 - 686 16 11 1992 398.0000000 540.4229631 - 687 17 11 1992 520.0000000 513.7486437 - 688 18 11 1992 487.0000000 485.4200496 - 689 19 11 1992 380.0000000 496.0665421 - 690 20 11 1992 385.0000000 421.8702079 - 691 21 11 1992 351.0000000 446.4177927 - 692 22 11 1992 309.0000000 527.0617549 - 693 23 11 1992 587.0000000 436.3015528 - 694 24 11 1992 661.0000000 371.9365512 - 695 25 11 1992 447.0000000 374.3439297 - 696 26 11 1992 361.0000000 399.6405501 - 697 27 11 1992 351.0000000 381.4676764 - 698 28 11 1992 353.0000000 412.4893611 - 699 29 11 1992 369.0000000 504.6893734 - 700 30 11 1992 452.0000000 492.8814813 - 701 1 12 1992 441.0000000 405.3102053 - 702 2 12 1992 348.0000000 437.5766046 - 703 3 12 1992 394.0000000 486.6280214 - 704 4 12 1992 455.0000000 527.7623610 - 705 5 12 1992 491.0000000 562.5168036 - 706 6 12 1992 469.0000000 491.9299047 - 707 7 12 1992 364.0000000 476.3123959 - 708 8 12 1992 338.0000000 417.9041116 - 709 9 12 1992 334.0000000 348.9076971 - 710 10 12 1992 268.0000000 291.4054877 - 711 11 12 1992 236.0000000 289.0857950 - 712 12 12 1992 230.0000000 299.1477510 - 713 13 12 1992 239.0000000 272.1844706 - 714 14 12 1992 256.0000000 231.6980530 - 715 15 12 1992 217.0000000 208.1564628 - 716 16 12 1992 201.0000000 195.5398708 - 717 17 12 1992 188.0000000 187.1046917 - 718 18 12 1992 176.0000000 176.1853918 - 719 19 12 1992 170.0000000 165.1130806 - 720 20 12 1992 168.0000000 162.2127140 - 721 21 12 1992 131.0000000 167.6950251 - 722 22 12 1992 133.0000000 168.6058983 - 723 23 12 1992 134.0000000 156.5486026 - 724 24 12 1992 127.0000000 148.0830351 - 725 25 12 1992 117.0000000 140.9515338 - 726 26 12 1992 113.0000000 134.5942121 - 727 27 12 1992 100.0000000 128.9040260 - 728 28 12 1992 94.0000000 123.7910432 - 729 29 12 1992 87.0000000 119.1792458 - 730 30 12 1992 86.0000000 115.0041003 - 731 31 12 1992 81.0000000 111.2106011 diff --git a/check/case_04/output_save/b2_discharge.nc b/check/case_04/output_save/b2_discharge.nc old mode 100755 new mode 100644 index 0ba9a75441033d35231afa9d2f8abf9e9e19159a..7978b4deb67d6ced2b4113cc3c2e72ae54bfff3b Binary files a/check/case_04/output_save/b2_discharge.nc and b/check/case_04/output_save/b2_discharge.nc differ diff --git a/check/case_04/output_save/b2_mHM_Fluxes_States.nc b/check/case_04/output_save/b2_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index ecdd1a32e17b079cb97a82235e84bae62c34925e..777e89553e7757eebc5fdaaa0674b773b62017ee Binary files a/check/case_04/output_save/b2_mHM_Fluxes_States.nc and b/check/case_04/output_save/b2_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b2_mHM_restart_002.nc b/check/case_04/output_save/b2_mHM_restart_002.nc old mode 100755 new mode 100644 index 314d96032f377455783b027ca9c9f3775c9f9fe7..5da7bfe162be2d4775e51f11afa706f55069693e Binary files a/check/case_04/output_save/b2_mHM_restart_002.nc and b/check/case_04/output_save/b2_mHM_restart_002.nc differ diff --git a/check/case_04/output_save/b2_mRM_restart_002.nc b/check/case_04/output_save/b2_mRM_restart_002.nc old mode 100755 new mode 100644 index 676de350de6fcb014233353ef7f11b0ad1314be5..bad855c042584ef31bbbfdd27c78c92ad224ce95 Binary files a/check/case_04/output_save/b2_mRM_restart_002.nc and b/check/case_04/output_save/b2_mRM_restart_002.nc differ diff --git a/check/case_04/output_save/b3_mHM_Fluxes_States.nc b/check/case_04/output_save/b3_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index ad9c219241bcd09f76eb767729504830e945f8c8..b424e3a00d3107540f3dcdf27a931a1a103a9c0e Binary files a/check/case_04/output_save/b3_mHM_Fluxes_States.nc and b/check/case_04/output_save/b3_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b3_mHM_restart_003.nc b/check/case_04/output_save/b3_mHM_restart_003.nc old mode 100755 new mode 100644 index e03616df49d58fd8c260f6e314e0e77653f3605b..49d1fd92a9a6c25e128dd0086b0fd87dc51b1939 Binary files a/check/case_04/output_save/b3_mHM_restart_003.nc and b/check/case_04/output_save/b3_mHM_restart_003.nc differ diff --git a/check/case_04/output_save/b3_mRM_restart_003.nc b/check/case_04/output_save/b3_mRM_restart_003.nc index 32c70acca12fe112696aa5e6bfdeb3983df00ec9..d75d768989ff999b639ceca6393eae47781983fc 100644 Binary files a/check/case_04/output_save/b3_mRM_restart_003.nc and b/check/case_04/output_save/b3_mRM_restart_003.nc differ diff --git a/check/case_04/output_save/b4_daily_discharge.out b/check/case_04/output_save/b4_daily_discharge.out deleted file mode 100755 index 00c5f80a5633df44480cfc313647fa915d2df1b1..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/b4_daily_discharge.out +++ /dev/null @@ -1,185 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 108.9586943 - 2 2 7 1990 92.0000000 94.1485961 - 3 3 7 1990 72.0000000 100.4259299 - 4 4 7 1990 58.0000000 118.1346919 - 5 5 7 1990 69.0000000 149.7552529 - 6 6 7 1990 94.0000000 137.3942123 - 7 7 7 1990 199.0000000 132.2186780 - 8 8 7 1990 133.0000000 135.6390606 - 9 9 7 1990 124.0000000 117.3657525 - 10 10 7 1990 123.0000000 109.0108074 - 11 11 7 1990 99.0000000 102.6701998 - 12 12 7 1990 88.0000000 97.4109113 - 13 13 7 1990 84.0000000 92.7512855 - 14 14 7 1990 72.0000000 88.5688986 - 15 15 7 1990 55.0000000 84.8024353 - 16 16 7 1990 65.0000000 81.3995649 - 17 17 7 1990 50.0000000 78.3154603 - 18 18 7 1990 50.0000000 75.5115897 - 19 19 7 1990 46.0000000 72.9547245 - 20 20 7 1990 44.0000000 70.6161209 - 21 21 7 1990 42.0000000 68.4708422 - 22 22 7 1990 37.0000000 66.4971939 - 23 23 7 1990 38.0000000 64.6762530 - 24 24 7 1990 44.0000000 62.9914726 - 25 25 7 1990 30.0000000 61.4283487 - 26 26 7 1990 26.0000000 59.9741398 - 27 27 7 1990 31.0000000 58.6176281 - 28 28 7 1990 33.0000000 60.4636634 - 29 29 7 1990 42.0000000 57.8321590 - 30 30 7 1990 36.0000000 55.5445090 - 31 31 7 1990 34.0000000 54.4479188 - 32 1 8 1990 25.0000000 53.4141056 - 33 2 8 1990 22.0000000 52.4371182 - 34 3 8 1990 28.0000000 51.5116599 - 35 4 8 1990 25.0000000 50.6330093 - 36 5 8 1990 19.0000000 49.7971267 - 37 6 8 1990 22.0000000 49.0007606 - 38 7 8 1990 19.0000000 48.2390072 - 39 8 8 1990 22.0000000 47.5095964 - 40 9 8 1990 19.0000000 46.8098988 - 41 10 8 1990 20.0000000 46.1374732 - 42 11 8 1990 19.0000000 45.4901224 - 43 12 8 1990 19.0000000 44.8658668 - 44 13 8 1990 22.0000000 49.4533823 - 45 14 8 1990 36.0000000 71.0899802 - 46 15 8 1990 31.0000000 62.2199278 - 47 16 8 1990 30.0000000 56.4648439 - 48 17 8 1990 28.0000000 52.9296003 - 49 18 8 1990 34.0000000 46.0048672 - 50 19 8 1990 21.0000000 45.1634131 - 51 20 8 1990 30.0000000 44.3681900 - 52 21 8 1990 22.0000000 43.6143834 - 53 22 8 1990 21.0000000 42.8980604 - 54 23 8 1990 23.0000000 42.2157318 - 55 24 8 1990 20.0000000 41.5642965 - 56 25 8 1990 29.0000000 40.9432280 - 57 26 8 1990 20.0000000 40.8649846 - 58 27 8 1990 22.0000000 41.9941041 - 59 28 8 1990 23.0000000 39.9479452 - 60 29 8 1990 35.0000000 38.9183770 - 61 30 8 1990 51.0000000 126.7680948 - 62 31 8 1990 80.0000000 125.5228050 - 63 1 9 1990 56.0000000 66.7675597 - 64 2 9 1990 33.0000000 57.0878772 - 65 3 9 1990 27.0000000 54.8170097 - 66 4 9 1990 27.0000000 56.8981948 - 67 5 9 1990 28.0000000 56.0059652 - 68 6 9 1990 26.0000000 50.6995067 - 69 7 9 1990 24.0000000 55.7355076 - 70 8 9 1990 33.0000000 52.5148752 - 71 9 9 1990 26.0000000 48.0456481 - 72 10 9 1990 27.0000000 46.5885342 - 73 11 9 1990 22.0000000 45.2511509 - 74 12 9 1990 22.0000000 44.0195042 - 75 13 9 1990 21.0000000 42.8817677 - 76 14 9 1990 22.0000000 41.8276238 - 77 15 9 1990 22.0000000 40.8480493 - 78 16 9 1990 22.0000000 39.9351356 - 79 17 9 1990 20.0000000 39.0819358 - 80 18 9 1990 22.0000000 38.2823354 - 81 19 9 1990 16.0000000 37.5309414 - 82 20 9 1990 22.0000000 36.8229886 - 83 21 9 1990 19.0000000 45.4387418 - 84 22 9 1990 32.0000000 113.3111232 - 85 23 9 1990 27.0000000 96.6597923 - 86 24 9 1990 45.0000000 73.5058673 - 87 25 9 1990 42.0000000 58.9662125 - 88 26 9 1990 39.0000000 54.5335422 - 89 27 9 1990 30.0000000 52.2856929 - 90 28 9 1990 28.0000000 50.2496816 - 91 29 9 1990 30.0000000 48.4031251 - 92 30 9 1990 30.0000000 100.0857655 - 93 1 10 1990 56.0000000 150.3173061 - 94 2 10 1990 72.0000000 119.7772388 - 95 3 10 1990 73.0000000 116.3719460 - 96 4 10 1990 68.0000000 111.2939090 - 97 5 10 1990 53.0000000 96.8294935 - 98 6 10 1990 42.0000000 89.2651881 - 99 7 10 1990 33.0000000 83.6994288 - 100 8 10 1990 42.0000000 78.9121950 - 101 9 10 1990 34.0000000 74.6466353 - 102 10 10 1990 36.0000000 70.8211538 - 103 11 10 1990 36.0000000 67.3882193 - 104 12 10 1990 28.0000000 64.2982000 - 105 13 10 1990 32.0000000 61.5085973 - 106 14 10 1990 27.0000000 58.9828950 - 107 15 10 1990 35.0000000 57.1830413 - 108 16 10 1990 42.0000000 57.9755804 - 109 17 10 1990 35.0000000 67.4372212 - 110 18 10 1990 39.0000000 66.7948125 - 111 19 10 1990 34.0000000 57.2970901 - 112 20 10 1990 32.0000000 55.1285971 - 113 21 10 1990 34.0000000 53.1603332 - 114 22 10 1990 27.0000000 51.3611660 - 115 23 10 1990 31.0000000 49.7120266 - 116 24 10 1990 28.0000000 48.1962995 - 117 25 10 1990 25.0000000 48.0470726 - 118 26 10 1990 29.0000000 66.6332835 - 119 27 10 1990 31.0000000 75.2407409 - 120 28 10 1990 65.0000000 207.6144923 - 121 29 10 1990 69.0000000 233.2611940 - 122 30 10 1990 157.0000000 205.5208722 - 123 31 10 1990 190.0000000 179.1818028 - 124 1 11 1990 115.0000000 179.9766252 - 125 2 11 1990 104.0000000 188.0507655 - 126 3 11 1990 100.0000000 197.6219702 - 127 4 11 1990 131.0000000 192.5799102 - 128 5 11 1990 130.0000000 184.3570428 - 129 6 11 1990 115.0000000 162.1123592 - 130 7 11 1990 102.0000000 142.9504901 - 131 8 11 1990 95.0000000 126.8036020 - 132 9 11 1990 81.0000000 113.4166768 - 133 10 11 1990 66.0000000 119.6383002 - 134 11 11 1990 67.0000000 153.5009375 - 135 12 11 1990 74.0000000 168.8697519 - 136 13 11 1990 109.0000000 160.0307195 - 137 14 11 1990 92.0000000 184.7526692 - 138 15 11 1990 92.0000000 201.1674024 - 139 16 11 1990 155.0000000 188.1174793 - 140 17 11 1990 159.0000000 175.9684560 - 141 18 11 1990 131.0000000 191.9852242 - 142 19 11 1990 161.0000000 203.9791545 - 143 20 11 1990 196.0000000 314.3029652 - 144 21 11 1990 336.0000000 397.0566669 - 145 22 11 1990 566.0000000 358.2470716 - 146 23 11 1990 373.0000000 364.2292083 - 147 24 11 1990 293.0000000 334.7010523 - 148 25 11 1990 264.0000000 318.3145296 - 149 26 11 1990 226.0000000 287.3707857 - 150 27 11 1990 201.0000000 245.7182321 - 151 28 11 1990 180.0000000 213.2482303 - 152 29 11 1990 161.0000000 199.5493403 - 153 30 11 1990 149.0000000 187.6950650 - 154 1 12 1990 134.0000000 164.7544264 - 155 2 12 1990 113.0000000 149.2252753 - 156 3 12 1990 99.0000000 138.4231126 - 157 4 12 1990 107.0000000 130.5724960 - 158 5 12 1990 99.0000000 123.4821860 - 159 6 12 1990 89.0000000 116.9932253 - 160 7 12 1990 77.0000000 111.2417131 - 161 8 12 1990 71.0000000 106.0898140 - 162 9 12 1990 68.0000000 101.4596546 - 163 10 12 1990 73.0000000 97.2848455 - 164 11 12 1990 84.0000000 93.5085851 - 165 12 12 1990 88.0000000 111.5073102 - 166 13 12 1990 92.0000000 118.8853654 - 167 14 12 1990 128.0000000 111.0413107 - 168 15 12 1990 136.0000000 103.8205898 - 169 16 12 1990 114.0000000 98.8995253 - 170 17 12 1990 101.0000000 94.5571298 - 171 18 12 1990 93.0000000 90.6617348 - 172 19 12 1990 85.0000000 87.1544226 - 173 20 12 1990 81.0000000 83.9851070 - 174 21 12 1990 106.0000000 120.5128564 - 175 22 12 1990 159.0000000 151.5742925 - 176 23 12 1990 250.0000000 170.3488101 - 177 24 12 1990 298.0000000 161.6044860 - 178 25 12 1990 261.0000000 208.3694978 - 179 26 12 1990 228.0000000 330.5985712 - 180 27 12 1990 409.0000000 405.4690202 - 181 28 12 1990 486.0000000 429.7632383 - 182 29 12 1990 440.0000000 540.9211430 - 183 30 12 1990 486.0000000 678.9301582 - 184 31 12 1990 774.0000000 766.8109358 diff --git a/check/case_04/output_save/b4_discharge.nc b/check/case_04/output_save/b4_discharge.nc old mode 100755 new mode 100644 index ac6ad14df71a9365aed0869ddf16a1593af39cb3..3754eb53d0c9dceaa1ea06a7d67223312b49dbcb Binary files a/check/case_04/output_save/b4_discharge.nc and b/check/case_04/output_save/b4_discharge.nc differ diff --git a/check/case_04/output_save/b4_mHM_Fluxes_States.nc b/check/case_04/output_save/b4_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 2d8a9a26d98a4a17e325225e70c7ba413423f387..e5d5ff7adb9e0096ef7686daf5a3d20305ec6250 Binary files a/check/case_04/output_save/b4_mHM_Fluxes_States.nc and b/check/case_04/output_save/b4_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b4_mHM_restart_004.nc b/check/case_04/output_save/b4_mHM_restart_004.nc old mode 100755 new mode 100644 index 1d4637a0b1e335ac6a93de670fdd3d8b32ca9525..4ccbbd1e56f8e897823076a3a315774470a83ffa Binary files a/check/case_04/output_save/b4_mHM_restart_004.nc and b/check/case_04/output_save/b4_mHM_restart_004.nc differ diff --git a/check/case_04/output_save/b4_mRM_restart_004.nc b/check/case_04/output_save/b4_mRM_restart_004.nc old mode 100755 new mode 100644 index bd4237668b226f48990b330f7cc200636446ce22..8dbfe090d7f11fdaddf8e98cb2c6edc3ee145f00 Binary files a/check/case_04/output_save/b4_mRM_restart_004.nc and b/check/case_04/output_save/b4_mRM_restart_004.nc differ diff --git a/check/case_04/output_save/b5_daily_discharge.out b/check/case_04/output_save/b5_daily_discharge.out deleted file mode 100755 index bf0da6ebcce78a52e04efef40a7d84d54ffec3f3..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/b5_daily_discharge.out +++ /dev/null @@ -1,367 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 1 1992 140.0000000 106.8539520 - 2 2 1 1992 126.0000000 103.3389490 - 3 3 1 1992 117.0000000 100.6303361 - 4 4 1 1992 114.0000000 100.0825565 - 5 5 1 1992 108.0000000 97.5985921 - 6 6 1 1992 108.0000000 93.9018704 - 7 7 1 1992 101.0000000 91.2583223 - 8 8 1 1992 97.0000000 91.2355874 - 9 9 1 1992 89.0000000 97.6659433 - 10 10 1 1992 111.0000000 121.9053247 - 11 11 1 1992 135.0000000 113.9866870 - 12 12 1 1992 171.0000000 99.6826971 - 13 13 1 1992 125.0000000 96.3684052 - 14 14 1 1992 111.0000000 93.4352684 - 15 15 1 1992 100.0000000 90.7511937 - 16 16 1 1992 87.0000000 88.3981473 - 17 17 1 1992 75.0000000 86.1216045 - 18 18 1 1992 79.0000000 83.9950343 - 19 19 1 1992 70.0000000 87.3105599 - 20 20 1 1992 72.0000000 83.9067668 - 21 21 1 1992 87.0000000 82.1304541 - 22 22 1 1992 79.0000000 79.0018548 - 23 23 1 1992 71.0000000 77.3176272 - 24 24 1 1992 66.0000000 75.7423816 - 25 25 1 1992 67.0000000 74.2642461 - 26 26 1 1992 65.0000000 72.8732393 - 27 27 1 1992 59.0000000 71.5605837 - 28 28 1 1992 57.0000000 70.3227443 - 29 29 1 1992 54.0000000 69.3195337 - 30 30 1 1992 59.0000000 69.8199201 - 31 31 1 1992 57.0000000 73.5689345 - 32 1 2 1992 56.0000000 75.2272054 - 33 2 2 1992 54.0000000 72.8810800 - 34 3 2 1992 58.0000000 70.6247819 - 35 4 2 1992 63.0000000 99.4900411 - 36 5 2 1992 76.0000000 130.2309784 - 37 6 2 1992 250.0000000 126.7044286 - 38 7 2 1992 346.0000000 111.6390825 - 39 8 2 1992 241.0000000 103.4236445 - 40 9 2 1992 180.0000000 104.1784087 - 41 10 2 1992 164.0000000 112.1720253 - 42 11 2 1992 183.0000000 122.7420823 - 43 12 2 1992 215.0000000 138.3786483 - 44 13 2 1992 265.0000000 138.5741408 - 45 14 2 1992 287.0000000 147.8370412 - 46 15 2 1992 272.0000000 144.7413299 - 47 16 2 1992 253.0000000 164.6393665 - 48 17 2 1992 301.0000000 163.0690135 - 49 18 2 1992 275.0000000 143.5124277 - 50 19 2 1992 224.0000000 129.0547322 - 51 20 2 1992 194.0000000 118.4597936 - 52 21 2 1992 173.0000000 111.4653924 - 53 22 2 1992 157.0000000 106.1815467 - 54 23 2 1992 142.0000000 102.0783422 - 55 24 2 1992 133.0000000 99.8431711 - 56 25 2 1992 128.0000000 97.6050251 - 57 26 2 1992 125.0000000 93.4191823 - 58 27 2 1992 125.0000000 90.1559357 - 59 28 2 1992 110.0000000 87.2389666 - 60 29 2 1992 107.0000000 84.5674047 - 61 1 3 1992 97.0000000 82.1696594 - 62 2 3 1992 97.0000000 80.1698506 - 63 3 3 1992 86.0000000 82.4003324 - 64 4 3 1992 93.0000000 79.0795674 - 65 5 3 1992 86.0000000 76.8417265 - 66 6 3 1992 82.0000000 75.0174674 - 67 7 3 1992 80.0000000 73.2557443 - 68 8 3 1992 77.0000000 71.6057297 - 69 9 3 1992 73.0000000 70.0627806 - 70 10 3 1992 76.0000000 68.6866397 - 71 11 3 1992 68.0000000 67.5015402 - 72 12 3 1992 70.0000000 103.2500111 - 73 13 3 1992 116.0000000 148.6882549 - 74 14 3 1992 206.0000000 169.1259550 - 75 15 3 1992 433.0000000 191.9156508 - 76 16 3 1992 495.0000000 222.5542718 - 77 17 3 1992 331.0000000 196.6096004 - 78 18 3 1992 240.0000000 172.2280695 - 79 19 3 1992 215.0000000 152.3656122 - 80 20 3 1992 185.0000000 135.9356687 - 81 21 3 1992 185.0000000 129.2453218 - 82 22 3 1992 185.0000000 153.1239370 - 83 23 3 1992 213.0000000 230.2655375 - 84 24 3 1992 466.0000000 262.0904858 - 85 25 3 1992 580.0000000 284.7588777 - 86 26 3 1992 566.0000000 271.0246935 - 87 27 3 1992 487.0000000 245.0930470 - 88 28 3 1992 387.0000000 224.2785876 - 89 29 3 1992 311.0000000 204.5294723 - 90 30 3 1992 270.0000000 183.8043422 - 91 31 3 1992 246.0000000 167.0196235 - 92 1 4 1992 229.0000000 183.0027059 - 93 2 4 1992 222.0000000 181.9646411 - 94 3 4 1992 217.0000000 177.6858655 - 95 4 4 1992 208.0000000 228.8346004 - 96 5 4 1992 220.0000000 233.1777983 - 97 6 4 1992 210.0000000 207.9334868 - 98 7 4 1992 190.0000000 182.4931441 - 99 8 4 1992 173.0000000 161.8290255 - 100 9 4 1992 166.0000000 144.8940884 - 101 10 4 1992 133.0000000 131.2907160 - 102 11 4 1992 126.0000000 120.3345194 - 103 12 4 1992 124.0000000 112.5241318 - 104 13 4 1992 116.0000000 107.5759062 - 105 14 4 1992 112.0000000 107.5410783 - 106 15 4 1992 111.0000000 129.5813722 - 107 16 4 1992 137.0000000 147.1187048 - 108 17 4 1992 206.0000000 135.9366748 - 109 18 4 1992 176.0000000 135.0051924 - 110 19 4 1992 161.0000000 124.9452507 - 111 20 4 1992 161.0000000 118.0594392 - 112 21 4 1992 139.0000000 112.8184570 - 113 22 4 1992 139.0000000 108.3578735 - 114 23 4 1992 123.0000000 104.3375006 - 115 24 4 1992 119.0000000 100.6955237 - 116 25 4 1992 111.0000000 97.3864176 - 117 26 4 1992 94.0000000 94.4059976 - 118 27 4 1992 94.0000000 93.1463065 - 119 28 4 1992 102.0000000 99.3385867 - 120 29 4 1992 120.0000000 98.2954343 - 121 30 4 1992 120.0000000 94.7099445 - 122 1 5 1992 114.0000000 105.3567905 - 123 2 5 1992 115.0000000 136.7940359 - 124 3 5 1992 206.0000000 116.3175575 - 125 4 5 1992 215.0000000 108.8155876 - 126 5 5 1992 125.0000000 104.1374096 - 127 6 5 1992 123.0000000 100.3034003 - 128 7 5 1992 113.0000000 96.8637849 - 129 8 5 1992 77.0000000 93.7370793 - 130 9 5 1992 83.0000000 91.0842752 - 131 10 5 1992 83.0000000 99.6453535 - 132 11 5 1992 96.0000000 99.2374697 - 133 12 5 1992 120.0000000 89.5908458 - 134 13 5 1992 80.0000000 85.5895199 - 135 14 5 1992 76.0000000 83.2677308 - 136 15 5 1992 69.0000000 81.1853498 - 137 16 5 1992 63.0000000 79.2538588 - 138 17 5 1992 61.0000000 77.4567860 - 139 18 5 1992 60.0000000 75.7797578 - 140 19 5 1992 59.0000000 74.2101953 - 141 20 5 1992 67.0000000 72.7371112 - 142 21 5 1992 51.0000000 71.3541513 - 143 22 5 1992 44.0000000 70.0507336 - 144 23 5 1992 42.0000000 68.8126308 - 145 24 5 1992 51.0000000 67.6468970 - 146 25 5 1992 42.0000000 66.9413182 - 147 26 5 1992 54.0000000 75.6919290 - 148 27 5 1992 53.0000000 70.1281012 - 149 28 5 1992 59.0000000 64.9786326 - 150 29 5 1992 55.0000000 71.6623111 - 151 30 5 1992 54.0000000 73.6854243 - 152 31 5 1992 48.0000000 66.1552596 - 153 1 6 1992 63.0000000 69.1280428 - 154 2 6 1992 61.0000000 70.4135688 - 155 3 6 1992 55.0000000 68.3613640 - 156 4 6 1992 75.0000000 81.6321006 - 157 5 6 1992 53.0000000 100.1827122 - 158 6 6 1992 77.0000000 95.1157741 - 159 7 6 1992 114.0000000 91.4392705 - 160 8 6 1992 167.0000000 101.3825879 - 161 9 6 1992 116.0000000 93.5158983 - 162 10 6 1992 91.0000000 82.4051448 - 163 11 6 1992 85.0000000 79.4603612 - 164 12 6 1992 68.0000000 76.8408353 - 165 13 6 1992 71.0000000 74.4894460 - 166 14 6 1992 63.0000000 72.3341997 - 167 15 6 1992 59.0000000 70.3528465 - 168 16 6 1992 46.0000000 68.5251590 - 169 17 6 1992 44.0000000 66.8336679 - 170 18 6 1992 39.0000000 65.2632361 - 171 19 6 1992 41.0000000 63.8090982 - 172 20 6 1992 44.0000000 64.4709907 - 173 21 6 1992 39.0000000 63.2765966 - 174 22 6 1992 32.0000000 60.5693756 - 175 23 6 1992 40.0000000 61.6703245 - 176 24 6 1992 41.0000000 72.3454443 - 177 25 6 1992 42.0000000 70.0123679 - 178 26 6 1992 42.0000000 62.0904561 - 179 27 6 1992 48.0000000 59.2217196 - 180 28 6 1992 37.0000000 57.9525895 - 181 29 6 1992 40.0000000 56.8103450 - 182 30 6 1992 29.0000000 55.7435607 - 183 1 7 1992 30.0000000 55.4111719 - 184 2 7 1992 36.0000000 54.5311144 - 185 3 7 1992 29.0000000 55.5508806 - 186 4 7 1992 36.0000000 69.6861038 - 187 5 7 1992 50.0000000 85.0760033 - 188 6 7 1992 78.0000000 88.8889762 - 189 7 7 1992 54.0000000 74.3498398 - 190 8 7 1992 57.0000000 62.1477376 - 191 9 7 1992 51.0000000 60.2633332 - 192 10 7 1992 47.0000000 73.9654638 - 193 11 7 1992 46.0000000 96.2201163 - 194 12 7 1992 76.0000000 91.1578536 - 195 13 7 1992 72.0000000 82.3982493 - 196 14 7 1992 67.0000000 72.0771061 - 197 15 7 1992 63.0000000 69.1146354 - 198 16 7 1992 47.0000000 66.7159851 - 199 17 7 1992 47.0000000 64.5309213 - 200 18 7 1992 42.0000000 62.5336148 - 201 19 7 1992 41.0000000 60.7018618 - 202 20 7 1992 39.0000000 59.0165041 - 203 21 7 1992 37.0000000 57.6829911 - 204 22 7 1992 33.0000000 59.6800749 - 205 23 7 1992 33.0000000 56.1949146 - 206 24 7 1992 33.0000000 54.6430909 - 207 25 7 1992 37.0000000 53.4060338 - 208 26 7 1992 26.0000000 52.2461110 - 209 27 7 1992 24.0000000 51.1591065 - 210 28 7 1992 26.0000000 50.1377701 - 211 29 7 1992 29.0000000 49.1756860 - 212 30 7 1992 19.0000000 48.2671703 - 213 31 7 1992 22.0000000 48.2864353 - 214 1 8 1992 28.0000000 50.4783500 - 215 2 8 1992 35.0000000 46.5806359 - 216 3 8 1992 29.0000000 45.6529127 - 217 4 8 1992 36.0000000 44.8975958 - 218 5 8 1992 52.0000000 44.1780327 - 219 6 8 1992 74.0000000 43.4910111 - 220 7 8 1992 54.0000000 42.8336674 - 221 8 8 1992 57.0000000 42.2034436 - 222 9 8 1992 48.0000000 43.9978268 - 223 10 8 1992 47.0000000 43.9143042 - 224 11 8 1992 46.0000000 48.6440403 - 225 12 8 1992 75.0000000 52.1602713 - 226 13 8 1992 73.0000000 53.3642070 - 227 14 8 1992 66.0000000 54.2121432 - 228 15 8 1992 60.0000000 54.1301104 - 229 16 8 1992 47.0000000 42.6158736 - 230 17 8 1992 46.0000000 41.5053312 - 231 18 8 1992 42.0000000 40.7408225 - 232 19 8 1992 41.0000000 40.1887421 - 233 20 8 1992 40.0000000 46.1937119 - 234 21 8 1992 37.0000000 44.2719154 - 235 22 8 1992 32.0000000 40.7104570 - 236 23 8 1992 32.0000000 40.7519368 - 237 24 8 1992 32.0000000 38.5762676 - 238 25 8 1992 36.0000000 37.6945877 - 239 26 8 1992 27.0000000 37.0705481 - 240 27 8 1992 25.0000000 36.4813702 - 241 28 8 1992 25.0000000 36.4399900 - 242 29 8 1992 28.0000000 40.3416394 - 243 30 8 1992 20.0000000 57.2688348 - 244 31 8 1992 22.0000000 80.5270160 - 245 1 9 1992 49.0000000 104.4070954 - 246 2 9 1992 77.0000000 72.2162591 - 247 3 9 1992 67.0000000 67.9298267 - 248 4 9 1992 45.0000000 67.8232161 - 249 5 9 1992 44.0000000 63.6128919 - 250 6 9 1992 64.0000000 54.6671827 - 251 7 9 1992 52.0000000 52.0368305 - 252 8 9 1992 40.0000000 49.9304537 - 253 9 9 1992 30.0000000 48.0295373 - 254 10 9 1992 34.0000000 46.3078558 - 255 11 9 1992 32.0000000 44.8499781 - 256 12 9 1992 36.0000000 44.0946158 - 257 13 9 1992 28.0000000 42.4961044 - 258 14 9 1992 33.0000000 41.9644696 - 259 15 9 1992 35.0000000 44.9886106 - 260 16 9 1992 30.0000000 40.5673629 - 261 17 9 1992 32.0000000 39.3263203 - 262 18 9 1992 29.0000000 38.3272378 - 263 19 9 1992 30.0000000 37.9871971 - 264 20 9 1992 28.0000000 36.8253274 - 265 21 9 1992 29.0000000 35.9212313 - 266 22 9 1992 29.0000000 35.1567035 - 267 23 9 1992 27.0000000 34.4513374 - 268 24 9 1992 27.0000000 33.7828333 - 269 25 9 1992 23.0000000 33.1449488 - 270 26 9 1992 28.0000000 32.5422873 - 271 27 9 1992 25.0000000 31.9714771 - 272 28 9 1992 25.0000000 31.6393540 - 273 29 9 1992 27.0000000 36.3231688 - 274 30 9 1992 25.0000000 31.6932237 - 275 1 10 1992 27.0000000 31.2745349 - 276 2 10 1992 33.0000000 31.5246760 - 277 3 10 1992 29.0000000 35.9541216 - 278 4 10 1992 31.0000000 31.3885409 - 279 5 10 1992 25.0000000 42.5455311 - 280 6 10 1992 25.0000000 50.2930142 - 281 7 10 1992 36.0000000 42.0761039 - 282 8 10 1992 42.0000000 33.3633085 - 283 9 10 1992 43.0000000 32.8521705 - 284 10 10 1992 26.0000000 39.8505319 - 285 11 10 1992 27.0000000 40.8701516 - 286 12 10 1992 27.0000000 34.3236517 - 287 13 10 1992 26.0000000 33.2530474 - 288 14 10 1992 26.0000000 32.5312451 - 289 15 10 1992 23.0000000 40.7749399 - 290 16 10 1992 21.0000000 48.5569405 - 291 17 10 1992 26.0000000 37.4043170 - 292 18 10 1992 34.0000000 42.8666632 - 293 19 10 1992 37.0000000 37.4250143 - 294 20 10 1992 31.0000000 43.9282530 - 295 21 10 1992 31.0000000 45.0071492 - 296 22 10 1992 35.0000000 43.9056163 - 297 23 10 1992 33.0000000 58.5999905 - 298 24 10 1992 40.0000000 123.1472784 - 299 25 10 1992 74.0000000 160.7533109 - 300 26 10 1992 161.0000000 186.4099813 - 301 27 10 1992 285.0000000 190.8909412 - 302 28 10 1992 244.0000000 210.2685932 - 303 29 10 1992 263.0000000 234.6468752 - 304 30 10 1992 276.0000000 206.0177005 - 305 31 10 1992 186.0000000 172.9242281 - 306 1 11 1992 154.0000000 149.0941841 - 307 2 11 1992 112.0000000 145.0488106 - 308 3 11 1992 104.0000000 149.0446907 - 309 4 11 1992 96.0000000 145.7881572 - 310 5 11 1992 99.0000000 129.6076504 - 311 6 11 1992 126.0000000 113.5475436 - 312 7 11 1992 91.0000000 101.8777690 - 313 8 11 1992 84.0000000 95.8033237 - 314 9 11 1992 81.0000000 98.3056756 - 315 10 11 1992 85.0000000 119.9923684 - 316 11 11 1992 126.0000000 198.7596713 - 317 12 11 1992 279.0000000 255.8438398 - 318 13 11 1992 390.0000000 275.5788086 - 319 14 11 1992 294.0000000 279.2761953 - 320 15 11 1992 260.0000000 328.1176573 - 321 16 11 1992 398.0000000 475.6138156 - 322 17 11 1992 520.0000000 496.0594846 - 323 18 11 1992 487.0000000 453.5150670 - 324 19 11 1992 380.0000000 469.3923193 - 325 20 11 1992 385.0000000 417.9987042 - 326 21 11 1992 351.0000000 394.4138291 - 327 22 11 1992 309.0000000 495.4767848 - 328 23 11 1992 587.0000000 439.3189645 - 329 24 11 1992 661.0000000 371.8397468 - 330 25 11 1992 447.0000000 347.4354892 - 331 26 11 1992 361.0000000 375.9575310 - 332 27 11 1992 351.0000000 367.8961377 - 333 28 11 1992 353.0000000 374.7648444 - 334 29 11 1992 369.0000000 457.6333293 - 335 30 11 1992 452.0000000 482.7960539 - 336 1 12 1992 441.0000000 409.2145274 - 337 2 12 1992 348.0000000 403.2076948 - 338 3 12 1992 394.0000000 461.7252004 - 339 4 12 1992 455.0000000 481.4748094 - 340 5 12 1992 491.0000000 543.7387508 - 341 6 12 1992 469.0000000 484.4459210 - 342 7 12 1992 364.0000000 463.7282936 - 343 8 12 1992 338.0000000 418.0349298 - 344 9 12 1992 334.0000000 353.0233304 - 345 10 12 1992 268.0000000 295.5430462 - 346 11 12 1992 236.0000000 278.0017616 - 347 12 12 1992 230.0000000 287.5958548 - 348 13 12 1992 239.0000000 270.5307848 - 349 14 12 1992 256.0000000 232.0433966 - 350 15 12 1992 217.0000000 205.7748302 - 351 16 12 1992 201.0000000 191.5951554 - 352 17 12 1992 188.0000000 181.8552717 - 353 18 12 1992 176.0000000 174.4793072 - 354 19 12 1992 170.0000000 162.7156322 - 355 20 12 1992 168.0000000 157.7621119 - 356 21 12 1992 131.0000000 159.7475502 - 357 22 12 1992 133.0000000 164.8692710 - 358 23 12 1992 134.0000000 153.5711210 - 359 24 12 1992 127.0000000 144.8193657 - 360 25 12 1992 117.0000000 137.7167970 - 361 26 12 1992 113.0000000 131.3884487 - 362 27 12 1992 100.0000000 125.7262320 - 363 28 12 1992 94.0000000 120.6404710 - 364 29 12 1992 87.0000000 116.0553423 - 365 30 12 1992 86.0000000 111.9064596 - 366 31 12 1992 81.0000000 108.1389281 diff --git a/check/case_04/output_save/b5_discharge.nc b/check/case_04/output_save/b5_discharge.nc old mode 100755 new mode 100644 index 0537f72ccc40f9f8ff71560aff83d054370809fe..5a348ec8c923d6fc675c6b6a7ba6e20b5508a7a8 Binary files a/check/case_04/output_save/b5_discharge.nc and b/check/case_04/output_save/b5_discharge.nc differ diff --git a/check/case_04/output_save/b5_mHM_Fluxes_States.nc b/check/case_04/output_save/b5_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 3604791b4fb5ec71f19d3a48e0a2262c0dc88a43..591079619382489d76709b54a19287b0dbb0a70f Binary files a/check/case_04/output_save/b5_mHM_Fluxes_States.nc and b/check/case_04/output_save/b5_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b5_mHM_restart_005.nc b/check/case_04/output_save/b5_mHM_restart_005.nc old mode 100755 new mode 100644 index ce34b03b4ad716c3ff963ec33a543737a0a2af6d..5b2b3226890eb65bdd96d155f1f599967b2ab978 Binary files a/check/case_04/output_save/b5_mHM_restart_005.nc and b/check/case_04/output_save/b5_mHM_restart_005.nc differ diff --git a/check/case_04/output_save/b5_mRM_restart_005.nc b/check/case_04/output_save/b5_mRM_restart_005.nc old mode 100755 new mode 100644 index c3489d04d8de996f2513a522119a2f53ad8c48f9..3401574ec8c7c8b39b2b609225c917267309fc06 Binary files a/check/case_04/output_save/b5_mRM_restart_005.nc and b/check/case_04/output_save/b5_mRM_restart_005.nc differ diff --git a/check/case_04/output_save/b6_daily_discharge.out b/check/case_04/output_save/b6_daily_discharge.out deleted file mode 100755 index adc9ad1ad6693bc34fe425691fffbab8559da9f3..0000000000000000000000000000000000000000 --- a/check/case_04/output_save/b6_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000045 Qsim_0000000045 - 1 1 1 1991 -9999.0000000 84.2595740 - 2 2 1 1991 -9999.0000000 71.9404715 - 3 3 1 1991 -9999.0000000 69.6733940 - 4 4 1 1991 -9999.0000000 69.8764818 - 5 5 1 1991 -9999.0000000 76.2236368 - 6 6 1 1991 -9999.0000000 61.1358766 - 7 7 1 1991 -9999.0000000 64.8530774 - 8 8 1 1991 -9999.0000000 63.0168685 - 9 9 1 1991 -9999.0000000 58.1393937 - 10 10 1 1991 -9999.0000000 56.6570337 - 11 11 1 1991 -9999.0000000 56.3027012 - 12 12 1 1991 -9999.0000000 60.7027645 - 13 13 1 1991 -9999.0000000 59.6723948 - 14 14 1 1991 -9999.0000000 53.2841751 - 15 15 1 1991 -9999.0000000 50.6090897 - 16 16 1 1991 -9999.0000000 49.4610925 - 17 17 1 1991 -9999.0000000 48.3863669 - 18 18 1 1991 -9999.0000000 47.3747718 - 19 19 1 1991 -9999.0000000 46.4207089 - 20 20 1 1991 -9999.0000000 45.5191321 - 21 21 1 1991 -9999.0000000 44.6654900 - 22 22 1 1991 -9999.0000000 43.8556742 - 23 23 1 1991 -9999.0000000 43.0859737 - 24 24 1 1991 -9999.0000000 42.3530338 - 25 25 1 1991 -9999.0000000 41.6538201 - 26 26 1 1991 -9999.0000000 40.9855858 - 27 27 1 1991 -9999.0000000 40.3458426 - 28 28 1 1991 -9999.0000000 39.7323350 - 29 29 1 1991 -9999.0000000 39.1430171 - 30 30 1 1991 -9999.0000000 38.5760316 - 31 31 1 1991 -9999.0000000 38.0296916 - 32 1 2 1991 -9999.0000000 37.5024635 - 33 2 2 1991 -9999.0000000 36.9929525 - 34 3 2 1991 -9999.0000000 36.4998890 - 35 4 2 1991 -9999.0000000 36.0221162 - 36 5 2 1991 -9999.0000000 35.5585801 - 37 6 2 1991 -9999.0000000 35.1083189 - 38 7 2 1991 -9999.0000000 34.6704550 - 39 8 2 1991 -9999.0000000 34.2441863 - 40 9 2 1991 -9999.0000000 42.9152746 - 41 10 2 1991 -9999.0000000 90.3032616 - 42 11 2 1991 -9999.0000000 55.4912211 - 43 12 2 1991 -9999.0000000 44.2869417 - 44 13 2 1991 -9999.0000000 43.0112318 - 45 14 2 1991 -9999.0000000 41.8471351 - 46 15 2 1991 -9999.0000000 40.7627248 - 47 16 2 1991 -9999.0000000 39.7505506 - 48 17 2 1991 -9999.0000000 38.8039245 - 49 18 2 1991 -9999.0000000 37.9175752 - 50 19 2 1991 -9999.0000000 37.0986958 - 51 20 2 1991 -9999.0000000 37.3560795 - 52 21 2 1991 -9999.0000000 38.0689764 - 53 22 2 1991 -9999.0000000 40.5968958 - 54 23 2 1991 -9999.0000000 42.1946363 - 55 24 2 1991 -9999.0000000 47.5212579 - 56 25 2 1991 -9999.0000000 47.4414527 - 57 26 2 1991 -9999.0000000 42.7570637 - 58 27 2 1991 -9999.0000000 40.4463464 - 59 28 2 1991 -9999.0000000 38.3532570 - 60 1 3 1991 -9999.0000000 37.1526376 - 61 2 3 1991 -9999.0000000 36.5746120 - 62 3 3 1991 -9999.0000000 36.6033835 - 63 4 3 1991 -9999.0000000 36.6328722 - 64 5 3 1991 -9999.0000000 36.8252980 - 65 6 3 1991 -9999.0000000 39.6201099 - 66 7 3 1991 -9999.0000000 47.3875913 - 67 8 3 1991 -9999.0000000 54.2477042 - 68 9 3 1991 -9999.0000000 49.6147716 - 69 10 3 1991 -9999.0000000 48.5040447 - 70 11 3 1991 -9999.0000000 44.8044036 - 71 12 3 1991 -9999.0000000 41.8383052 - 72 13 3 1991 -9999.0000000 40.8605522 - 73 14 3 1991 -9999.0000000 39.9904459 - 74 15 3 1991 -9999.0000000 39.2508185 - 75 16 3 1991 -9999.0000000 38.1520288 - 76 17 3 1991 -9999.0000000 37.0247726 - 77 18 3 1991 -9999.0000000 37.6142686 - 78 19 3 1991 -9999.0000000 37.1293674 - 79 20 3 1991 -9999.0000000 36.6186967 - 80 21 3 1991 -9999.0000000 36.5674252 - 81 22 3 1991 -9999.0000000 43.6940956 - 82 23 3 1991 -9999.0000000 52.7659847 - 83 24 3 1991 -9999.0000000 45.9547014 - 84 25 3 1991 -9999.0000000 76.0139337 - 85 26 3 1991 -9999.0000000 68.0107999 - 86 27 3 1991 -9999.0000000 79.3470369 - 87 28 3 1991 -9999.0000000 65.4019680 - 88 29 3 1991 -9999.0000000 58.4756057 - 89 30 3 1991 -9999.0000000 54.5968361 - 90 31 3 1991 -9999.0000000 51.3509319 - 91 1 4 1991 -9999.0000000 49.5791574 - 92 2 4 1991 -9999.0000000 48.4351749 - 93 3 4 1991 -9999.0000000 46.7336278 - 94 4 4 1991 -9999.0000000 45.1030495 - 95 5 4 1991 -9999.0000000 57.9375184 - 96 6 4 1991 -9999.0000000 55.8076829 - 97 7 4 1991 -9999.0000000 48.1588984 - 98 8 4 1991 -9999.0000000 45.1504601 - 99 9 4 1991 -9999.0000000 42.8948424 - 100 10 4 1991 -9999.0000000 41.1547677 - 101 11 4 1991 -9999.0000000 39.6454621 - 102 12 4 1991 -9999.0000000 38.2775006 - 103 13 4 1991 -9999.0000000 37.2902789 - 104 14 4 1991 -9999.0000000 35.9188743 - 105 15 4 1991 -9999.0000000 34.6778685 - 106 16 4 1991 -9999.0000000 33.5962604 - 107 17 4 1991 -9999.0000000 60.1555512 - 108 18 4 1991 -9999.0000000 50.8595516 - 109 19 4 1991 -9999.0000000 45.6921912 - 110 20 4 1991 -9999.0000000 43.5546099 - 111 21 4 1991 -9999.0000000 43.7720052 - 112 22 4 1991 -9999.0000000 42.6774197 - 113 23 4 1991 -9999.0000000 41.7142210 - 114 24 4 1991 -9999.0000000 40.9864398 - 115 25 4 1991 -9999.0000000 40.4262454 - 116 26 4 1991 -9999.0000000 40.0342827 - 117 27 4 1991 -9999.0000000 39.3248519 - 118 28 4 1991 -9999.0000000 38.8217907 - 119 29 4 1991 -9999.0000000 42.8494514 - 120 30 4 1991 -9999.0000000 42.0718471 - 121 1 5 1991 -9999.0000000 39.1273371 - 122 2 5 1991 -9999.0000000 110.9003302 - 123 3 5 1991 -9999.0000000 183.6114336 - 124 4 5 1991 -9999.0000000 250.7453085 - 125 5 5 1991 -9999.0000000 260.6754190 - 126 6 5 1991 -9999.0000000 232.4929785 - 127 7 5 1991 -9999.0000000 202.5583774 - 128 8 5 1991 -9999.0000000 177.6085748 - 129 9 5 1991 -9999.0000000 196.5562636 - 130 10 5 1991 -9999.0000000 319.2144327 - 131 11 5 1991 -9999.0000000 364.2021146 - 132 12 5 1991 -9999.0000000 303.4638691 - 133 13 5 1991 -9999.0000000 258.0183926 - 134 14 5 1991 -9999.0000000 217.4657944 - 135 15 5 1991 -9999.0000000 247.8705815 - 136 16 5 1991 -9999.0000000 272.5460473 - 137 17 5 1991 -9999.0000000 258.8778134 - 138 18 5 1991 -9999.0000000 248.0281357 - 139 19 5 1991 -9999.0000000 214.5586523 - 140 20 5 1991 -9999.0000000 182.2816406 - 141 21 5 1991 -9999.0000000 155.5553411 - 142 22 5 1991 -9999.0000000 133.9814434 - 143 23 5 1991 -9999.0000000 116.7585241 - 144 24 5 1991 -9999.0000000 103.7531620 - 145 25 5 1991 -9999.0000000 93.5053075 - 146 26 5 1991 -9999.0000000 86.4925866 - 147 27 5 1991 -9999.0000000 82.0307732 - 148 28 5 1991 -9999.0000000 77.2678090 - 149 29 5 1991 -9999.0000000 73.0121485 - 150 30 5 1991 -9999.0000000 69.2342474 - 151 31 5 1991 -9999.0000000 65.8572573 - 152 1 6 1991 -9999.0000000 62.9317814 - 153 2 6 1991 -9999.0000000 60.2703533 - 154 3 6 1991 -9999.0000000 96.6786173 - 155 4 6 1991 -9999.0000000 199.8200208 - 156 5 6 1991 -9999.0000000 238.0013915 - 157 6 6 1991 -9999.0000000 249.3612905 - 158 7 6 1991 -9999.0000000 264.6133954 - 159 8 6 1991 -9999.0000000 221.6333532 - 160 9 6 1991 -9999.0000000 188.4053101 - 161 10 6 1991 -9999.0000000 161.8015531 - 162 11 6 1991 -9999.0000000 140.2679595 - 163 12 6 1991 -9999.0000000 122.2665654 - 164 13 6 1991 -9999.0000000 107.4359803 - 165 14 6 1991 -9999.0000000 96.0523447 - 166 15 6 1991 -9999.0000000 88.3960284 - 167 16 6 1991 -9999.0000000 82.8856364 - 168 17 6 1991 -9999.0000000 119.8600480 - 169 18 6 1991 -9999.0000000 130.3286698 - 170 19 6 1991 -9999.0000000 115.8289408 - 171 20 6 1991 -9999.0000000 108.1402510 - 172 21 6 1991 -9999.0000000 95.9512338 - 173 22 6 1991 -9999.0000000 87.3966078 - 174 23 6 1991 -9999.0000000 81.4413953 - 175 24 6 1991 -9999.0000000 76.9408991 - 176 25 6 1991 -9999.0000000 72.7500362 - 177 26 6 1991 -9999.0000000 74.3447387 - 178 27 6 1991 -9999.0000000 159.4991676 - 179 28 6 1991 -9999.0000000 184.6756026 - 180 29 6 1991 -9999.0000000 145.5238185 - 181 30 6 1991 -9999.0000000 126.8867977 - 182 1 7 1991 -9999.0000000 112.2907729 - 183 2 7 1991 -9999.0000000 100.3372397 - 184 3 7 1991 -9999.0000000 90.2641681 - 185 4 7 1991 -9999.0000000 81.9323533 - 186 5 7 1991 -9999.0000000 75.4187753 - 187 6 7 1991 -9999.0000000 70.9063269 - 188 7 7 1991 -9999.0000000 67.4600169 - 189 8 7 1991 -9999.0000000 66.1200090 - 190 9 7 1991 -9999.0000000 66.3391731 - 191 10 7 1991 -9999.0000000 62.8695102 - 192 11 7 1991 -9999.0000000 59.7506649 - 193 12 7 1991 -9999.0000000 57.5529919 - 194 13 7 1991 -9999.0000000 57.4288826 - 195 14 7 1991 -9999.0000000 100.1615529 - 196 15 7 1991 -9999.0000000 82.7225357 - 197 16 7 1991 -9999.0000000 68.4980527 - 198 17 7 1991 -9999.0000000 77.6592315 - 199 18 7 1991 -9999.0000000 81.4494894 - 200 19 7 1991 -9999.0000000 70.4719678 - 201 20 7 1991 -9999.0000000 65.3917646 - 202 21 7 1991 -9999.0000000 86.4263312 - 203 22 7 1991 -9999.0000000 86.1948918 - 204 23 7 1991 -9999.0000000 73.7355891 - 205 24 7 1991 -9999.0000000 92.4579761 - 206 25 7 1991 -9999.0000000 170.0185508 - 207 26 7 1991 -9999.0000000 169.5374502 - 208 27 7 1991 -9999.0000000 136.2171835 - 209 28 7 1991 -9999.0000000 133.2427737 - 210 29 7 1991 -9999.0000000 131.1490613 - 211 30 7 1991 -9999.0000000 113.9427054 - 212 31 7 1991 -9999.0000000 122.3492668 - 213 1 8 1991 -9999.0000000 123.2795111 - 214 2 8 1991 -9999.0000000 104.7842693 - 215 3 8 1991 -9999.0000000 94.1250025 - 216 4 8 1991 -9999.0000000 85.2845812 - 217 5 8 1991 -9999.0000000 78.2548568 - 218 6 8 1991 -9999.0000000 73.2541248 - 219 7 8 1991 -9999.0000000 69.8073094 - 220 8 8 1991 -9999.0000000 66.7084324 - 221 9 8 1991 -9999.0000000 63.8786691 - 222 10 8 1991 -9999.0000000 61.2902873 - 223 11 8 1991 -9999.0000000 58.9186250 - 224 12 8 1991 -9999.0000000 65.0262941 - 225 13 8 1991 -9999.0000000 67.0127766 - 226 14 8 1991 -9999.0000000 82.0839031 - 227 15 8 1991 -9999.0000000 72.5424263 - 228 16 8 1991 -9999.0000000 64.7047314 - 229 17 8 1991 -9999.0000000 61.5322947 - 230 18 8 1991 -9999.0000000 128.1859191 - 231 19 8 1991 -9999.0000000 123.4450630 - 232 20 8 1991 -9999.0000000 97.6188095 - 233 21 8 1991 -9999.0000000 88.2378485 - 234 22 8 1991 -9999.0000000 81.2701216 - 235 23 8 1991 -9999.0000000 76.6332901 - 236 24 8 1991 -9999.0000000 72.8551250 - 237 25 8 1991 -9999.0000000 70.4124935 - 238 26 8 1991 -9999.0000000 69.3787221 - 239 27 8 1991 -9999.0000000 65.3491299 - 240 28 8 1991 -9999.0000000 62.0738345 - 241 29 8 1991 -9999.0000000 64.8515846 - 242 30 8 1991 -9999.0000000 63.0575112 - 243 31 8 1991 -9999.0000000 58.5787894 - 244 1 9 1991 -9999.0000000 56.3452793 - 245 2 9 1991 -9999.0000000 54.2930232 - 246 3 9 1991 -9999.0000000 52.4039936 - 247 4 9 1991 -9999.0000000 50.6620954 - 248 5 9 1991 -9999.0000000 49.0529465 - 249 6 9 1991 -9999.0000000 47.5636838 - 250 7 9 1991 -9999.0000000 46.1869570 - 251 8 9 1991 -9999.0000000 44.9215054 - 252 9 9 1991 -9999.0000000 43.7280294 - 253 10 9 1991 -9999.0000000 42.6129757 - 254 11 9 1991 -9999.0000000 41.5711136 - 255 12 9 1991 -9999.0000000 57.6529409 - 256 13 9 1991 -9999.0000000 53.4806116 - 257 14 9 1991 -9999.0000000 47.9931058 - 258 15 9 1991 -9999.0000000 46.2934433 - 259 16 9 1991 -9999.0000000 43.5513513 - 260 17 9 1991 -9999.0000000 42.2667383 - 261 18 9 1991 -9999.0000000 41.1486284 - 262 19 9 1991 -9999.0000000 40.1056319 - 263 20 9 1991 -9999.0000000 39.1308464 - 264 21 9 1991 -9999.0000000 38.2180134 - 265 22 9 1991 -9999.0000000 71.7069656 - 266 23 9 1991 -9999.0000000 94.0732689 - 267 24 9 1991 -9999.0000000 77.1435133 - 268 25 9 1991 -9999.0000000 65.8071435 - 269 26 9 1991 -9999.0000000 86.3527099 - 270 27 9 1991 -9999.0000000 91.5809990 - 271 28 9 1991 -9999.0000000 82.2559402 - 272 29 9 1991 -9999.0000000 100.7278583 - 273 30 9 1991 -9999.0000000 168.4058581 - 274 1 10 1991 -9999.0000000 185.3880178 - 275 2 10 1991 -9999.0000000 146.8007641 - 276 3 10 1991 -9999.0000000 126.1353401 - 277 4 10 1991 -9999.0000000 109.2894149 - 278 5 10 1991 -9999.0000000 96.3369546 - 279 6 10 1991 -9999.0000000 85.9156652 - 280 7 10 1991 -9999.0000000 79.9343712 - 281 8 10 1991 -9999.0000000 103.2518431 - 282 9 10 1991 -9999.0000000 100.6892158 - 283 10 10 1991 -9999.0000000 85.5213461 - 284 11 10 1991 -9999.0000000 77.5123617 - 285 12 10 1991 -9999.0000000 132.5272509 - 286 13 10 1991 -9999.0000000 189.9294781 - 287 14 10 1991 -9999.0000000 219.5786491 - 288 15 10 1991 -9999.0000000 245.3653701 - 289 16 10 1991 -9999.0000000 223.1662556 - 290 17 10 1991 -9999.0000000 202.8215085 - 291 18 10 1991 -9999.0000000 326.4835750 - 292 19 10 1991 -9999.0000000 457.8052139 - 293 20 10 1991 -9999.0000000 446.9850300 - 294 21 10 1991 -9999.0000000 375.8535598 - 295 22 10 1991 -9999.0000000 318.9727829 - 296 23 10 1991 -9999.0000000 271.3728382 - 297 24 10 1991 -9999.0000000 232.7352781 - 298 25 10 1991 -9999.0000000 200.0580923 - 299 26 10 1991 -9999.0000000 171.7618986 - 300 27 10 1991 -9999.0000000 147.4511328 - 301 28 10 1991 -9999.0000000 127.8722981 - 302 29 10 1991 -9999.0000000 112.7446957 - 303 30 10 1991 -9999.0000000 100.8548114 - 304 31 10 1991 -9999.0000000 92.8144877 - 305 1 11 1991 -9999.0000000 87.5237009 - 306 2 11 1991 -9999.0000000 83.2317052 - 307 3 11 1991 -9999.0000000 84.0015132 - 308 4 11 1991 -9999.0000000 232.8903494 - 309 5 11 1991 -9999.0000000 370.9916675 - 310 6 11 1991 -9999.0000000 326.4663062 - 311 7 11 1991 -9999.0000000 275.6648970 - 312 8 11 1991 -9999.0000000 235.7457358 - 313 9 11 1991 -9999.0000000 233.9701694 - 314 10 11 1991 -9999.0000000 228.3014301 - 315 11 11 1991 -9999.0000000 192.9424844 - 316 12 11 1991 -9999.0000000 165.7550888 - 317 13 11 1991 -9999.0000000 197.6993402 - 318 14 11 1991 -9999.0000000 322.0097055 - 319 15 11 1991 -9999.0000000 446.7386493 - 320 16 11 1991 -9999.0000000 584.5667759 - 321 17 11 1991 -9999.0000000 624.9938587 - 322 18 11 1991 -9999.0000000 525.6871292 - 323 19 11 1991 -9999.0000000 592.9965544 - 324 20 11 1991 -9999.0000000 835.4623855 - 325 21 11 1991 -9999.0000000 993.7245625 - 326 22 11 1991 -9999.0000000 960.3113799 - 327 23 11 1991 -9999.0000000 839.7379576 - 328 24 11 1991 -9999.0000000 759.2848550 - 329 25 11 1991 -9999.0000000 682.8038088 - 330 26 11 1991 -9999.0000000 581.3504369 - 331 27 11 1991 -9999.0000000 497.3508797 - 332 28 11 1991 -9999.0000000 426.6270624 - 333 29 11 1991 -9999.0000000 366.2919124 - 334 30 11 1991 -9999.0000000 314.5799695 - 335 1 12 1991 -9999.0000000 271.3915230 - 336 2 12 1991 -9999.0000000 235.3665460 - 337 3 12 1991 -9999.0000000 205.5089891 - 338 4 12 1991 -9999.0000000 180.5807806 - 339 5 12 1991 -9999.0000000 159.6165002 - 340 6 12 1991 -9999.0000000 142.0098620 - 341 7 12 1991 -9999.0000000 128.5526154 - 342 8 12 1991 -9999.0000000 119.5331034 - 343 9 12 1991 -9999.0000000 113.5595888 - 344 10 12 1991 -9999.0000000 108.7043594 - 345 11 12 1991 -9999.0000000 104.3926118 - 346 12 12 1991 -9999.0000000 100.4471989 - 347 13 12 1991 -9999.0000000 96.8281978 - 348 14 12 1991 -9999.0000000 93.5091292 - 349 15 12 1991 -9999.0000000 90.4844577 - 350 16 12 1991 -9999.0000000 87.6631570 - 351 17 12 1991 -9999.0000000 85.0473062 - 352 18 12 1991 -9999.0000000 82.6241971 - 353 19 12 1991 -9999.0000000 80.3752099 - 354 20 12 1991 -9999.0000000 79.5329459 - 355 21 12 1991 -9999.0000000 78.4881780 - 356 22 12 1991 -9999.0000000 80.3692472 - 357 23 12 1991 -9999.0000000 81.9719370 - 358 24 12 1991 -9999.0000000 79.7742552 - 359 25 12 1991 -9999.0000000 77.2951999 - 360 26 12 1991 -9999.0000000 75.4370218 - 361 27 12 1991 -9999.0000000 73.5388117 - 362 28 12 1991 -9999.0000000 72.6971900 - 363 29 12 1991 -9999.0000000 71.2075155 - 364 30 12 1991 -9999.0000000 69.5333996 - 365 31 12 1991 -9999.0000000 68.0256667 diff --git a/check/case_04/output_save/b6_discharge.nc b/check/case_04/output_save/b6_discharge.nc index 3e7507e8b8788f0a133194f025f0c7395a4fe128..82f803fbbde4629564e7b7645eb41b5be9a45410 100644 Binary files a/check/case_04/output_save/b6_discharge.nc and b/check/case_04/output_save/b6_discharge.nc differ diff --git a/check/case_04/output_save/b6_mHM_Fluxes_States.nc b/check/case_04/output_save/b6_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 2fdebd4db30f6d08d75e27a673b47d1f94595dd3..3707658ca4381183b44d5667297c230f7389a554 Binary files a/check/case_04/output_save/b6_mHM_Fluxes_States.nc and b/check/case_04/output_save/b6_mHM_Fluxes_States.nc differ diff --git a/check/case_04/output_save/b6_mHM_restart_006.nc b/check/case_04/output_save/b6_mHM_restart_006.nc old mode 100755 new mode 100644 index 2b25d5e565ebb8a3a49e08b30f74f832b607f837..d76f42b64e80d39eb2cf3f417e6c993a8ac82a27 Binary files a/check/case_04/output_save/b6_mHM_restart_006.nc and b/check/case_04/output_save/b6_mHM_restart_006.nc differ diff --git a/check/case_04/output_save/b6_mRM_restart_006.nc b/check/case_04/output_save/b6_mRM_restart_006.nc old mode 100755 new mode 100644 index 94f7a946c300e82a7bbdaa6db45116789b04c6cf..ab4f88ad029d5900cf1b59db436a28fb1c842a4a Binary files a/check/case_04/output_save/b6_mRM_restart_006.nc and b/check/case_04/output_save/b6_mRM_restart_006.nc differ diff --git a/check/case_04/simulation_mhm_case04.ini b/check/case_04/simulation_mhm_case04.ini deleted file mode 100755 index 77bf91deaa0a18462e109fe81479bf4839477762..0000000000000000000000000000000000000000 --- a/check/case_04/simulation_mhm_case04.ini +++ /dev/null @@ -1,42 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_04 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig__ndomains = 6 -nml__mainconfig__resolution_hydrology = 24000, 12000, 24000, 24000, 12000, 24000 -nml__mainconfig__l0domain = 1, 1, 2, 3, 4, 5 -nml__mainconfig_mhm_mrm__dir_restartin = ../../test_domain/restart/, ../../test_domain/restart/, ../../test_domain_2/restart/, ../../test_domain/restart/, ../../test_domain/restart/, ../../test_domain_2/restart/ -nml__mainconfig_mhm_mrm__resolution_Routing = 24000, 24000, 24000, 24000, 12000, 24000 -nml__directories_general__dir_morpho = ../../test_domain/input/morph/, ../../test_domain/input/morph/, ../../test_domain_2/input/morph/, ../../test_domain/input/morph/, ../../test_domain/input/morph/, ../../test_domain_2/input/morph/ -nml__directories_general__dir_lcover = ../../test_domain/input/luse/, ../../test_domain/input/luse/, ../../test_domain_2/input/luse/, ../../test_domain/input/luse/, ../../test_domain/input/luse/, ../../test_domain_2/input/luse/ -nml__directories_general__dir_restartout = output_b1/b1_, output_b1/b2_, output_b1/b3_, output_b1/b4_,output_b1/b5_, output_b1/b6_ -nml__directories_general__dir_out = output_b1/b1_, output_b1/b2_, output_b1/b3_, output_b1/b4_,output_b1/b5_, output_b1/b6_ -nml__directories_general__file_latlon = ../../test_domain/input/latlon/latlon_1.nc, ../../test_domain/input/latlon/latlon_2.nc, ../../test_domain_2/input/latlon/latlon.nc, ../../test_domain/input/latlon/latlon_1.nc, ../../test_domain/input/latlon/latlon_2.nc, ../../test_domain_2/input/latlon/latlon.nc -nml__directories_mhm__dir_precipitation = ../../test_domain/input/meteo/pre/, ../../test_domain/input/meteo/pre/, ../../test_domain_2/input/meteo/pre/, ../../test_domain/input/meteo/pre/, ../../test_domain/input/meteo/pre/, ../../test_domain_2/input/meteo/pre/ -nml__directories_mhm__dir_temperature = ../../test_domain/input/meteo/tavg/, ../../test_domain/input/meteo/tavg/, ../../test_domain_2/input/meteo/tavg/, ../../test_domain/input/meteo/tavg/, ../../test_domain/input/meteo/tavg/, ../../test_domain_2/input/meteo/tavg/ -nml__directories_mhm__dir_referenceet = ../../test_domain/input/meteo/pet/, ../../test_domain/input/meteo/pet/, ../../test_domain_2/input/meteo/pet/, ../../test_domain/input/meteo/pet/, ../../test_domain/input/meteo/pet/, ../../test_domain_2/input/meteo/pet/ -nml__directories_mhm__time_step_model_inputs = 0, 0, 0, 0, 0, 0 -nml__directories_mrm__dir_gauges = ../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain_2/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain_2/input/gauge/ -nml__directories_mrm__dir_total_runoff = ../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain_2/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain_2/input/gauge/ -nml__time_periods__warming_days = 180, 180, 180, 360, 50, 0 -nml__time_periods__eval_per(1) = {ystart: 1990, mstart: 7, dstart: 1, yend: 1990, mend: 12, dend: 31} -nml__time_periods__eval_per(2) = {ystart: 1991, mstart: 1, dstart: 1, yend: 1992, mend: 12, dend: 31} -nml__time_periods__eval_per(3) = {ystart: 1993, mstart: 1, dstart: 1, yend: 1993, mend: 12, dend: 31} -nml__time_periods__eval_per(4) = {ystart: 1990, mstart: 7, dstart: 1, yend: 1990, mend: 12, dend: 31} -nml__time_periods__eval_per(5) = {ystart: 1992, mstart: 1, dstart: 1, yend: 1992, mend: 12, dend: 31} -nml__time_periods__eval_per(6) = {ystart: 1991, mstart: 1, dstart: 1, yend: 1991, mend: 12, dend: 31} -nml__evaluation_gauges__ngaugestotal = 6 -nml__evaluation_gauges__nogauges_domain = 1, 1, 1, 1, 1, 1 -nml__evaluation_gauges__gauge_id = [398], [398], [45], [398], [398], [45] -nml__evaluation_gauges__gauge_filename = [00398.txt], [00398.txt], [45.txt], [00398.txt], [00398.txt], [45.txt] diff --git a/check/case_05/mhm.nml b/check/case_05/mhm.nml index 37171d144aebd489c0e14b9658d42ebc5bcc3117..c267011a280790c2f518a9c60ee718113b25ced4 100755 --- a/check/case_05/mhm.nml +++ b/check/case_05/mhm.nml @@ -1,15 +1,15 @@ &directories_general - dir_lcover(1:3) = '../../test_domain/input/luse/', '../../test_domain/input/luse/', - '../../test_domain/input/luse/' - dir_morpho(1:3) = '../../test_domain/input/morph/', '../../test_domain/input/morph/', - '../../test_domain/input/morph/' + dir_lcover(1:3) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/' + dir_morpho(1:3) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/' dir_out(1:3) = 'output_b1/b1_', 'output_b1/b2_', 'output_b1/b3_' mhm_file_restartout(1:3) = 'output_b1/b1_mHM_restart_001.nc', 'output_b1/b2_mHM_restart_002.nc', 'output_b1/b3_mHM_restart_003.nc' mrm_file_restartout(1:3) = 'output_b1/b1_mRM_restart_001.nc', 'output_b1/b2_mRM_restart_002.nc', 'output_b1/b3_mRM_restart_003.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1:3) = '../../test_domain/input/latlon/latlon_1.nc', '../../test_domain/input/latlon/latlon_1.nc', - '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1:3) = '../../test_domain/input/mpr/latlon_1.nc', '../../test_domain/input/mpr/latlon_1.nc', + '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -21,28 +21,27 @@ '../../test_domain/input/meteo/' dir_netradiation(1:3) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', '../../test_domain/input/meteo/' - dir_precipitation(1:3) = '../../test_domain/input/meteo/pre/', '../../test_domain/input/meteo/pre/', - '../../test_domain/input/meteo/pre/' - dir_referenceet(1:3) = '../../test_domain/input/meteo/pet/', '../../test_domain/input/meteo/pet/', - '../../test_domain/input/meteo/pet/' - dir_temperature(1:3) = '../../test_domain/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/', - '../../test_domain/input/meteo/tavg/' + dir_precipitation(1:3) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/' + dir_referenceet(1:3) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/' + dir_temperature(1:3) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/' dir_windspeed(1:3) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1:3) = 0, 0, 0 / &directories_mpr - dir_gridded_lai(1:3) = '../../test_domain/input/lai/', '../../test_domain/input/lai/', - '../../test_domain/input/lai/' + dir_gridded_lai(1:3) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/' / &directories_mrm - dir_gauges(1:3) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/' - dir_total_runoff(1:3) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/' + dir_gauges(1:3) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/' + dir_total_runoff(1:3) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/' / &evaluation_gauges @@ -76,7 +75,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -84,7 +83,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1:3) = 1, 1, 1 ndomains = 3 resolution_hydrology(1:3) = 24000, 24000, 24000 diff --git a/check/case_05/mhm_parameter.nml b/check/case_05/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_05/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_05/mhm_parameter.nml b/check/case_05/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_05/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_05/output_save/ConfigFile.log b/check/case_05/output_save/ConfigFile.log deleted file mode 100755 index bde20a3e5d4856101b793e4a3de4799a9a61d329..0000000000000000000000000000000000000000 --- a/check/case_05/output_save/ConfigFile.log +++ /dev/null @@ -1,591 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 3 -Total No. of gauges 6 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. - Basin 2 -No. of cells L0 46545 - Basin 2 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 2 Hydrology Resolution [m] 24000. -Basin 2 Routing Resolution [m] 24000. - Basin 3 -No. of cells L0 46545 - Basin 3 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 6 -Basin 3 Hydrology Resolution [m] 24000. -Basin 3 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - -------------------------------------------------------------- - Model Run Periods for Basin 2 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - -------------------------------------------------------------- - Model Run Periods for Basin 3 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 4 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - --------------------------------------------------- - Land Cover Observations for Basin 3 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - 2 1 3710.000 781.000 - 3 2 932.000 16.000 - 4 2 3710.000 781.000 - 5 3 932.000 16.000 - 6 3 3710.000 781.000 - --------------------------------------------------- - Basin Inflow Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 5130.000 781.000 - 2 2 5130.000 781.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b2_ -Directory to write output when restarted output_b1/b2_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 35 1 5 1 1 7.536 0.100 - 40 7 3 2 1 28.349 0.100 - 43 10 9 3 1 9.243 1.190 - 44 11 8 4 1 40.042 0.999 - 48 15 14 5 1 27.728 0.938 - 53 20 19 6 1 28.435 1.653 - 54 21 16 7 1 21.728 4.786 - 58 25 24 8 1 32.127 4.171 - 63 30 26 9 1 28.642 3.840 - 66 33 29 10 1 27.142 13.116 - 67 34 32 11 1 31.763 2.613 - 36 3 4 12 0 29.642 0.100 - 41 8 4 13 0 1.414 0.100 - 47 14 13 14 0 38.213 0.576 - 49 16 17 15 0 9.985 0.100 - 52 19 18 16 0 33.799 1.036 - 59 26 22 17 0 61.734 0.794 - 62 29 28 18 0 6.243 3.204 - 65 32 31 19 0 16.399 1.342 - 37 4 5 20 0 38.420 0.833 - 46 13 12 21 0 42.127 0.166 - 51 18 17 22 0 42.542 0.282 - 61 28 24 23 0 32.835 1.980 - 64 31 27 24 0 32.728 2.781 - 57 24 23 25 0 34.420 1.133 - 60 27 23 26 0 29.799 1.141 - 56 23 22 27 0 0.707 0.100 - 55 22 17 28 0 38.456 0.364 - 50 17 12 29 0 35.885 1.728 - 45 12 9 30 0 30.263 0.100 - 42 9 5 31 0 24.399 0.100 - 38 5 6 32 0 5.036 0.100 - 39 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b3_ -Directory to write output when restarted output_b1/b3_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 69 1 5 1 1 7.536 0.100 - 74 7 3 2 1 28.349 0.100 - 77 10 9 3 1 9.243 1.190 - 78 11 8 4 1 40.042 0.999 - 82 15 14 5 1 27.728 0.938 - 87 20 19 6 1 28.435 1.653 - 88 21 16 7 1 21.728 4.786 - 92 25 24 8 1 32.127 4.171 - 97 30 26 9 1 28.642 3.840 - 100 33 29 10 1 27.142 13.116 - 101 34 32 11 1 31.763 2.613 - 70 3 4 12 0 29.642 0.100 - 75 8 4 13 0 1.414 0.100 - 81 14 13 14 0 38.213 0.576 - 83 16 17 15 0 9.985 0.100 - 86 19 18 16 0 33.799 1.036 - 93 26 22 17 0 61.734 0.794 - 96 29 28 18 0 6.243 3.204 - 99 32 31 19 0 16.399 1.342 - 71 4 5 20 0 38.420 0.833 - 80 13 12 21 0 42.127 0.166 - 85 18 17 22 0 42.542 0.282 - 95 28 24 23 0 32.835 1.980 - 98 31 27 24 0 32.728 2.781 - 91 24 23 25 0 34.420 1.133 - 94 27 23 26 0 29.799 1.141 - 90 23 22 27 0 0.707 0.100 - 89 22 17 28 0 38.456 0.364 - 84 17 12 29 0 35.885 1.728 - 79 12 9 30 0 30.263 0.100 - 76 9 5 31 0 24.399 0.100 - 72 5 6 32 0 5.036 0.100 - 73 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_05/output_save/b1_daily_discharge.out b/check/case_05/output_save/b1_daily_discharge.out deleted file mode 100755 index 791bce4e5293ff9022dd90f7b3a3fd52af1ce0cb..0000000000000000000000000000000000000000 --- a/check/case_05/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 Qobs_0000000333 Qsim_0000000333 - 1 1 7 1990 79.0000000 1769.2679339 1740.0000000 1740.0000000 - 2 2 7 1990 92.0000000 1858.0977989 1870.0000000 1870.0000000 - 3 3 7 1990 72.0000000 2010.1118952 2030.0000000 2030.0000000 - 4 4 7 1990 58.0000000 2063.3057046 2050.0000000 2050.0000000 - 5 5 7 1990 69.0000000 2076.6010198 2040.0000000 2040.0000000 - 6 6 7 1990 94.0000000 2130.5378935 2130.0000000 2130.0000000 - 7 7 7 1990 199.0000000 2239.3318834 2240.0000000 2240.0000000 - 8 8 7 1990 133.0000000 2330.0220496 2330.0000000 2330.0000000 - 9 9 7 1990 124.0000000 2401.5965356 2400.0000000 2400.0000000 - 10 10 7 1990 123.0000000 2385.6926852 2360.0000000 2360.0000000 - 11 11 7 1990 99.0000000 2306.1878269 2270.0000000 2270.0000000 - 12 12 7 1990 88.0000000 2300.2195546 2290.0000000 2290.0000000 - 13 13 7 1990 84.0000000 2234.6168573 2200.0000000 2200.0000000 - 14 14 7 1990 72.0000000 2143.9523233 2110.0000000 2110.0000000 - 15 15 7 1990 55.0000000 2045.6400903 2010.0000000 2010.0000000 - 16 16 7 1990 65.0000000 1945.1010952 1910.0000000 1910.0000000 - 17 17 7 1990 50.0000000 1852.3281238 1820.0000000 1820.0000000 - 18 18 7 1990 50.0000000 1769.6002940 1740.0000000 1740.0000000 - 19 19 7 1990 46.0000000 1712.3415807 1690.0000000 1690.0000000 - 20 20 7 1990 44.0000000 1654.2593190 1630.0000000 1630.0000000 - 21 21 7 1990 42.0000000 1601.6374940 1580.0000000 1580.0000000 - 22 22 7 1990 37.0000000 1520.4699054 1490.0000000 1490.0000000 - 23 23 7 1990 38.0000000 1461.0441972 1440.0000000 1440.0000000 - 24 24 7 1990 44.0000000 1426.2109909 1410.0000000 1410.0000000 - 25 25 7 1990 30.0000000 1388.2532695 1370.0000000 1370.0000000 - 26 26 7 1990 26.0000000 1340.3129805 1320.0000000 1320.0000000 - 27 27 7 1990 31.0000000 1290.1029785 1270.0000000 1270.0000000 - 28 28 7 1990 33.0000000 1259.2606502 1240.0000000 1240.0000000 - 29 29 7 1990 42.0000000 1219.1169639 1200.0000000 1200.0000000 - 30 30 7 1990 36.0000000 1177.6526024 1160.0000000 1160.0000000 - 31 31 7 1990 34.0000000 1168.3179058 1160.0000000 1160.0000000 - 32 1 8 1990 25.0000000 1245.2836967 1260.0000000 1260.0000000 - 33 2 8 1990 22.0000000 1260.2526554 1250.0000000 1250.0000000 - 34 3 8 1990 28.0000000 1203.8051037 1180.0000000 1180.0000000 - 35 4 8 1990 25.0000000 1149.0840760 1130.0000000 1130.0000000 - 36 5 8 1990 19.0000000 1106.6566789 1090.0000000 1090.0000000 - 37 6 8 1990 22.0000000 1066.5221429 1050.0000000 1050.0000000 - 38 7 8 1990 19.0000000 1057.2531297 1050.0000000 1050.0000000 - 39 8 8 1990 22.0000000 1057.1316665 1050.0000000 1050.0000000 - 40 9 8 1990 19.0000000 1049.3012143 1040.0000000 1040.0000000 - 41 10 8 1990 20.0000000 1046.9052903 1040.0000000 1040.0000000 - 42 11 8 1990 19.0000000 1015.9407646 1000.0000000 1000.0000000 - 43 12 8 1990 19.0000000 1001.2976800 993.0000000 993.0000000 - 44 13 8 1990 22.0000000 978.9849115 963.0000000 963.0000000 - 45 14 8 1990 36.0000000 972.0806535 956.0000000 956.0000000 - 46 15 8 1990 31.0000000 994.0283158 988.0000000 988.0000000 - 47 16 8 1990 30.0000000 1041.6776168 1040.0000000 1040.0000000 - 48 17 8 1990 28.0000000 1071.6807070 1070.0000000 1070.0000000 - 49 18 8 1990 34.0000000 1077.2183474 1070.0000000 1070.0000000 - 50 19 8 1990 21.0000000 1046.2008476 1030.0000000 1030.0000000 - 51 20 8 1990 30.0000000 1029.1958460 1020.0000000 1020.0000000 - 52 21 8 1990 22.0000000 1019.0558684 1010.0000000 1010.0000000 - 53 22 8 1990 21.0000000 1024.3533881 1020.0000000 1020.0000000 - 54 23 8 1990 23.0000000 987.1694616 969.0000000 969.0000000 - 55 24 8 1990 20.0000000 949.1666473 935.0000000 935.0000000 - 56 25 8 1990 29.0000000 932.8057640 924.0000000 924.0000000 - 57 26 8 1990 20.0000000 934.8207494 930.0000000 930.0000000 - 58 27 8 1990 22.0000000 931.4614489 924.0000000 924.0000000 - 59 28 8 1990 23.0000000 950.8223677 951.0000000 951.0000000 - 60 29 8 1990 35.0000000 959.2140731 954.0000000 954.0000000 - 61 30 8 1990 51.0000000 996.5356489 947.0000000 947.0000000 - 62 31 8 1990 80.0000000 999.8503238 958.0000000 958.0000000 - 63 1 9 1990 56.0000000 1003.4526762 995.0000000 995.0000000 - 64 2 9 1990 33.0000000 1042.4491964 1040.0000000 1040.0000000 - 65 3 9 1990 27.0000000 1075.1312070 1070.0000000 1070.0000000 - 66 4 9 1990 27.0000000 1065.9162139 1050.0000000 1050.0000000 - 67 5 9 1990 28.0000000 1053.0559392 1040.0000000 1040.0000000 - 68 6 9 1990 26.0000000 1027.0878437 1010.0000000 1010.0000000 - 69 7 9 1990 24.0000000 1009.6127237 991.0000000 991.0000000 - 70 8 9 1990 33.0000000 1017.0808728 1010.0000000 1010.0000000 - 71 9 9 1990 26.0000000 1019.6694489 1010.0000000 1010.0000000 - 72 10 9 1990 27.0000000 1026.9501892 1020.0000000 1020.0000000 - 73 11 9 1990 22.0000000 1044.2721107 1040.0000000 1040.0000000 - 74 12 9 1990 22.0000000 1016.0847318 998.0000000 998.0000000 - 75 13 9 1990 21.0000000 969.1316102 950.0000000 950.0000000 - 76 14 9 1990 22.0000000 927.0074648 910.0000000 910.0000000 - 77 15 9 1990 22.0000000 881.3365563 863.0000000 863.0000000 - 78 16 9 1990 22.0000000 858.0038410 847.0000000 847.0000000 - 79 17 9 1990 20.0000000 841.0041830 830.0000000 830.0000000 - 80 18 9 1990 22.0000000 855.4239922 854.0000000 854.0000000 - 81 19 9 1990 16.0000000 842.9706725 831.0000000 831.0000000 - 82 20 9 1990 22.0000000 812.8474011 799.0000000 799.0000000 - 83 21 9 1990 19.0000000 803.4490386 790.0000000 790.0000000 - 84 22 9 1990 32.0000000 839.0731641 805.0000000 805.0000000 - 85 23 9 1990 27.0000000 905.1908475 913.0000000 913.0000000 - 86 24 9 1990 45.0000000 996.1934259 998.0000000 998.0000000 - 87 25 9 1990 42.0000000 1127.3076636 1150.0000000 1150.0000000 - 88 26 9 1990 39.0000000 1345.4901626 1390.0000000 1390.0000000 - 89 27 9 1990 30.0000000 1422.9441979 1420.0000000 1420.0000000 - 90 28 9 1990 28.0000000 1329.0262248 1290.0000000 1290.0000000 - 91 29 9 1990 30.0000000 1214.0283982 1180.0000000 1180.0000000 - 92 30 9 1990 30.0000000 1149.4530636 1110.0000000 1110.0000000 - 93 1 10 1990 56.0000000 1152.0816950 1130.0000000 1130.0000000 - 94 2 10 1990 72.0000000 1131.0063491 1110.0000000 1110.0000000 - 95 3 10 1990 73.0000000 1273.9654735 1290.0000000 1290.0000000 - 96 4 10 1990 68.0000000 1424.0430838 1440.0000000 1440.0000000 - 97 5 10 1990 53.0000000 1393.1258790 1360.0000000 1360.0000000 - 98 6 10 1990 42.0000000 1342.9651147 1320.0000000 1320.0000000 - 99 7 10 1990 33.0000000 1386.9238494 1390.0000000 1390.0000000 - 100 8 10 1990 42.0000000 1332.6874778 1300.0000000 1300.0000000 - 101 9 10 1990 34.0000000 1226.5440548 1190.0000000 1190.0000000 - 102 10 10 1990 36.0000000 1146.7648178 1120.0000000 1120.0000000 - 103 11 10 1990 36.0000000 1122.4813598 1110.0000000 1110.0000000 - 104 12 10 1990 28.0000000 1088.8239836 1070.0000000 1070.0000000 - 105 13 10 1990 32.0000000 1040.6469018 1020.0000000 1020.0000000 - 106 14 10 1990 27.0000000 1007.2015509 992.0000000 992.0000000 - 107 15 10 1990 35.0000000 965.7387293 947.0000000 947.0000000 - 108 16 10 1990 42.0000000 923.6935257 906.0000000 906.0000000 - 109 17 10 1990 35.0000000 895.9308989 881.0000000 881.0000000 - 110 18 10 1990 39.0000000 888.6342618 880.0000000 880.0000000 - 111 19 10 1990 34.0000000 881.5427788 872.0000000 872.0000000 - 112 20 10 1990 32.0000000 877.1162113 869.0000000 869.0000000 - 113 21 10 1990 34.0000000 865.3704203 855.0000000 855.0000000 - 114 22 10 1990 27.0000000 838.7888701 825.0000000 825.0000000 - 115 23 10 1990 31.0000000 816.2846945 805.0000000 805.0000000 - 116 24 10 1990 28.0000000 817.6841008 813.0000000 813.0000000 - 117 25 10 1990 25.0000000 812.5378978 803.0000000 803.0000000 - 118 26 10 1990 29.0000000 806.6511799 789.0000000 789.0000000 - 119 27 10 1990 31.0000000 805.1364356 781.0000000 781.0000000 - 120 28 10 1990 65.0000000 879.1104461 786.0000000 786.0000000 - 121 29 10 1990 69.0000000 936.9184987 891.0000000 891.0000000 - 122 30 10 1990 157.0000000 1033.3883533 1010.0000000 1010.0000000 - 123 31 10 1990 190.0000000 1184.7646060 1180.0000000 1180.0000000 - 124 1 11 1990 115.0000000 1478.0974855 1510.0000000 1510.0000000 - 125 2 11 1990 104.0000000 1653.4383381 1640.0000000 1640.0000000 - 126 3 11 1990 100.0000000 1761.5755953 1750.0000000 1750.0000000 - 127 4 11 1990 131.0000000 1745.2122215 1700.0000000 1700.0000000 - 128 5 11 1990 130.0000000 1707.0653408 1670.0000000 1670.0000000 - 129 6 11 1990 115.0000000 1704.9566400 1680.0000000 1680.0000000 - 130 7 11 1990 102.0000000 1735.7270159 1720.0000000 1720.0000000 - 131 8 11 1990 95.0000000 1711.9377475 1680.0000000 1680.0000000 - 132 9 11 1990 81.0000000 1600.6911006 1550.0000000 1550.0000000 - 133 10 11 1990 66.0000000 1483.3504280 1430.0000000 1430.0000000 - 134 11 11 1990 67.0000000 1380.0797808 1320.0000000 1320.0000000 - 135 12 11 1990 74.0000000 1300.5415719 1260.0000000 1260.0000000 - 136 13 11 1990 109.0000000 1331.4934143 1310.0000000 1310.0000000 - 137 14 11 1990 92.0000000 1580.2149375 1610.0000000 1610.0000000 - 138 15 11 1990 92.0000000 1718.8368150 1710.0000000 1710.0000000 - 139 16 11 1990 155.0000000 1722.3159399 1690.0000000 1690.0000000 - 140 17 11 1990 159.0000000 1842.5392410 1850.0000000 1850.0000000 - 141 18 11 1990 131.0000000 2053.8794549 2070.0000000 2070.0000000 - 142 19 11 1990 161.0000000 2120.3865643 2090.0000000 2090.0000000 - 143 20 11 1990 196.0000000 2261.4667637 2220.0000000 2220.0000000 - 144 21 11 1990 336.0000000 2541.7949043 2560.0000000 2560.0000000 - 145 22 11 1990 566.0000000 2846.1761733 2870.0000000 2870.0000000 - 146 23 11 1990 373.0000000 2965.2139765 2940.0000000 2940.0000000 - 147 24 11 1990 293.0000000 3027.1830682 3000.0000000 3000.0000000 - 148 25 11 1990 264.0000000 3021.9491002 2970.0000000 2970.0000000 - 149 26 11 1990 226.0000000 2808.9102288 2710.0000000 2710.0000000 - 150 27 11 1990 201.0000000 2498.1482133 2390.0000000 2390.0000000 - 151 28 11 1990 180.0000000 2282.9984988 2210.0000000 2210.0000000 - 152 29 11 1990 161.0000000 2129.9545763 2060.0000000 2060.0000000 - 153 30 11 1990 149.0000000 1999.5492995 1940.0000000 1940.0000000 - 154 1 12 1990 134.0000000 1876.0411178 1820.0000000 1820.0000000 - 155 2 12 1990 113.0000000 1769.1669441 1720.0000000 1720.0000000 - 156 3 12 1990 99.0000000 1667.1320288 1620.0000000 1620.0000000 - 157 4 12 1990 107.0000000 1573.1807872 1530.0000000 1530.0000000 - 158 5 12 1990 99.0000000 1512.4956345 1480.0000000 1480.0000000 - 159 6 12 1990 89.0000000 1476.5107509 1450.0000000 1450.0000000 - 160 7 12 1990 77.0000000 1422.1208161 1390.0000000 1390.0000000 - 161 8 12 1990 71.0000000 1361.0139285 1330.0000000 1330.0000000 - 162 9 12 1990 68.0000000 1300.0276839 1270.0000000 1270.0000000 - 163 10 12 1990 73.0000000 1239.1464146 1210.0000000 1210.0000000 - 164 11 12 1990 84.0000000 1201.5007398 1180.0000000 1180.0000000 - 165 12 12 1990 88.0000000 1216.1688765 1190.0000000 1190.0000000 - 166 13 12 1990 92.0000000 1243.9972370 1220.0000000 1220.0000000 - 167 14 12 1990 128.0000000 1230.6128921 1200.0000000 1200.0000000 - 168 15 12 1990 136.0000000 1215.0076155 1190.0000000 1190.0000000 - 169 16 12 1990 114.0000000 1203.3793798 1180.0000000 1180.0000000 - 170 17 12 1990 101.0000000 1153.3845028 1120.0000000 1120.0000000 - 171 18 12 1990 93.0000000 1099.8421382 1070.0000000 1070.0000000 - 172 19 12 1990 85.0000000 1079.5857117 1060.0000000 1060.0000000 - 173 20 12 1990 81.0000000 1060.8787910 1040.0000000 1040.0000000 - 174 21 12 1990 106.0000000 1084.6015199 1040.0000000 1040.0000000 - 175 22 12 1990 159.0000000 1103.5788365 1040.0000000 1040.0000000 - 176 23 12 1990 250.0000000 1146.1439711 1090.0000000 1090.0000000 - 177 24 12 1990 298.0000000 1233.7449004 1200.0000000 1200.0000000 - 178 25 12 1990 261.0000000 1366.0708619 1320.0000000 1320.0000000 - 179 26 12 1990 228.0000000 1493.7306864 1410.0000000 1410.0000000 - 180 27 12 1990 409.0000000 1594.5008973 1510.0000000 1510.0000000 - 181 28 12 1990 486.0000000 1751.1326251 1680.0000000 1680.0000000 - 182 29 12 1990 440.0000000 2067.1189101 1970.0000000 1970.0000000 - 183 30 12 1990 486.0000000 2302.0128105 2190.0000000 2190.0000000 - 184 31 12 1990 774.0000000 2536.2447048 2440.0000000 2440.0000000 - 185 1 1 1991 889.0000000 2993.2956863 2950.0000000 2950.0000000 - 186 2 1 1991 863.0000000 3420.6460664 3300.0000000 3300.0000000 - 187 3 1 1991 875.0000000 3705.0584690 3520.0000000 3520.0000000 - 188 4 1 1991 932.0000000 3876.4293997 3700.0000000 3700.0000000 - 189 5 1 1991 826.0000000 3923.0561883 3710.0000000 3710.0000000 - 190 6 1 1991 731.0000000 3836.4014458 3620.0000000 3620.0000000 - 191 7 1 1991 613.0000000 3645.3758035 3430.0000000 3430.0000000 - 192 8 1 1991 610.0000000 3397.3384866 3180.0000000 3180.0000000 - 193 9 1 1991 686.0000000 3297.0231628 3130.0000000 3130.0000000 - 194 10 1 1991 556.0000000 3379.4649289 3200.0000000 3200.0000000 - 195 11 1 1991 669.0000000 3315.6424366 3080.0000000 3080.0000000 - 196 12 1 1991 828.0000000 3200.9405193 3010.0000000 3010.0000000 - 197 13 1 1991 735.0000000 3088.2860434 2930.0000000 2930.0000000 - 198 14 1 1991 513.0000000 2997.0483606 2870.0000000 2870.0000000 - 199 15 1 1991 411.0000000 2831.1751916 2700.0000000 2700.0000000 - 200 16 1 1991 345.0000000 2636.8038136 2520.0000000 2520.0000000 - 201 17 1 1991 293.0000000 2421.2602145 2310.0000000 2310.0000000 - 202 18 1 1991 251.0000000 2233.6264395 2140.0000000 2140.0000000 - 203 19 1 1991 222.0000000 2096.6136292 2020.0000000 2020.0000000 - 204 20 1 1991 215.0000000 1980.2048907 1910.0000000 1910.0000000 - 205 21 1 1991 213.0000000 1853.7905621 1780.0000000 1780.0000000 - 206 22 1 1991 202.0000000 1756.0637592 1690.0000000 1690.0000000 - 207 23 1 1991 200.0000000 1685.6514499 1630.0000000 1630.0000000 - 208 24 1 1991 192.0000000 1622.9752964 1570.0000000 1570.0000000 - 209 25 1 1991 176.0000000 1529.4203366 1470.0000000 1470.0000000 - 210 26 1 1991 164.0000000 1457.9524670 1410.0000000 1410.0000000 - 211 27 1 1991 157.0000000 1411.2143625 1370.0000000 1370.0000000 - 212 28 1 1991 134.0000000 1361.5838108 1320.0000000 1320.0000000 - 213 29 1 1991 130.0000000 1309.8847754 1270.0000000 1270.0000000 - 214 30 1 1991 119.0000000 1273.8025229 1240.0000000 1240.0000000 - 215 31 1 1991 107.0000000 1257.8827702 1230.0000000 1230.0000000 - 216 1 2 1991 112.0000000 1231.2456055 1200.0000000 1200.0000000 - 217 2 2 1991 109.0000000 1192.4462450 1160.0000000 1160.0000000 - 218 3 2 1991 101.0000000 1159.1838248 1130.0000000 1130.0000000 - 219 4 2 1991 98.0000000 1136.0156605 1110.0000000 1110.0000000 - 220 5 2 1991 84.0000000 1115.2155859 1090.0000000 1090.0000000 - 221 6 2 1991 93.0000000 1094.4883411 1070.0000000 1070.0000000 - 222 7 2 1991 80.0000000 1066.1106576 1040.0000000 1040.0000000 - 223 8 2 1991 73.0000000 1035.5044117 1010.0000000 1010.0000000 - 224 9 2 1991 89.0000000 1035.8071199 1020.0000000 1020.0000000 - 225 10 2 1991 84.0000000 1045.2957627 1030.0000000 1030.0000000 - 226 11 2 1991 78.0000000 1054.8240745 1040.0000000 1040.0000000 - 227 12 2 1991 79.0000000 1056.6730553 1040.0000000 1040.0000000 - 228 13 2 1991 77.0000000 1033.1242379 1010.0000000 1010.0000000 - 229 14 2 1991 80.0000000 1012.0052379 992.0000000 992.0000000 - 230 15 2 1991 72.0000000 995.1968340 976.0000000 976.0000000 - 231 16 2 1991 78.0000000 1002.8894951 989.0000000 989.0000000 - 232 17 2 1991 74.0000000 1013.8937314 1000.0000000 1000.0000000 - 233 18 2 1991 77.0000000 1012.1037198 995.0000000 995.0000000 - 234 19 2 1991 73.0000000 1001.6857036 978.0000000 978.0000000 - 235 20 2 1991 69.0000000 979.8148279 952.0000000 952.0000000 - 236 21 2 1991 74.0000000 990.5310086 959.0000000 959.0000000 - 237 22 2 1991 81.0000000 990.1723729 959.0000000 959.0000000 - 238 23 2 1991 110.0000000 1002.9860577 979.0000000 979.0000000 - 239 24 2 1991 180.0000000 1037.3956022 1020.0000000 1020.0000000 - 240 25 2 1991 213.0000000 1076.0438729 1060.0000000 1060.0000000 - 241 26 2 1991 222.0000000 1122.3591543 1110.0000000 1110.0000000 - 242 27 2 1991 208.0000000 1179.7563206 1170.0000000 1170.0000000 - 243 28 2 1991 211.0000000 1239.6404767 1230.0000000 1230.0000000 - 244 1 3 1991 214.0000000 1261.4689742 1240.0000000 1240.0000000 - 245 2 3 1991 208.0000000 1261.5589894 1230.0000000 1230.0000000 - 246 3 3 1991 221.0000000 1279.9465679 1260.0000000 1260.0000000 - 247 4 3 1991 281.0000000 1307.6870546 1290.0000000 1290.0000000 - 248 5 3 1991 219.0000000 1328.6137691 1310.0000000 1310.0000000 - 249 6 3 1991 190.0000000 1370.6093050 1360.0000000 1360.0000000 - 250 7 3 1991 173.0000000 1365.5978772 1340.0000000 1340.0000000 - 251 8 3 1991 164.0000000 1336.9391661 1310.0000000 1310.0000000 - 252 9 3 1991 142.0000000 1313.7798367 1290.0000000 1290.0000000 - 253 10 3 1991 133.0000000 1316.2594241 1300.0000000 1300.0000000 - 254 11 3 1991 133.0000000 1325.7422349 1310.0000000 1310.0000000 - 255 12 3 1991 118.0000000 1358.2154036 1350.0000000 1350.0000000 - 256 13 3 1991 127.0000000 1359.0203747 1340.0000000 1340.0000000 - 257 14 3 1991 113.0000000 1340.7395262 1320.0000000 1320.0000000 - 258 15 3 1991 107.0000000 1320.2223235 1300.0000000 1300.0000000 - 259 16 3 1991 100.0000000 1299.7484365 1280.0000000 1280.0000000 - 260 17 3 1991 100.0000000 1256.1689322 1230.0000000 1230.0000000 - 261 18 3 1991 95.0000000 1205.7807531 1180.0000000 1180.0000000 - 262 19 3 1991 98.0000000 1208.8891121 1160.0000000 1160.0000000 - 263 20 3 1991 119.0000000 1213.7909339 1180.0000000 1180.0000000 - 264 21 3 1991 159.0000000 1294.5923737 1260.0000000 1260.0000000 - 265 22 3 1991 196.0000000 1426.0983455 1410.0000000 1410.0000000 - 266 23 3 1991 242.0000000 1545.7019740 1530.0000000 1530.0000000 - 267 24 3 1991 216.0000000 1699.8758365 1700.0000000 1700.0000000 - 268 25 3 1991 180.0000000 1835.5618646 1830.0000000 1830.0000000 - 269 26 3 1991 145.0000000 1777.6873139 1720.0000000 1720.0000000 - 270 27 3 1991 127.0000000 1657.6071286 1600.0000000 1600.0000000 - 271 28 3 1991 117.0000000 1566.3899971 1520.0000000 1520.0000000 - 272 29 3 1991 109.0000000 1530.8500986 1500.0000000 1500.0000000 - 273 30 3 1991 106.0000000 1516.9497148 1490.0000000 1490.0000000 - 274 31 3 1991 99.0000000 1474.6593751 1440.0000000 1440.0000000 - 275 1 4 1991 96.0000000 1415.6715441 1380.0000000 1380.0000000 - 276 2 4 1991 88.0000000 1362.2504460 1330.0000000 1330.0000000 - 277 3 4 1991 87.0000000 1318.9487848 1290.0000000 1290.0000000 - 278 4 4 1991 82.0000000 1293.7054518 1270.0000000 1270.0000000 - 279 5 4 1991 84.0000000 1250.0005154 1220.0000000 1220.0000000 - 280 6 4 1991 67.0000000 1206.9361025 1180.0000000 1180.0000000 - 281 7 4 1991 89.0000000 1204.8782537 1190.0000000 1190.0000000 - 282 8 4 1991 75.0000000 1237.4732593 1230.0000000 1230.0000000 - 283 9 4 1991 79.0000000 1246.0179352 1230.0000000 1230.0000000 - 284 10 4 1991 70.0000000 1245.4610211 1230.0000000 1230.0000000 - 285 11 4 1991 69.0000000 1237.2376934 1220.0000000 1220.0000000 - 286 12 4 1991 69.0000000 1219.0571068 1200.0000000 1200.0000000 - 287 13 4 1991 56.0000000 1175.4851135 1150.0000000 1150.0000000 - 288 14 4 1991 63.0000000 1132.8055315 1110.0000000 1110.0000000 - 289 15 4 1991 58.0000000 1100.1560029 1080.0000000 1080.0000000 - 290 16 4 1991 56.0000000 1077.5333015 1060.0000000 1060.0000000 - 291 17 4 1991 54.0000000 1049.5052519 1030.0000000 1030.0000000 - 292 18 4 1991 57.0000000 1034.6619533 1020.0000000 1020.0000000 - 293 19 4 1991 53.0000000 1016.9090139 1000.0000000 1000.0000000 - 294 20 4 1991 53.0000000 1042.9930423 1040.0000000 1040.0000000 - 295 21 4 1991 65.0000000 1059.5898638 1050.0000000 1050.0000000 - 296 22 4 1991 69.0000000 1025.1646378 1000.0000000 1000.0000000 - 297 23 4 1991 61.0000000 1021.8262558 1010.0000000 1010.0000000 - 298 24 4 1991 56.0000000 1037.7717180 1030.0000000 1030.0000000 - 299 25 4 1991 56.0000000 1057.4632903 1050.0000000 1050.0000000 - 300 26 4 1991 53.0000000 1038.6032876 1020.0000000 1020.0000000 - 301 27 4 1991 49.0000000 1031.4801393 1020.0000000 1020.0000000 - 302 28 4 1991 53.0000000 1023.5158064 1010.0000000 1010.0000000 - 303 29 4 1991 48.0000000 1002.1345280 982.0000000 982.0000000 - 304 30 4 1991 57.0000000 1014.2570827 983.0000000 983.0000000 - 305 1 5 1991 69.0000000 1086.2491509 1090.0000000 1090.0000000 - 306 2 5 1991 89.0000000 1145.3208222 1140.0000000 1140.0000000 - 307 3 5 1991 105.0000000 1194.5280721 1190.0000000 1190.0000000 - 308 4 5 1991 79.0000000 1266.9665741 1270.0000000 1270.0000000 - 309 5 5 1991 69.0000000 1276.8969997 1260.0000000 1260.0000000 - 310 6 5 1991 71.0000000 1266.3153403 1250.0000000 1250.0000000 - 311 7 5 1991 60.0000000 1232.6438618 1210.0000000 1210.0000000 - 312 8 5 1991 64.0000000 1215.3081104 1200.0000000 1200.0000000 - 313 9 5 1991 59.0000000 1204.8704476 1190.0000000 1190.0000000 - 314 10 5 1991 57.0000000 1155.8966683 1130.0000000 1130.0000000 - 315 11 5 1991 55.0000000 1110.9585777 1090.0000000 1090.0000000 - 316 12 5 1991 53.0000000 1093.7644662 1080.0000000 1080.0000000 - 317 13 5 1991 52.0000000 1276.3191757 1320.0000000 1320.0000000 - 318 14 5 1991 50.0000000 1793.7967649 1920.0000000 1920.0000000 - 319 15 5 1991 52.0000000 2031.0476665 2050.0000000 2050.0000000 - 320 16 5 1991 54.0000000 1883.0662137 1820.0000000 1820.0000000 - 321 17 5 1991 54.0000000 1753.1115973 1720.0000000 1720.0000000 - 322 18 5 1991 55.0000000 1737.7439615 1730.0000000 1730.0000000 - 323 19 5 1991 48.0000000 1739.8150032 1730.0000000 1730.0000000 - 324 20 5 1991 48.0000000 1731.8992891 1720.0000000 1720.0000000 - 325 21 5 1991 49.0000000 1713.9955156 1700.0000000 1700.0000000 - 326 22 5 1991 41.0000000 1639.8145090 1610.0000000 1610.0000000 - 327 23 5 1991 40.0000000 1557.3606212 1530.0000000 1530.0000000 - 328 24 5 1991 40.0000000 1492.6302499 1470.0000000 1470.0000000 - 329 25 5 1991 39.0000000 1432.4785735 1410.0000000 1410.0000000 - 330 26 5 1991 43.0000000 1380.0488765 1360.0000000 1360.0000000 - 331 27 5 1991 39.0000000 1337.6258409 1320.0000000 1320.0000000 - 332 28 5 1991 36.0000000 1282.0648777 1260.0000000 1260.0000000 - 333 29 5 1991 33.0000000 1260.5121658 1250.0000000 1250.0000000 - 334 30 5 1991 39.0000000 1242.6765311 1230.0000000 1230.0000000 - 335 31 5 1991 34.0000000 1230.2749147 1220.0000000 1220.0000000 - 336 1 6 1991 37.0000000 1204.7335905 1190.0000000 1190.0000000 - 337 2 6 1991 35.0000000 1174.6255689 1160.0000000 1160.0000000 - 338 3 6 1991 29.0000000 1144.5212045 1130.0000000 1130.0000000 - 339 4 6 1991 33.0000000 1129.8495613 1120.0000000 1120.0000000 - 340 5 6 1991 34.0000000 1150.6103897 1150.0000000 1150.0000000 - 341 6 6 1991 32.0000000 1209.6908156 1200.0000000 1200.0000000 - 342 7 6 1991 38.0000000 1262.7028831 1260.0000000 1260.0000000 - 343 8 6 1991 39.0000000 1324.5470372 1330.0000000 1330.0000000 - 344 9 6 1991 41.0000000 1387.1217511 1390.0000000 1390.0000000 - 345 10 6 1991 44.0000000 1400.4449861 1380.0000000 1380.0000000 - 346 11 6 1991 48.0000000 1453.4906719 1460.0000000 1460.0000000 - 347 12 6 1991 42.0000000 1500.7769576 1500.0000000 1500.0000000 - 348 13 6 1991 37.0000000 1517.4336135 1510.0000000 1510.0000000 - 349 14 6 1991 39.0000000 1496.8072854 1480.0000000 1480.0000000 - 350 15 6 1991 35.0000000 1466.1202631 1450.0000000 1450.0000000 - 351 16 6 1991 31.0000000 1451.2749745 1440.0000000 1440.0000000 - 352 17 6 1991 33.0000000 1425.6025905 1410.0000000 1410.0000000 - 353 18 6 1991 31.0000000 1549.7001627 1580.0000000 1580.0000000 - 354 19 6 1991 28.0000000 1958.7577383 2060.0000000 2060.0000000 - 355 20 6 1991 60.0000000 2456.7071138 2540.0000000 2540.0000000 - 356 21 6 1991 48.0000000 2639.4882109 2650.0000000 2650.0000000 - 357 22 6 1991 54.0000000 2584.9974355 2550.0000000 2550.0000000 - 358 23 6 1991 63.0000000 2505.6214760 2470.0000000 2470.0000000 - 359 24 6 1991 41.0000000 2445.9597780 2420.0000000 2420.0000000 - 360 25 6 1991 42.0000000 2369.9606659 2340.0000000 2340.0000000 - 361 26 6 1991 43.0000000 2304.8841066 2280.0000000 2280.0000000 - 362 27 6 1991 38.0000000 2213.4333042 2170.0000000 2170.0000000 - 363 28 6 1991 38.0000000 2160.7704593 2140.0000000 2140.0000000 - 364 29 6 1991 35.0000000 2167.0971376 2160.0000000 2160.0000000 - 365 30 6 1991 41.0000000 2209.7036962 2210.0000000 2210.0000000 diff --git a/check/case_05/output_save/b1_discharge.nc b/check/case_05/output_save/b1_discharge.nc old mode 100755 new mode 100644 index 426ce2db2c432808baf3058692b62b577c4c4c17..3d6ed278bf2c2a64bd977d12eca851ac8c1b2df1 Binary files a/check/case_05/output_save/b1_discharge.nc and b/check/case_05/output_save/b1_discharge.nc differ diff --git a/check/case_05/output_save/b1_mHM_Fluxes_States.nc b/check/case_05/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 49192fac86f32b2e719803f76de23b7f349df4cd..eaba4d4d7ae73f205cc31e4a9fae6a090b6fd0b5 Binary files a/check/case_05/output_save/b1_mHM_Fluxes_States.nc and b/check/case_05/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_05/output_save/b1_mHM_restart_001.nc b/check/case_05/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index 708d866b70840da92b659878226ef7ba6321a853..b86dfeeeec17b83bc787959c971d451cd6c50bc8 Binary files a/check/case_05/output_save/b1_mHM_restart_001.nc and b/check/case_05/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_05/output_save/b1_mRM_restart_001.nc b/check/case_05/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index 07f1bbc4ba070e478cbaa8ef72a21a913c12abe8..732a35a5ca95b92d17095ec604fd3bb63b7a6007 Binary files a/check/case_05/output_save/b1_mRM_restart_001.nc and b/check/case_05/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_05/output_save/b2_daily_discharge.out b/check/case_05/output_save/b2_daily_discharge.out deleted file mode 100755 index f26a0174f567ce656b540a9a50b1871f2ff8082e..0000000000000000000000000000000000000000 --- a/check/case_05/output_save/b2_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 Qobs_0000000333 Qsim_0000000333 - 1 1 7 1990 79.0000000 1836.7449450 1740.0000000 1801.8707072 - 2 2 7 1990 92.0000000 1914.7509113 1870.0000000 1926.3555616 - 3 3 7 1990 72.0000000 2075.1889790 2030.0000000 2099.3314225 - 4 4 7 1990 58.0000000 2143.0284781 2050.0000000 2130.5984325 - 5 5 7 1990 69.0000000 2167.8286075 2040.0000000 2136.3063134 - 6 6 7 1990 94.0000000 2218.1644565 2130.0000000 2211.7822949 - 7 7 7 1990 199.0000000 2321.7891719 2240.0000000 2326.3162625 - 8 8 7 1990 133.0000000 2414.4086068 2330.0000000 2410.8566304 - 9 9 7 1990 124.0000000 2474.9343428 2400.0000000 2472.2782845 - 10 10 7 1990 123.0000000 2454.6569110 2360.0000000 2428.0876190 - 11 11 7 1990 99.0000000 2371.6957187 2270.0000000 2334.8039191 - 12 12 7 1990 88.0000000 2362.7706776 2290.0000000 2351.9162609 - 13 13 7 1990 84.0000000 2294.4981228 2200.0000000 2259.3069389 - 14 14 7 1990 72.0000000 2201.4155157 2110.0000000 2166.9420940 - 15 15 7 1990 55.0000000 2100.9068308 2010.0000000 2064.7925693 - 16 16 7 1990 65.0000000 1998.3669642 1910.0000000 1962.8331747 - 17 17 7 1990 50.0000000 1903.7661491 1820.0000000 1871.0420791 - 18 18 7 1990 50.0000000 1819.3639138 1740.0000000 1789.4003065 - 19 19 7 1990 46.0000000 1760.5671684 1690.0000000 1737.8913168 - 20 20 7 1990 44.0000000 1701.0683432 1630.0000000 1676.5006548 - 21 21 7 1990 42.0000000 1647.1383722 1580.0000000 1625.2156556 - 22 22 7 1990 37.0000000 1564.7595987 1490.0000000 1534.0251962 - 23 23 7 1990 38.0000000 1504.2095879 1440.0000000 1482.9194860 - 24 24 7 1990 44.0000000 1468.3300749 1410.0000000 1451.8898886 - 25 25 7 1990 30.0000000 1429.3961914 1370.0000000 1410.9287699 - 26 26 7 1990 26.0000000 1380.5429343 1320.0000000 1360.0293689 - 27 27 7 1990 31.0000000 1329.4769940 1270.0000000 1309.1856867 - 28 28 7 1990 33.0000000 1298.2185258 1240.0000000 1278.8250182 - 29 29 7 1990 42.0000000 1257.0782305 1200.0000000 1237.7798583 - 30 30 7 1990 36.0000000 1214.8765918 1160.0000000 1197.0633818 - 31 31 7 1990 34.0000000 1204.8543083 1160.0000000 1196.3843563 - 32 1 8 1990 25.0000000 1281.1686014 1260.0000000 1295.7406483 - 33 2 8 1990 22.0000000 1295.5189188 1250.0000000 1285.1291057 - 34 3 8 1990 28.0000000 1238.4826863 1180.0000000 1214.5469042 - 35 4 8 1990 25.0000000 1183.2003407 1130.0000000 1163.9915096 - 36 5 8 1990 19.0000000 1140.3264750 1090.0000000 1123.5615687 - 37 6 8 1990 22.0000000 1099.6197320 1050.0000000 1082.9782723 - 38 7 8 1990 19.0000000 1089.8537578 1050.0000000 1082.4905156 - 39 8 8 1990 22.0000000 1089.2579535 1050.0000000 1082.0204023 - 40 9 8 1990 19.0000000 1080.9710704 1040.0000000 1071.5678671 - 41 10 8 1990 20.0000000 1078.1352287 1040.0000000 1071.1315447 - 42 11 8 1990 19.0000000 1046.7460350 1000.0000000 1030.7102002 - 43 12 8 1990 19.0000000 1031.6923882 993.0000000 1023.3027155 - 44 13 8 1990 22.0000000 1013.8461343 963.0000000 999.5337986 - 45 14 8 1990 36.0000000 1021.0480786 956.0000000 1008.1937698 - 46 15 8 1990 31.0000000 1034.8310851 988.0000000 1024.0967875 - 47 16 8 1990 30.0000000 1078.1995446 1040.0000000 1078.8716559 - 48 17 8 1990 28.0000000 1107.9794438 1070.0000000 1103.9576782 - 49 18 8 1990 34.0000000 1108.0373282 1070.0000000 1100.6962362 - 50 19 8 1990 21.0000000 1076.4949541 1030.0000000 1060.1779108 - 51 20 8 1990 30.0000000 1058.9914521 1020.0000000 1049.6850121 - 52 21 8 1990 22.0000000 1048.3765757 1010.0000000 1039.2152042 - 53 22 8 1990 21.0000000 1053.2206634 1020.0000000 1048.7664084 - 54 23 8 1990 23.0000000 1015.6028689 969.0000000 997.3367708 - 55 24 8 1990 20.0000000 977.1840521 935.0000000 962.9246359 - 56 25 8 1990 29.0000000 960.4276597 924.0000000 951.5357884 - 57 26 8 1990 20.0000000 963.1365472 930.0000000 958.4302653 - 58 27 8 1990 22.0000000 960.7453355 924.0000000 953.1517377 - 59 28 8 1990 23.0000000 978.1562312 951.0000000 978.1649651 - 60 29 8 1990 35.0000000 985.6513056 954.0000000 980.3553766 - 61 30 8 1990 51.0000000 1070.7185482 947.0000000 1040.2295095 - 62 31 8 1990 80.0000000 1071.3090732 958.0000000 1014.3736330 - 63 1 9 1990 56.0000000 1041.8970079 995.0000000 1031.3690120 - 64 2 9 1990 33.0000000 1076.4748810 1040.0000000 1073.7716895 - 65 3 9 1990 27.0000000 1108.3165929 1070.0000000 1103.0445171 - 66 4 9 1990 27.0000000 1102.6865425 1050.0000000 1087.9792605 - 67 5 9 1990 28.0000000 1089.3271173 1040.0000000 1074.9077387 - 68 6 9 1990 26.0000000 1059.2921728 1010.0000000 1042.1153615 - 69 7 9 1990 24.0000000 1043.7108385 991.0000000 1025.4569615 - 70 8 9 1990 33.0000000 1049.9937690 1010.0000000 1042.3411800 - 71 9 9 1990 26.0000000 1050.1009177 1010.0000000 1040.2507251 - 72 10 9 1990 27.0000000 1056.6154461 1020.0000000 1049.4980256 - 73 11 9 1990 22.0000000 1073.2263628 1040.0000000 1068.7986648 - 74 12 9 1990 22.0000000 1044.3767813 998.0000000 1026.1469207 - 75 13 9 1990 21.0000000 996.8053026 950.0000000 977.5379470 - 76 14 9 1990 22.0000000 954.1021676 910.0000000 936.9673927 - 77 15 9 1990 22.0000000 907.8876855 863.0000000 889.4314165 - 78 16 9 1990 22.0000000 884.0433183 847.0000000 872.9266204 - 79 17 9 1990 20.0000000 866.5608352 830.0000000 855.4499935 - 80 18 9 1990 22.0000000 880.5238998 854.0000000 878.9988629 - 81 19 9 1990 16.0000000 867.6374749 831.0000000 855.5708519 - 82 20 9 1990 22.0000000 837.1025645 799.0000000 823.1638439 - 83 21 9 1990 19.0000000 833.1869720 790.0000000 822.4836813 - 84 22 9 1990 32.0000000 908.1858771 805.0000000 886.6009825 - 85 23 9 1990 27.0000000 976.1419328 913.0000000 974.9748823 - 86 24 9 1990 45.0000000 1042.6309197 998.0000000 1041.7203683 - 87 25 9 1990 42.0000000 1164.8882523 1150.0000000 1186.7435016 - 88 26 9 1990 39.0000000 1380.7881172 1390.0000000 1424.9888117 - 89 27 9 1990 30.0000000 1456.9384232 1420.0000000 1453.7125441 - 90 28 9 1990 28.0000000 1361.8312077 1290.0000000 1322.5475947 - 91 29 9 1990 30.0000000 1245.7455592 1180.0000000 1211.4813418 - 92 30 9 1990 30.0000000 1219.4509593 1110.0000000 1196.8617163 - 93 1 10 1990 56.0000000 1262.5094216 1130.0000000 1241.8975892 - 94 2 10 1990 72.0000000 1218.6159505 1110.0000000 1187.1060122 - 95 3 10 1990 73.0000000 1350.1279863 1290.0000000 1370.4939103 - 96 4 10 1990 68.0000000 1501.2016714 1440.0000000 1513.5927250 - 97 5 10 1990 53.0000000 1460.1730530 1360.0000000 1425.7917805 - 98 6 10 1990 42.0000000 1404.5868139 1320.0000000 1380.7397804 - 99 7 10 1990 33.0000000 1444.9463552 1390.0000000 1447.2730361 - 100 8 10 1990 42.0000000 1387.6291470 1300.0000000 1354.2717991 - 101 9 10 1990 34.0000000 1278.6141350 1190.0000000 1241.4616235 - 102 10 10 1990 36.0000000 1196.2816217 1120.0000000 1168.9694067 - 103 11 10 1990 36.0000000 1169.6984445 1110.0000000 1156.7231693 - 104 12 10 1990 28.0000000 1133.9637250 1070.0000000 1114.6928132 - 105 13 10 1990 32.0000000 1083.9048724 1020.0000000 1062.8524323 - 106 14 10 1990 27.0000000 1048.7501944 992.0000000 1033.1796560 - 107 15 10 1990 35.0000000 1006.3067624 947.0000000 987.6352104 - 108 16 10 1990 42.0000000 965.2059704 906.0000000 947.0877973 - 109 17 10 1990 35.0000000 946.3355218 881.0000000 935.3357021 - 110 18 10 1990 39.0000000 938.5802480 880.0000000 926.7064433 - 111 19 10 1990 34.0000000 922.9338558 872.0000000 913.0204429 - 112 20 10 1990 32.0000000 916.9521265 869.0000000 908.5016750 - 113 21 10 1990 34.0000000 903.7947595 855.0000000 893.1186776 - 114 22 10 1990 27.0000000 875.9209342 825.0000000 861.8517820 - 115 23 10 1990 31.0000000 852.2305709 805.0000000 840.6881953 - 116 24 10 1990 28.0000000 852.5383375 813.0000000 847.6167232 - 117 25 10 1990 25.0000000 847.0678433 803.0000000 838.0621213 - 118 26 10 1990 29.0000000 852.1938519 789.0000000 837.4935094 - 119 27 10 1990 31.0000000 850.5833350 781.0000000 824.1620042 - 120 28 10 1990 65.0000000 981.4633793 786.0000000 914.4620399 - 121 29 10 1990 69.0000000 1077.5038125 891.0000000 1027.5332780 - 122 30 10 1990 157.0000000 1159.4164289 1010.0000000 1129.8991368 - 123 31 10 1990 190.0000000 1294.7094424 1180.0000000 1289.5995777 - 124 1 11 1990 115.0000000 1588.9884824 1510.0000000 1621.7843171 - 125 2 11 1990 104.0000000 1774.3148345 1640.0000000 1766.3734630 - 126 3 11 1990 100.0000000 1898.0358317 1750.0000000 1886.2963993 - 127 4 11 1990 131.0000000 1881.0608985 1700.0000000 1837.5068616 - 128 5 11 1990 130.0000000 1839.6901092 1670.0000000 1798.1304656 - 129 6 11 1990 115.0000000 1820.7513590 1680.0000000 1792.0897042 - 130 7 11 1990 102.0000000 1836.5105552 1720.0000000 1817.7226970 - 131 8 11 1990 95.0000000 1800.1618007 1680.0000000 1765.6476344 - 132 9 11 1990 81.0000000 1679.0572439 1550.0000000 1626.7978812 - 133 10 11 1990 66.0000000 1562.9828722 1430.0000000 1512.5360777 - 134 11 11 1990 67.0000000 1484.0315658 1320.0000000 1434.1721411 - 135 12 11 1990 74.0000000 1425.4063900 1260.0000000 1379.6933046 - 136 13 11 1990 109.0000000 1441.3223650 1310.0000000 1420.4447937 - 137 14 11 1990 92.0000000 1708.4371024 1610.0000000 1747.1025451 - 138 15 11 1990 92.0000000 1867.6758554 1710.0000000 1857.7608497 - 139 16 11 1990 155.0000000 1863.4833820 1690.0000000 1827.1942594 - 140 17 11 1990 159.0000000 1971.3883097 1850.0000000 1980.0091676 - 141 18 11 1990 131.0000000 2193.9168553 2070.0000000 2212.6539950 - 142 19 11 1990 161.0000000 2270.1493104 2090.0000000 2241.9475353 - 143 20 11 1990 196.0000000 2477.6635436 2220.0000000 2470.9016377 - 144 21 11 1990 336.0000000 2836.1207036 2560.0000000 2845.6393475 - 145 22 11 1990 566.0000000 3119.4995701 2870.0000000 3149.6137079 - 146 23 11 1990 373.0000000 3254.3748586 2940.0000000 3223.5231989 - 147 24 11 1990 293.0000000 3289.9753075 3000.0000000 3258.1889849 - 148 25 11 1990 264.0000000 3266.9272545 2970.0000000 3211.8243643 - 149 26 11 1990 226.0000000 3031.1471648 2710.0000000 2923.8618341 - 150 27 11 1990 201.0000000 2687.1448918 2390.0000000 2572.5207336 - 151 28 11 1990 180.0000000 2445.5161648 2210.0000000 2366.8819462 - 152 29 11 1990 161.0000000 2276.5263995 2060.0000000 2207.0155147 - 153 30 11 1990 149.0000000 2139.3323270 1940.0000000 2074.7823077 - 154 1 12 1990 134.0000000 1998.4199755 1820.0000000 1939.2405794 - 155 2 12 1990 113.0000000 1879.4806701 1720.0000000 1828.1401450 - 156 3 12 1990 99.0000000 1769.7560809 1620.0000000 1721.2820498 - 157 4 12 1990 107.0000000 1670.2218077 1530.0000000 1625.8738187 - 158 5 12 1990 99.0000000 1604.6144146 1480.0000000 1571.0397142 - 159 6 12 1990 89.0000000 1564.1299180 1450.0000000 1536.6607578 - 160 7 12 1990 77.0000000 1505.7206220 1390.0000000 1472.7388645 - 161 8 12 1990 71.0000000 1440.9984698 1330.0000000 1409.2086005 - 162 9 12 1990 68.0000000 1376.7497852 1270.0000000 1346.0205127 - 163 10 12 1990 73.0000000 1312.9150458 1210.0000000 1283.1322665 - 164 11 12 1990 84.0000000 1272.5872271 1180.0000000 1250.5074949 - 165 12 12 1990 88.0000000 1291.3874578 1190.0000000 1268.2873067 - 166 13 12 1990 92.0000000 1323.2980095 1220.0000000 1298.4425600 - 167 14 12 1990 128.0000000 1306.9424155 1200.0000000 1275.1408715 - 168 15 12 1990 136.0000000 1287.5982147 1190.0000000 1261.8366196 - 169 16 12 1990 114.0000000 1273.0469903 1180.0000000 1249.0573017 - 170 17 12 1990 101.0000000 1220.4860371 1120.0000000 1186.5496346 - 171 18 12 1990 93.0000000 1164.6198892 1070.0000000 1134.2768600 - 172 19 12 1990 85.0000000 1142.2515165 1060.0000000 1122.2095908 - 173 20 12 1990 81.0000000 1121.6183960 1040.0000000 1100.3226326 - 174 21 12 1990 106.0000000 1153.8234022 1040.0000000 1113.4519460 - 175 22 12 1990 159.0000000 1181.8942674 1040.0000000 1119.9957815 - 176 23 12 1990 250.0000000 1234.5224261 1090.0000000 1180.5017516 - 177 24 12 1990 298.0000000 1322.1120406 1200.0000000 1285.9917905 - 178 25 12 1990 261.0000000 1483.8148024 1320.0000000 1457.0646905 - 179 26 12 1990 228.0000000 1693.0758632 1410.0000000 1627.9537274 - 180 27 12 1990 409.0000000 1859.3932411 1510.0000000 1784.3575730 - 181 28 12 1990 486.0000000 2036.5419899 1680.0000000 1962.4635747 - 182 29 12 1990 440.0000000 2408.4592342 1970.0000000 2348.9974999 - 183 30 12 1990 486.0000000 2778.1639397 2190.0000000 2688.8878677 - 184 31 12 1990 774.0000000 3111.3123826 2440.0000000 3031.7359444 - 185 1 1 1991 889.0000000 3606.9731045 2950.0000000 3560.0033857 - 186 2 1 1991 863.0000000 4040.4048058 3300.0000000 3935.4079711 - 187 3 1 1991 875.0000000 4353.2096643 3520.0000000 4152.8420983 - 188 4 1 1991 932.0000000 4452.4099464 3700.0000000 4263.1381259 - 189 5 1 1991 826.0000000 4455.9095634 3710.0000000 4236.6626298 - 190 6 1 1991 731.0000000 4338.7892366 3620.0000000 4114.1116613 - 191 7 1 1991 613.0000000 4132.7958336 3430.0000000 3923.1246908 - 192 8 1 1991 610.0000000 3885.2040097 3180.0000000 3653.2214839 - 193 9 1 1991 686.0000000 3725.4938344 3130.0000000 3551.5202060 - 194 10 1 1991 556.0000000 3805.0556522 3200.0000000 3633.1951191 - 195 11 1 1991 669.0000000 3766.5511256 3080.0000000 3536.1709654 - 196 12 1 1991 828.0000000 3644.9074639 3010.0000000 3436.9704082 - 197 13 1 1991 735.0000000 3454.2954659 2930.0000000 3280.3714154 - 198 14 1 1991 513.0000000 3300.2103749 2870.0000000 3160.5856879 - 199 15 1 1991 411.0000000 3083.7010195 2700.0000000 2942.3753538 - 200 16 1 1991 345.0000000 2849.3605477 2520.0000000 2725.0572740 - 201 17 1 1991 293.0000000 2605.2844511 2310.0000000 2488.7827072 - 202 18 1 1991 251.0000000 2397.3893403 2140.0000000 2299.9754923 - 203 19 1 1991 222.0000000 2245.5854995 2020.0000000 2166.1153067 - 204 20 1 1991 215.0000000 2118.7884660 1910.0000000 2046.8867553 - 205 21 1 1991 213.0000000 1987.8831654 1780.0000000 1914.3204197 - 206 22 1 1991 202.0000000 1889.0660798 1690.0000000 1822.1567602 - 207 23 1 1991 200.0000000 1813.7277719 1630.0000000 1756.3805884 - 208 24 1 1991 192.0000000 1744.7677959 1570.0000000 1690.4693244 - 209 25 1 1991 176.0000000 1645.7388240 1470.0000000 1585.1546510 - 210 26 1 1991 164.0000000 1569.3946391 1410.0000000 1520.3990709 - 211 27 1 1991 157.0000000 1518.2793600 1370.0000000 1476.1264245 - 212 28 1 1991 134.0000000 1464.7043456 1320.0000000 1422.2727669 - 213 29 1 1991 130.0000000 1409.4372262 1270.0000000 1368.7838226 - 214 30 1 1991 119.0000000 1370.1153124 1240.0000000 1335.6133476 - 215 31 1 1991 107.0000000 1351.2433478 1230.0000000 1322.7218000 - 216 1 2 1991 112.0000000 1321.9062927 1200.0000000 1290.0752524 - 217 2 2 1991 109.0000000 1280.6291478 1160.0000000 1247.6445010 - 218 3 2 1991 101.0000000 1245.0849780 1130.0000000 1215.4043302 - 219 4 2 1991 98.0000000 1219.8085372 1110.0000000 1193.3329043 - 220 5 2 1991 84.0000000 1197.0540799 1090.0000000 1171.4112617 - 221 6 2 1991 93.0000000 1174.5093085 1070.0000000 1149.6228931 - 222 7 2 1991 80.0000000 1144.4360915 1040.0000000 1117.9533878 - 223 8 2 1991 73.0000000 1112.2433072 1010.0000000 1086.3901367 - 224 9 2 1991 89.0000000 1111.0570788 1020.0000000 1094.9220814 - 225 10 2 1991 84.0000000 1119.1443778 1030.0000000 1103.5395025 - 226 11 2 1991 78.0000000 1127.3501268 1040.0000000 1112.2338391 - 227 12 2 1991 79.0000000 1127.9475527 1040.0000000 1110.9975359 - 228 13 2 1991 77.0000000 1103.2113175 1010.0000000 1079.8239116 - 229 14 2 1991 80.0000000 1080.9629523 992.0000000 1060.7070473 - 230 15 2 1991 72.0000000 1063.0778381 976.0000000 1043.6416900 - 231 16 2 1991 78.0000000 1070.3105854 989.0000000 1056.6932906 - 232 17 2 1991 74.0000000 1081.3517843 1000.0000000 1067.0442228 - 233 18 2 1991 77.0000000 1078.3256989 995.0000000 1061.0023661 - 234 19 2 1991 73.0000000 1074.5252326 978.0000000 1055.6363513 - 235 20 2 1991 69.0000000 1066.6444801 952.0000000 1040.5689410 - 236 21 2 1991 74.0000000 1096.2292847 959.0000000 1071.4422663 - 237 22 2 1991 81.0000000 1110.6668423 959.0000000 1078.8471383 - 238 23 2 1991 110.0000000 1122.2139264 979.0000000 1098.0612779 - 239 24 2 1991 180.0000000 1154.5018586 1020.0000000 1136.4910765 - 240 25 2 1991 213.0000000 1192.1406249 1060.0000000 1175.5546844 - 241 26 2 1991 222.0000000 1236.6178660 1110.0000000 1224.2018864 - 242 27 2 1991 208.0000000 1294.4221983 1170.0000000 1284.0574266 - 243 28 2 1991 211.0000000 1349.0050126 1230.0000000 1337.7267652 - 244 1 3 1991 214.0000000 1364.9939326 1240.0000000 1342.6144867 - 245 2 3 1991 208.0000000 1367.5919744 1230.0000000 1337.9591309 - 246 3 3 1991 221.0000000 1387.5150391 1260.0000000 1366.0354175 - 247 4 3 1991 281.0000000 1408.7640033 1290.0000000 1390.0982789 - 248 5 3 1991 219.0000000 1425.5808826 1310.0000000 1406.0846872 - 249 6 3 1991 190.0000000 1463.8649467 1360.0000000 1452.4570037 - 250 7 3 1991 173.0000000 1455.4899726 1340.0000000 1429.1668231 - 251 8 3 1991 164.0000000 1424.0354060 1310.0000000 1396.6079985 - 252 9 3 1991 142.0000000 1399.4159631 1290.0000000 1375.4621285 - 253 10 3 1991 133.0000000 1402.2020672 1300.0000000 1385.6636403 - 254 11 3 1991 133.0000000 1409.1697860 1310.0000000 1392.9576573 - 255 12 3 1991 118.0000000 1439.0678654 1350.0000000 1430.3028171 - 256 13 3 1991 127.0000000 1437.5556331 1340.0000000 1418.0322979 - 257 14 3 1991 113.0000000 1417.1431273 1320.0000000 1395.9394470 - 258 15 3 1991 107.0000000 1394.6563831 1300.0000000 1374.0044130 - 259 16 3 1991 100.0000000 1372.3572445 1280.0000000 1352.2099187 - 260 17 3 1991 100.0000000 1327.0812120 1230.0000000 1300.5408674 - 261 18 3 1991 95.0000000 1275.1115984 1180.0000000 1248.9840334 - 262 19 3 1991 98.0000000 1303.8497587 1160.0000000 1267.8781104 - 263 20 3 1991 119.0000000 1324.3175439 1180.0000000 1283.8041357 - 264 21 3 1991 159.0000000 1405.8764736 1260.0000000 1379.0746468 - 265 22 3 1991 196.0000000 1555.3460213 1410.0000000 1537.6064290 - 266 23 3 1991 242.0000000 1665.8987479 1530.0000000 1648.2417639 - 267 24 3 1991 216.0000000 1811.2231964 1700.0000000 1809.9361717 - 268 25 3 1991 180.0000000 1941.1128438 1830.0000000 1934.3388455 - 269 26 3 1991 145.0000000 1878.4857721 1720.0000000 1820.0785182 - 270 27 3 1991 127.0000000 1755.5730590 1600.0000000 1696.9625945 - 271 28 3 1991 117.0000000 1659.6638523 1520.0000000 1612.3783183 - 272 29 3 1991 109.0000000 1620.3647670 1500.0000000 1588.7080787 - 273 30 3 1991 106.0000000 1603.0732580 1490.0000000 1575.3942806 - 274 31 3 1991 99.0000000 1557.7126288 1440.0000000 1522.3915588 - 275 1 4 1991 96.0000000 1495.9351841 1380.0000000 1459.6611647 - 276 2 4 1991 88.0000000 1439.9707489 1330.0000000 1407.1698807 - 277 3 4 1991 87.0000000 1394.3424592 1290.0000000 1364.8891334 - 278 4 4 1991 82.0000000 1367.1590943 1270.0000000 1343.1122986 - 279 5 4 1991 84.0000000 1322.0854933 1220.0000000 1291.6908766 - 280 6 4 1991 67.0000000 1277.0761514 1180.0000000 1249.7322010 - 281 7 4 1991 89.0000000 1273.3258376 1190.0000000 1258.0906130 - 282 8 4 1991 75.0000000 1304.4658674 1230.0000000 1296.6868437 - 283 9 4 1991 79.0000000 1311.6254841 1230.0000000 1295.2822898 - 284 10 4 1991 70.0000000 1309.6634110 1230.0000000 1293.8900209 - 285 11 4 1991 69.0000000 1300.1079644 1220.0000000 1282.5774291 - 286 12 4 1991 69.0000000 1280.6771922 1200.0000000 1261.3448020 - 287 13 4 1991 56.0000000 1235.9299704 1150.0000000 1210.1870577 - 288 14 4 1991 63.0000000 1192.1555836 1110.0000000 1169.1085018 - 289 15 4 1991 58.0000000 1158.4585733 1080.0000000 1138.0689068 - 290 16 4 1991 56.0000000 1134.8381833 1060.0000000 1117.0841202 - 291 17 4 1991 54.0000000 1105.8630309 1030.0000000 1086.1476647 - 292 18 4 1991 57.0000000 1090.1221919 1020.0000000 1075.2629970 - 293 19 4 1991 53.0000000 1072.4942329 1000.0000000 1055.6840481 - 294 20 4 1991 53.0000000 1098.5764785 1040.0000000 1095.7131512 - 295 21 4 1991 65.0000000 1114.3266099 1050.0000000 1104.2776500 - 296 22 4 1991 69.0000000 1079.9231518 1000.0000000 1055.3088359 - 297 23 4 1991 61.0000000 1077.9943387 1010.0000000 1066.1061618 - 298 24 4 1991 56.0000000 1092.3803206 1030.0000000 1084.0791821 - 299 25 4 1991 56.0000000 1110.8081641 1050.0000000 1103.1276798 - 300 26 4 1991 53.0000000 1091.0760123 1020.0000000 1072.2830479 - 301 27 4 1991 49.0000000 1083.1400278 1020.0000000 1071.4806178 - 302 28 4 1991 53.0000000 1074.4638697 1010.0000000 1060.7914968 - 303 29 4 1991 48.0000000 1053.7924312 982.0000000 1033.7441455 - 304 30 4 1991 57.0000000 1093.5158220 983.0000000 1074.0312289 - 305 1 5 1991 69.0000000 1172.1286686 1090.0000000 1168.1355640 - 306 2 5 1991 89.0000000 1212.7806173 1140.0000000 1206.7636071 - 307 3 5 1991 105.0000000 1259.2085786 1190.0000000 1254.2385360 - 308 4 5 1991 79.0000000 1329.8734653 1270.0000000 1332.5453820 - 309 5 5 1991 69.0000000 1338.4747176 1260.0000000 1321.3640814 - 310 6 5 1991 71.0000000 1326.6553596 1250.0000000 1309.9262672 - 311 7 5 1991 60.0000000 1291.2083975 1210.0000000 1268.2129119 - 312 8 5 1991 64.0000000 1272.4161955 1200.0000000 1256.7925907 - 313 9 5 1991 59.0000000 1260.6351544 1190.0000000 1245.4699012 - 314 10 5 1991 57.0000000 1213.0184752 1130.0000000 1188.2852810 - 315 11 5 1991 55.0000000 1170.3720558 1090.0000000 1148.5297573 - 316 12 5 1991 53.0000000 1150.0629960 1080.0000000 1136.0402435 - 317 13 5 1991 52.0000000 1331.0240637 1320.0000000 1374.4326460 - 318 14 5 1991 50.0000000 1848.1108888 1920.0000000 1974.5087070 - 319 15 5 1991 52.0000000 2090.2999549 2050.0000000 2110.7897742 - 320 16 5 1991 54.0000000 1943.1911076 1820.0000000 1878.8680534 - 321 17 5 1991 54.0000000 1808.5318549 1720.0000000 1775.1160271 - 322 18 5 1991 55.0000000 1791.9115303 1730.0000000 1783.8964199 - 323 19 5 1991 48.0000000 1792.8253866 1730.0000000 1782.7554660 - 324 20 5 1991 48.0000000 1783.8199402 1720.0000000 1771.6802381 - 325 21 5 1991 49.0000000 1764.8876427 1700.0000000 1750.6649473 - 326 22 5 1991 41.0000000 1689.7339818 1610.0000000 1659.7043808 - 327 23 5 1991 40.0000000 1606.3584962 1530.0000000 1578.7938372 - 328 24 5 1991 40.0000000 1540.7532392 1470.0000000 1517.9290723 - 329 25 5 1991 39.0000000 1479.7694647 1410.0000000 1457.1062513 - 330 26 5 1991 43.0000000 1426.5469081 1360.0000000 1406.3219054 - 331 27 5 1991 39.0000000 1383.3670394 1320.0000000 1365.5728948 - 332 28 5 1991 36.0000000 1327.0823600 1260.0000000 1304.8563744 - 333 29 5 1991 33.0000000 1304.8364108 1250.0000000 1294.1697648 - 334 30 5 1991 39.0000000 1286.3356244 1230.0000000 1273.5107250 - 335 31 5 1991 34.0000000 1273.2947686 1220.0000000 1262.8771290 - 336 1 6 1991 37.0000000 1247.1381427 1190.0000000 1232.2670446 - 337 2 6 1991 35.0000000 1216.4369615 1160.0000000 1201.6787146 - 338 3 6 1991 29.0000000 1185.7599453 1130.0000000 1171.1105397 - 339 4 6 1991 33.0000000 1170.5346700 1120.0000000 1160.5610632 - 340 5 6 1991 34.0000000 1191.3667311 1150.0000000 1190.7111397 - 341 6 6 1991 32.0000000 1255.7765108 1200.0000000 1247.6914233 - 342 7 6 1991 38.0000000 1314.6649814 1260.0000000 1313.1042278 - 343 8 6 1991 39.0000000 1372.1518091 1330.0000000 1375.1961077 - 344 9 6 1991 41.0000000 1434.0308151 1390.0000000 1439.3216309 - 345 10 6 1991 44.0000000 1451.8565776 1380.0000000 1429.6370778 - 346 11 6 1991 48.0000000 1496.7145248 1460.0000000 1502.7509651 - 347 12 6 1991 42.0000000 1542.8304254 1500.0000000 1541.8743272 - 348 13 6 1991 37.0000000 1558.7218002 1510.0000000 1551.1195682 - 349 14 6 1991 39.0000000 1537.3826540 1480.0000000 1520.4196575 - 350 15 6 1991 35.0000000 1506.9966556 1450.0000000 1490.9183129 - 351 16 6 1991 31.0000000 1495.5059653 1440.0000000 1485.2624051 - 352 17 6 1991 33.0000000 1473.4703122 1410.0000000 1457.7209522 - 353 18 6 1991 31.0000000 1594.7385249 1580.0000000 1624.5115158 - 354 19 6 1991 28.0000000 2000.9074323 2060.0000000 2101.9635643 - 355 20 6 1991 60.0000000 2519.0113157 2540.0000000 2610.5037998 - 356 21 6 1991 48.0000000 2698.8999538 2650.0000000 2702.4909715 - 357 22 6 1991 54.0000000 2633.7979857 2550.0000000 2598.9097292 - 358 23 6 1991 63.0000000 2555.4913129 2470.0000000 2519.8770682 - 359 24 6 1991 41.0000000 2492.1498982 2420.0000000 2465.7319325 - 360 25 6 1991 42.0000000 2414.6790623 2340.0000000 2384.4455881 - 361 26 6 1991 43.0000000 2348.7335557 2280.0000000 2323.6894098 - 362 27 6 1991 38.0000000 2260.6401336 2170.0000000 2218.1729706 - 363 28 6 1991 38.0000000 2210.6743709 2140.0000000 2189.3662190 - 364 29 6 1991 35.0000000 2212.1916259 2160.0000000 2204.7359532 - 365 30 6 1991 41.0000000 2252.8686805 2210.0000000 2252.9146705 diff --git a/check/case_05/output_save/b2_discharge.nc b/check/case_05/output_save/b2_discharge.nc old mode 100755 new mode 100644 index 2b624eb03177c74b8d36626ae2ba8abaf1e95d75..5b701353d6a6437d8f6ee5c9ff64cb544828a1f6 Binary files a/check/case_05/output_save/b2_discharge.nc and b/check/case_05/output_save/b2_discharge.nc differ diff --git a/check/case_05/output_save/b2_mHM_Fluxes_States.nc b/check/case_05/output_save/b2_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 49192fac86f32b2e719803f76de23b7f349df4cd..eaba4d4d7ae73f205cc31e4a9fae6a090b6fd0b5 Binary files a/check/case_05/output_save/b2_mHM_Fluxes_States.nc and b/check/case_05/output_save/b2_mHM_Fluxes_States.nc differ diff --git a/check/case_05/output_save/b2_mHM_restart_002.nc b/check/case_05/output_save/b2_mHM_restart_002.nc old mode 100755 new mode 100644 index 708d866b70840da92b659878226ef7ba6321a853..b86dfeeeec17b83bc787959c971d451cd6c50bc8 Binary files a/check/case_05/output_save/b2_mHM_restart_002.nc and b/check/case_05/output_save/b2_mHM_restart_002.nc differ diff --git a/check/case_05/output_save/b2_mRM_restart_002.nc b/check/case_05/output_save/b2_mRM_restart_002.nc old mode 100755 new mode 100644 index 9a8b4faa191efc9732f28a0980b616895462f4b2..3dd8a893127affb30083ac8a032738868052d071 Binary files a/check/case_05/output_save/b2_mRM_restart_002.nc and b/check/case_05/output_save/b2_mRM_restart_002.nc differ diff --git a/check/case_05/output_save/b3_daily_discharge.out b/check/case_05/output_save/b3_daily_discharge.out deleted file mode 100755 index aea2b659f62da1626cd5b1c94b932d4b2d659dac..0000000000000000000000000000000000000000 --- a/check/case_05/output_save/b3_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 Qobs_0000000333 Qsim_0000000333 - 1 1 7 1990 79.0000000 87.6036248 1740.0000000 61.8707072 - 2 2 7 1990 92.0000000 74.4602037 1870.0000000 56.3555616 - 3 3 7 1990 72.0000000 81.7542637 2030.0000000 69.3314225 - 4 4 7 1990 58.0000000 97.5991400 2050.0000000 80.5984325 - 5 5 7 1990 69.0000000 125.5432774 2040.0000000 96.3063134 - 6 6 7 1990 94.0000000 108.7324283 2130.0000000 81.7822949 - 7 7 7 1990 199.0000000 106.9278052 2240.0000000 86.3162625 - 8 8 7 1990 133.0000000 104.9765798 2330.0000000 80.8566304 - 9 9 7 1990 124.0000000 90.9316552 2400.0000000 72.2782845 - 10 10 7 1990 123.0000000 85.5155908 2360.0000000 68.0876190 - 11 11 7 1990 99.0000000 81.1277464 2270.0000000 64.8039191 - 12 12 7 1990 88.0000000 77.3413372 2290.0000000 61.9162609 - 13 13 7 1990 84.0000000 73.9301510 2200.0000000 59.3069389 - 14 14 7 1990 72.0000000 70.8475429 2110.0000000 56.9420940 - 15 15 7 1990 55.0000000 68.0535277 2010.0000000 54.7925693 - 16 16 7 1990 65.0000000 65.5136611 1910.0000000 52.8331747 - 17 17 7 1990 50.0000000 63.1981762 1820.0000000 51.0420791 - 18 18 7 1990 50.0000000 61.0812712 1740.0000000 49.4003065 - 19 19 7 1990 46.0000000 59.1405165 1690.0000000 47.8913168 - 20 20 7 1990 44.0000000 57.3563615 1630.0000000 46.5006548 - 21 21 7 1990 42.0000000 55.7117206 1580.0000000 45.2156556 - 22 22 7 1990 37.0000000 54.1916263 1490.0000000 44.0251962 - 23 23 7 1990 38.0000000 52.7829359 1440.0000000 42.9194860 - 24 24 7 1990 44.0000000 51.4740838 1410.0000000 41.8898886 - 25 25 7 1990 30.0000000 50.2548703 1370.0000000 40.9287699 - 26 26 7 1990 26.0000000 49.1162828 1320.0000000 40.0293689 - 27 27 7 1990 31.0000000 48.0503424 1270.0000000 39.1856867 - 28 28 7 1990 33.0000000 51.3625347 1240.0000000 38.8250182 - 29 29 7 1990 42.0000000 47.9369094 1200.0000000 37.7798583 - 30 30 7 1990 36.0000000 45.7352705 1160.0000000 37.0633818 - 31 31 7 1990 34.0000000 44.8543079 1160.0000000 36.3843563 - 32 1 8 1990 25.0000000 44.0219036 1260.0000000 35.7406483 - 33 2 8 1990 22.0000000 43.2335896 1250.0000000 35.1291057 - 34 3 8 1990 28.0000000 42.4853747 1180.0000000 34.5469042 - 35 4 8 1990 25.0000000 41.7736890 1130.0000000 33.9915096 - 36 5 8 1990 19.0000000 41.1851537 1090.0000000 33.5615687 - 37 6 8 1990 22.0000000 40.4784107 1050.0000000 32.9782723 - 38 7 8 1990 19.0000000 39.8537574 1050.0000000 32.4905156 - 39 8 8 1990 22.0000000 39.2579535 1050.0000000 32.0204023 - 40 9 8 1990 19.0000000 38.6857402 1040.0000000 31.5678671 - 41 10 8 1990 20.0000000 38.1352286 1040.0000000 31.1315447 - 42 11 8 1990 19.0000000 37.6047141 1000.0000000 30.7102002 - 43 12 8 1990 19.0000000 37.0926567 993.0000000 30.3027155 - 44 13 8 1990 22.0000000 43.9901435 963.0000000 36.5337986 - 45 14 8 1990 36.0000000 63.4483472 956.0000000 52.1937698 - 46 15 8 1990 31.0000000 54.1441417 988.0000000 36.0967875 - 47 16 8 1990 30.0000000 50.0832620 1040.0000000 38.8716559 - 48 17 8 1990 28.0000000 44.8354350 1070.0000000 33.9576782 - 49 18 8 1990 34.0000000 38.0373285 1070.0000000 30.6962362 - 50 19 8 1990 21.0000000 37.3536332 1030.0000000 30.1779108 - 51 20 8 1990 30.0000000 36.7061215 1020.0000000 29.6850121 - 52 21 8 1990 22.0000000 36.0912454 1010.0000000 29.2152042 - 53 22 8 1990 21.0000000 35.5059935 1020.0000000 28.7664084 - 54 23 8 1990 23.0000000 34.9476849 969.0000000 28.3367708 - 55 24 8 1990 20.0000000 34.4139288 935.0000000 27.9246359 - 56 25 8 1990 29.0000000 33.9137961 924.0000000 27.5357884 - 57 26 8 1990 20.0000000 34.5077453 930.0000000 28.4302653 - 58 27 8 1990 22.0000000 35.3741374 924.0000000 29.1517377 - 59 28 8 1990 23.0000000 33.3266227 951.0000000 27.1649651 - 60 29 8 1990 35.0000000 32.3369050 954.0000000 26.3553766 - 61 30 8 1990 51.0000000 122.1188171 947.0000000 93.2295095 - 62 31 8 1990 80.0000000 115.8229364 958.0000000 56.3736330 - 63 1 9 1990 56.0000000 55.3527299 995.0000000 36.3690120 - 64 2 9 1990 33.0000000 46.7588673 1040.0000000 33.7716895 - 65 3 9 1990 27.0000000 45.1725840 1070.0000000 33.0445171 - 66 4 9 1990 27.0000000 48.1158824 1050.0000000 37.9792605 - 67 5 9 1990 28.0000000 47.0417869 1040.0000000 34.9077387 - 68 6 9 1990 26.0000000 42.4361821 1010.0000000 32.1153615 - 69 7 9 1990 24.0000000 48.3687108 991.0000000 34.4569615 - 70 8 9 1990 33.0000000 44.3358962 1010.0000000 32.3411800 - 71 9 9 1990 26.0000000 40.1009179 1010.0000000 30.2507251 - 72 10 9 1990 27.0000000 38.9007763 1020.0000000 29.4980256 - 73 11 9 1990 22.0000000 37.7970233 1040.0000000 28.7986648 - 74 12 9 1990 22.0000000 36.7783946 998.0000000 28.1469207 - 75 13 9 1990 21.0000000 35.8357171 950.0000000 27.5379470 - 76 14 9 1990 22.0000000 34.9608463 910.0000000 26.9673927 - 77 15 9 1990 22.0000000 34.1466331 863.0000000 26.4314165 - 78 16 9 1990 22.0000000 33.3867895 847.0000000 25.9266204 - 79 17 9 1990 20.0000000 32.6757737 830.0000000 25.4499935 - 80 18 9 1990 22.0000000 32.0086922 854.0000000 24.9988629 - 81 19 9 1990 16.0000000 31.3812157 831.0000000 24.5708519 - 82 20 9 1990 22.0000000 30.7895076 799.0000000 24.1638439 - 83 21 9 1990 19.0000000 41.1301744 790.0000000 32.4836813 - 84 22 9 1990 32.0000000 106.6138724 805.0000000 81.6009825 - 85 23 9 1990 27.0000000 87.8234992 913.0000000 61.9748823 - 86 24 9 1990 45.0000000 64.0562276 998.0000000 43.7203683 - 87 25 9 1990 42.0000000 49.6252724 1150.0000000 36.7435016 - 88 26 9 1990 39.0000000 45.6360438 1390.0000000 34.9888117 - 89 27 9 1990 30.0000000 43.7944161 1420.0000000 33.7125441 - 90 28 9 1990 28.0000000 42.1219152 1290.0000000 32.5475947 - 91 29 9 1990 30.0000000 40.6069255 1180.0000000 31.4813418 - 92 30 9 1990 30.0000000 93.4536467 1110.0000000 86.8617163 - 93 1 10 1990 56.0000000 137.0800814 1130.0000000 111.8975892 - 94 2 10 1990 72.0000000 104.0452903 1110.0000000 77.1060122 - 95 3 10 1990 73.0000000 101.2639300 1290.0000000 80.4939103 - 96 4 10 1990 68.0000000 95.4816264 1440.0000000 73.5927250 - 97 5 10 1990 53.0000000 81.8904127 1360.0000000 65.7917805 - 98 6 10 1990 42.0000000 75.4454922 1320.0000000 60.7397804 - 99 7 10 1990 33.0000000 70.9436663 1390.0000000 57.2730361 - 100 8 10 1990 42.0000000 67.0611757 1300.0000000 54.2717991 - 101 9 10 1990 34.0000000 63.4755018 1190.0000000 51.4616235 - 102 10 10 1990 36.0000000 60.2843091 1120.0000000 48.9694067 - 103 11 10 1990 36.0000000 57.4131136 1110.0000000 46.7231693 - 104 12 10 1990 28.0000000 54.8224040 1070.0000000 44.6928132 - 105 13 10 1990 32.0000000 52.4782209 1020.0000000 42.8524323 - 106 14 10 1990 27.0000000 50.3512694 992.0000000 41.1796560 - 107 15 10 1990 35.0000000 49.0227762 947.0000000 40.6352104 - 108 16 10 1990 42.0000000 49.8361161 906.0000000 41.0877973 - 109 17 10 1990 35.0000000 59.6221959 881.0000000 54.3357021 - 110 18 10 1990 39.0000000 58.3517148 880.0000000 46.7064433 - 111 19 10 1990 34.0000000 49.1055916 872.0000000 41.0204429 - 112 20 10 1990 32.0000000 47.2665274 869.0000000 39.5016750 - 113 21 10 1990 34.0000000 45.5952972 855.0000000 38.1186776 - 114 22 10 1990 27.0000000 44.0649434 825.0000000 36.8517820 - 115 23 10 1990 31.0000000 42.6599102 805.0000000 35.6881953 - 116 24 10 1990 28.0000000 41.3666015 813.0000000 34.6167232 - 117 25 10 1990 25.0000000 41.7825131 803.0000000 35.0621213 - 118 26 10 1990 29.0000000 59.9943895 789.0000000 48.4935094 - 119 27 10 1990 31.0000000 67.7550707 781.0000000 43.1620042 - 120 28 10 1990 65.0000000 196.6060444 786.0000000 128.4620399 - 121 29 10 1990 69.0000000 210.4997798 891.0000000 136.5332780 - 122 30 10 1990 157.0000000 176.6118595 1010.0000000 119.8991368 - 123 31 10 1990 190.0000000 153.5600572 1180.0000000 109.5995777 - 124 1 11 1990 115.0000000 154.4043812 1510.0000000 111.7843171 - 125 2 11 1990 104.0000000 164.0241305 1640.0000000 126.3734630 - 126 3 11 1990 100.0000000 173.1744653 1750.0000000 136.2963993 - 127 4 11 1990 131.0000000 169.6342484 1700.0000000 137.5068616 - 128 5 11 1990 130.0000000 162.8341181 1670.0000000 128.1304656 - 129 6 11 1990 115.0000000 143.0366889 1680.0000000 112.0897042 - 130 7 11 1990 102.0000000 125.6518762 1720.0000000 97.7226970 - 131 8 11 1990 95.0000000 111.0204802 1680.0000000 85.6476344 - 132 9 11 1990 81.0000000 99.3479507 1550.0000000 76.7978812 - 133 10 11 1990 66.0000000 105.5589083 1430.0000000 82.5360777 - 134 11 11 1990 67.0000000 138.8929323 1320.0000000 114.1721411 - 135 12 11 1990 74.0000000 151.6944077 1260.0000000 119.6933046 - 136 13 11 1990 109.0000000 142.7490155 1310.0000000 110.4447937 - 137 14 11 1990 92.0000000 166.9970094 1610.0000000 137.1025451 - 138 15 11 1990 92.0000000 180.5291605 1710.0000000 147.7608497 - 139 16 11 1990 155.0000000 168.9127226 1690.0000000 137.1942594 - 140 17 11 1990 159.0000000 157.9535930 1850.0000000 130.0091676 - 141 18 11 1990 131.0000000 174.1941216 2070.0000000 142.6539950 - 142 19 11 1990 161.0000000 184.7199729 2090.0000000 151.9475353 - 143 20 11 1990 196.0000000 287.3728366 2220.0000000 250.9016377 - 144 21 11 1990 336.0000000 353.8219322 2560.0000000 285.6393475 - 145 22 11 1990 566.0000000 320.3448101 2870.0000000 279.6137079 - 146 23 11 1990 373.0000000 330.3721731 2940.0000000 283.5231989 - 147 24 11 1990 293.0000000 303.6872895 3000.0000000 258.1889849 - 148 25 11 1990 264.0000000 290.0712645 2970.0000000 241.8243643 - 149 26 11 1990 226.0000000 261.7285789 2710.0000000 213.8618341 - 150 27 11 1990 201.0000000 224.0143224 2390.0000000 182.5207336 - 151 28 11 1990 180.0000000 194.3802179 2210.0000000 156.8819462 - 152 29 11 1990 161.0000000 182.2464445 2060.0000000 147.0155147 - 153 30 11 1990 149.0000000 171.9083630 1940.0000000 134.7823077 - 154 1 12 1990 134.0000000 150.9960117 1820.0000000 119.2405794 - 155 2 12 1990 113.0000000 136.6273668 1720.0000000 108.1401450 - 156 3 12 1990 99.0000000 126.9027777 1620.0000000 101.2820498 - 157 4 12 1990 107.0000000 119.6538348 1530.0000000 95.8738187 - 158 5 12 1990 99.0000000 113.1877627 1480.0000000 91.0397142 - 159 6 12 1990 89.0000000 107.2739269 1450.0000000 86.6607578 - 160 7 12 1990 77.0000000 102.0086404 1390.0000000 82.7388645 - 161 8 12 1990 71.0000000 97.2864879 1330.0000000 79.2086005 - 162 9 12 1990 68.0000000 93.0378033 1270.0000000 76.0205127 - 163 10 12 1990 73.0000000 89.2030639 1210.0000000 73.1322665 - 164 11 12 1990 84.0000000 85.7312359 1180.0000000 70.5074949 - 165 12 12 1990 88.0000000 103.6727878 1190.0000000 78.2873067 - 166 13 12 1990 92.0000000 110.1540002 1220.0000000 78.4425600 - 167 14 12 1990 128.0000000 102.3717553 1200.0000000 75.1408715 - 168 15 12 1990 136.0000000 95.3128843 1190.0000000 71.8366196 - 169 16 12 1990 114.0000000 90.7616600 1180.0000000 69.0573017 - 170 17 12 1990 101.0000000 86.7740557 1120.0000000 66.5496346 - 171 18 12 1990 93.0000000 83.1932375 1070.0000000 64.2768600 - 172 19 12 1990 85.0000000 79.9661858 1060.0000000 62.2095908 - 173 20 12 1990 81.0000000 77.0477355 1040.0000000 60.3226326 - 174 21 12 1990 106.0000000 113.8234020 1040.0000000 73.4519460 - 175 22 12 1990 159.0000000 141.8942674 1040.0000000 79.9957815 - 176 23 12 1990 250.0000000 155.9490771 1090.0000000 90.5017516 - 177 24 12 1990 298.0000000 147.2506734 1200.0000000 85.9917905 - 178 25 12 1990 261.0000000 191.2387661 1320.0000000 137.0646905 - 179 26 12 1990 228.0000000 303.6438363 1410.0000000 217.9537274 - 180 27 12 1990 409.0000000 372.2465442 1510.0000000 274.3575730 - 181 28 12 1990 486.0000000 395.3926046 1680.0000000 282.4635747 - 182 29 12 1990 440.0000000 504.7338121 1970.0000000 378.9974999 - 183 30 12 1990 486.0000000 638.4412073 2190.0000000 498.8878677 - 184 31 12 1990 774.0000000 728.4456401 2440.0000000 591.7359444 - 185 1 1 1991 889.0000000 773.5249479 2950.0000000 610.0033857 - 186 2 1 1991 863.0000000 820.3913683 3300.0000000 635.4079711 - 187 3 1 1991 875.0000000 883.4869324 3520.0000000 632.8420983 - 188 4 1 1991 932.0000000 793.5458924 3700.0000000 563.1381259 - 189 5 1 1991 826.0000000 748.1948953 3710.0000000 526.6626298 - 190 6 1 1991 731.0000000 698.2212648 3620.0000000 494.1116613 - 191 7 1 1991 613.0000000 659.3745587 3430.0000000 493.1246908 - 192 8 1 1991 610.0000000 648.0707524 3180.0000000 473.2214839 - 193 9 1 1991 686.0000000 584.0671809 3130.0000000 421.5202060 - 194 10 1 1991 556.0000000 621.0529633 3200.0000000 433.1951191 - 195 11 1 1991 669.0000000 659.1271637 3080.0000000 456.1709654 - 196 12 1 1991 828.0000000 618.9101513 3010.0000000 426.9704082 - 197 13 1 1991 735.0000000 506.0128235 2930.0000000 350.3714154 - 198 14 1 1991 513.0000000 416.4983928 2870.0000000 290.5856879 - 199 15 1 1991 411.0000000 344.8504052 2700.0000000 242.3753538 - 200 16 1 1991 345.0000000 288.2246021 2520.0000000 205.0572740 - 201 17 1 1991 293.0000000 247.2925148 2310.0000000 178.7827072 - 202 18 1 1991 251.0000000 218.5387246 2140.0000000 159.9754923 - 203 19 1 1991 222.0000000 198.1615353 2020.0000000 146.1153067 - 204 20 1 1991 215.0000000 183.6498324 1910.0000000 136.8867553 - 205 21 1 1991 213.0000000 178.1738715 1780.0000000 134.3204197 - 206 22 1 1991 202.0000000 178.4981066 1690.0000000 132.1567602 - 207 23 1 1991 200.0000000 170.0157898 1630.0000000 126.3805884 - 208 24 1 1991 192.0000000 161.0558140 1570.0000000 120.4693244 - 209 25 1 1991 176.0000000 152.8855213 1470.0000000 115.1546510 - 210 26 1 1991 164.0000000 145.6826569 1410.0000000 110.3990709 - 211 27 1 1991 157.0000000 139.1380385 1370.0000000 106.1264245 - 212 28 1 1991 134.0000000 133.2776941 1320.0000000 102.2727669 - 213 29 1 1991 130.0000000 128.0105747 1270.0000000 98.7838226 - 214 30 1 1991 119.0000000 123.2593212 1240.0000000 95.6133476 - 215 31 1 1991 107.0000000 118.9580173 1230.0000000 92.7218000 - 216 1 2 1991 112.0000000 115.0503020 1200.0000000 90.0752524 - 217 2 2 1991 109.0000000 111.4878266 1160.0000000 87.6445010 - 218 3 2 1991 101.0000000 108.2289869 1130.0000000 85.4043302 - 219 4 2 1991 98.0000000 105.2378765 1110.0000000 83.3329043 - 220 5 2 1991 84.0000000 102.4834193 1090.0000000 81.4112617 - 221 6 2 1991 93.0000000 99.9386479 1070.0000000 79.6228931 - 222 7 2 1991 80.0000000 97.5801006 1040.0000000 77.9533878 - 223 8 2 1991 73.0000000 95.3873163 1010.0000000 76.3901367 - 224 9 2 1991 89.0000000 93.3424087 1020.0000000 74.9220814 - 225 10 2 1991 84.0000000 91.4297081 1030.0000000 73.5395025 - 226 11 2 1991 78.0000000 89.6354571 1040.0000000 72.2338391 - 227 12 2 1991 79.0000000 87.9475528 1040.0000000 70.9975359 - 228 13 2 1991 77.0000000 86.3553268 1010.0000000 69.8239116 - 229 14 2 1991 80.0000000 84.8493576 992.0000000 68.7070473 - 230 15 2 1991 72.0000000 83.4213096 976.0000000 67.6416900 - 231 16 2 1991 78.0000000 84.2815146 989.0000000 67.6932906 - 232 17 2 1991 74.0000000 83.8656477 1000.0000000 67.0442228 - 233 18 2 1991 77.0000000 82.1830339 995.0000000 66.0023661 - 234 19 2 1991 73.0000000 92.6401711 978.0000000 77.6363513 - 235 20 2 1991 69.0000000 108.7026213 952.0000000 88.5689410 - 236 21 2 1991 74.0000000 138.8290156 959.0000000 112.4422663 - 237 22 2 1991 81.0000000 151.6668423 959.0000000 119.8471383 - 238 23 2 1991 110.0000000 147.7845868 979.0000000 119.0612779 - 239 24 2 1991 180.0000000 143.8717127 1020.0000000 116.4910765 - 240 25 2 1991 213.0000000 141.2819461 1060.0000000 115.5546844 - 241 26 2 1991 222.0000000 138.0445175 1110.0000000 114.2018864 - 242 27 2 1991 208.0000000 138.1341800 1170.0000000 114.0574266 - 243 28 2 1991 211.0000000 132.7169945 1230.0000000 107.7267652 - 244 1 3 1991 214.0000000 127.2792634 1240.0000000 102.6144867 - 245 2 3 1991 208.0000000 135.3066443 1230.0000000 107.9591309 - 246 3 3 1991 221.0000000 134.3710297 1260.0000000 106.0354175 - 247 4 3 1991 281.0000000 125.6199943 1290.0000000 100.0982789 - 248 5 3 1991 219.0000000 120.1515433 1310.0000000 96.0846872 - 249 6 3 1991 190.0000000 115.2915980 1360.0000000 92.4570037 - 250 7 3 1991 173.0000000 110.9193126 1340.0000000 89.1668231 - 251 8 3 1991 164.0000000 107.1794152 1310.0000000 86.6079985 - 252 9 3 1991 142.0000000 104.8453024 1290.0000000 85.4621285 - 253 10 3 1991 133.0000000 104.4873972 1300.0000000 85.6636403 - 254 11 3 1991 133.0000000 101.4551163 1310.0000000 82.9576573 - 255 12 3 1991 118.0000000 98.2091864 1350.0000000 80.3028171 - 256 13 3 1991 127.0000000 95.2703033 1340.0000000 78.0322979 - 257 14 3 1991 113.0000000 92.5724667 1320.0000000 75.9394470 - 258 15 3 1991 107.0000000 90.0857225 1300.0000000 74.0044130 - 259 16 3 1991 100.0000000 87.7865839 1280.0000000 72.2099187 - 260 17 3 1991 100.0000000 85.6545607 1230.0000000 70.5408674 - 261 18 3 1991 95.0000000 83.6849468 1180.0000000 68.9840334 - 262 19 3 1991 98.0000000 139.2790978 1160.0000000 107.8781104 - 263 20 3 1991 119.0000000 148.8882042 1180.0000000 103.8041357 - 264 21 3 1991 159.0000000 164.1591155 1260.0000000 119.0746468 - 265 22 3 1991 196.0000000 179.6259754 1410.0000000 127.6064290 - 266 23 3 1991 242.0000000 163.3227120 1530.0000000 118.2417639 - 267 24 3 1991 216.0000000 150.0738112 1700.0000000 109.9361717 - 268 25 3 1991 180.0000000 140.8221383 1830.0000000 104.3388455 - 269 26 3 1991 145.0000000 133.3471410 1720.0000000 100.0785182 - 270 27 3 1991 127.0000000 128.1490954 1600.0000000 96.9625945 - 271 28 3 1991 117.0000000 121.3812094 1520.0000000 92.3783183 - 272 29 3 1991 109.0000000 115.7941058 1500.0000000 88.7080787 - 273 30 3 1991 106.0000000 110.7879276 1490.0000000 85.3942806 - 274 31 3 1991 99.0000000 106.2859776 1440.0000000 82.3915588 - 275 1 4 1991 96.0000000 102.2232023 1380.0000000 79.6611647 - 276 2 4 1991 88.0000000 98.5440972 1330.0000000 77.1698807 - 277 3 4 1991 87.0000000 95.2011379 1290.0000000 74.8891334 - 278 4 4 1991 82.0000000 92.5884334 1270.0000000 73.1122986 - 279 5 4 1991 84.0000000 90.6588420 1220.0000000 71.6908766 - 280 6 4 1991 67.0000000 87.9348300 1180.0000000 69.7322010 - 281 7 4 1991 89.0000000 85.6111674 1190.0000000 68.0906130 - 282 8 4 1991 75.0000000 83.6071883 1230.0000000 66.6868437 - 283 9 4 1991 79.0000000 81.6254845 1230.0000000 65.2822898 - 284 10 4 1991 70.0000000 79.6634110 1230.0000000 63.8900209 - 285 11 4 1991 69.0000000 77.8226342 1220.0000000 62.5774291 - 286 12 4 1991 69.0000000 76.1065317 1200.0000000 61.3448020 - 287 13 4 1991 56.0000000 74.5033191 1150.0000000 60.1870577 - 288 14 4 1991 63.0000000 73.0142623 1110.0000000 59.1085018 - 289 15 4 1991 58.0000000 71.6025823 1080.0000000 58.0689068 - 290 16 4 1991 56.0000000 70.2675226 1060.0000000 57.0841202 - 291 17 4 1991 54.0000000 69.0070400 1030.0000000 56.1476647 - 292 18 4 1991 57.0000000 67.8368614 1020.0000000 55.2629970 - 293 19 4 1991 53.0000000 67.9235723 1000.0000000 55.6840481 - 294 20 4 1991 53.0000000 67.7177992 1040.0000000 55.7131512 - 295 21 4 1991 65.0000000 66.6119405 1050.0000000 54.2776500 - 296 22 4 1991 69.0000000 68.4965008 1000.0000000 55.3088359 - 297 23 4 1991 61.0000000 70.2796685 1010.0000000 56.1061618 - 298 24 4 1991 56.0000000 66.9509811 1030.0000000 54.0791821 - 299 25 4 1991 56.0000000 65.3788247 1050.0000000 53.1276798 - 300 26 4 1991 53.0000000 64.2200218 1020.0000000 52.2830479 - 301 27 4 1991 49.0000000 63.1400275 1020.0000000 51.4806178 - 302 28 4 1991 53.0000000 62.1785395 1010.0000000 50.7914968 - 303 29 4 1991 48.0000000 65.3935065 982.0000000 51.7441455 - 304 30 4 1991 57.0000000 110.7443547 983.0000000 91.0312289 - 305 1 5 1991 69.0000000 106.5817019 1090.0000000 78.1355640 - 306 2 5 1991 89.0000000 84.2072694 1140.0000000 66.7636071 - 307 3 5 1991 105.0000000 80.6352302 1190.0000000 64.2385360 - 308 4 5 1991 79.0000000 78.1561075 1270.0000000 62.5453820 - 309 5 5 1991 69.0000000 76.1893882 1260.0000000 61.3640814 - 310 6 5 1991 71.0000000 74.3700293 1250.0000000 59.9262672 - 311 7 5 1991 60.0000000 72.0670766 1210.0000000 58.2129119 - 312 8 5 1991 64.0000000 70.1308649 1200.0000000 56.7925907 - 313 9 5 1991 59.0000000 68.3498241 1190.0000000 55.4699012 - 314 10 5 1991 57.0000000 69.3064938 1130.0000000 58.2852810 - 315 11 5 1991 55.0000000 71.2307344 1090.0000000 58.5297573 - 316 12 5 1991 53.0000000 67.7776654 1080.0000000 56.0402435 - 317 13 5 1991 52.0000000 65.8719888 1320.0000000 54.4326460 - 318 14 5 1991 50.0000000 65.2307041 1920.0000000 54.5087070 - 319 15 5 1991 52.0000000 70.0092535 2050.0000000 60.7897742 - 320 16 5 1991 54.0000000 70.6285138 1820.0000000 58.8680534 - 321 17 5 1991 54.0000000 65.6785505 1720.0000000 55.1160271 - 322 18 5 1991 55.0000000 64.1968596 1730.0000000 53.8964199 - 323 19 5 1991 48.0000000 62.8253867 1730.0000000 52.7554660 - 324 20 5 1991 48.0000000 61.5346100 1720.0000000 51.6802381 - 325 21 5 1991 49.0000000 60.3169821 1700.0000000 50.6649473 - 326 22 5 1991 41.0000000 59.1660097 1610.0000000 49.7043808 - 327 23 5 1991 40.0000000 58.0758536 1530.0000000 48.7938372 - 328 24 5 1991 40.0000000 57.0412571 1470.0000000 47.9290723 - 329 25 5 1991 39.0000000 56.0574828 1410.0000000 47.1062513 - 330 26 5 1991 43.0000000 55.1202564 1360.0000000 46.3219054 - 331 27 5 1991 39.0000000 54.2257180 1320.0000000 45.5728948 - 332 28 5 1991 36.0000000 53.3703783 1260.0000000 44.8563744 - 333 29 5 1991 33.0000000 52.5510800 1250.0000000 44.1697648 - 334 30 5 1991 39.0000000 51.7649638 1230.0000000 43.5107250 - 335 31 5 1991 34.0000000 51.0094382 1220.0000000 42.8771290 - 336 1 6 1991 37.0000000 50.2821520 1190.0000000 42.2670446 - 337 2 6 1991 35.0000000 49.5809706 1160.0000000 41.6787146 - 338 3 6 1991 29.0000000 48.9039543 1130.0000000 41.1105397 - 339 4 6 1991 33.0000000 48.2493395 1120.0000000 40.5610632 - 340 5 6 1991 34.0000000 48.2227217 1150.0000000 40.7111397 - 341 6 6 1991 32.0000000 67.2031622 1200.0000000 47.6914233 - 342 7 6 1991 38.0000000 68.3769632 1260.0000000 53.1042278 - 343 8 6 1991 39.0000000 58.1491212 1330.0000000 45.1961077 - 344 9 6 1991 41.0000000 57.7427971 1390.0000000 49.3216309 - 345 10 6 1991 44.0000000 69.5712480 1380.0000000 49.6370778 - 346 11 6 1991 48.0000000 54.9971665 1460.0000000 42.7509651 - 347 12 6 1991 42.0000000 51.9717470 1500.0000000 41.8743272 - 348 13 6 1991 37.0000000 51.0071308 1510.0000000 41.1195682 - 349 14 6 1991 39.0000000 50.5266634 1480.0000000 40.4196575 - 350 15 6 1991 35.0000000 50.1406647 1450.0000000 40.9183129 - 351 16 6 1991 31.0000000 53.2206347 1440.0000000 45.2624051 - 352 17 6 1991 33.0000000 56.6143215 1410.0000000 47.7209522 - 353 18 6 1991 31.0000000 53.5891383 1580.0000000 44.5115158 - 354 19 6 1991 28.0000000 50.6032843 2060.0000000 41.9635643 - 355 20 6 1991 60.0000000 88.7071707 2540.0000000 70.5037998 - 356 21 6 1991 48.0000000 74.0385908 2650.0000000 52.4909715 - 357 22 6 1991 54.0000000 60.9446846 2550.0000000 48.9097292 - 358 23 6 1991 63.0000000 67.2086702 2470.0000000 49.8770682 - 359 24 6 1991 41.0000000 60.7232463 2420.0000000 45.7319325 - 360 25 6 1991 42.0000000 56.3964201 2340.0000000 44.4455881 - 361 26 6 1991 43.0000000 55.0215736 2280.0000000 43.6894098 - 362 27 6 1991 38.0000000 65.5015007 2170.0000000 48.1729706 - 363 28 6 1991 38.0000000 63.8183792 2140.0000000 49.3662190 - 364 29 6 1991 35.0000000 56.7622861 2160.0000000 44.7359532 - 365 30 6 1991 41.0000000 54.2953317 2210.0000000 42.9146705 diff --git a/check/case_05/output_save/b3_discharge.nc b/check/case_05/output_save/b3_discharge.nc old mode 100755 new mode 100644 index c8d7ccb9e5426392f9ae431e63ad9632fd96ac95..4d16999b34530b2de2def8ac5daeabb80d772e4c Binary files a/check/case_05/output_save/b3_discharge.nc and b/check/case_05/output_save/b3_discharge.nc differ diff --git a/check/case_05/output_save/b3_mHM_Fluxes_States.nc b/check/case_05/output_save/b3_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index 49192fac86f32b2e719803f76de23b7f349df4cd..eaba4d4d7ae73f205cc31e4a9fae6a090b6fd0b5 Binary files a/check/case_05/output_save/b3_mHM_Fluxes_States.nc and b/check/case_05/output_save/b3_mHM_Fluxes_States.nc differ diff --git a/check/case_05/output_save/b3_mHM_restart_003.nc b/check/case_05/output_save/b3_mHM_restart_003.nc old mode 100755 new mode 100644 index 708d866b70840da92b659878226ef7ba6321a853..b86dfeeeec17b83bc787959c971d451cd6c50bc8 Binary files a/check/case_05/output_save/b3_mHM_restart_003.nc and b/check/case_05/output_save/b3_mHM_restart_003.nc differ diff --git a/check/case_05/output_save/b3_mRM_restart_003.nc b/check/case_05/output_save/b3_mRM_restart_003.nc old mode 100755 new mode 100644 index a4ea06684a000dddd837b9b8c9b193cfb9643b67..3c3af6a4833e01065f1bb4721436d6e1755e8f20 Binary files a/check/case_05/output_save/b3_mRM_restart_003.nc and b/check/case_05/output_save/b3_mRM_restart_003.nc differ diff --git a/check/case_05/simulation_mhm_case05.ini b/check/case_05/simulation_mhm_case05.ini deleted file mode 100755 index 468af421ccfe4d5de30f5b077124e3daf8d9c2be..0000000000000000000000000000000000000000 --- a/check/case_05/simulation_mhm_case05.ini +++ /dev/null @@ -1,53 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_05 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig__ndomains = 3 -nml__mainconfig__resolution_hydrology = [24000, 24000, 24000] -nml__mainconfig__l0domain = [1, 1, 1] -nml__mainconfig_mhm_mrm__dir_restartin = [../../test_domain/restart/, ../../test_domain/restart/, ../../test_domain/restart/] -nml__mainconfig_mhm_mrm__resolution_Routing = [24000, 24000, 24000] -nml__directories_general__dir_morpho = [../../test_domain/input/morph/, ../../test_domain/input/morph/, ../../test_domain/input/morph/] -nml__directories_general__dir_lcover = [../../test_domain/input/luse/, ../../test_domain/input/luse/, ../../test_domain/input/luse/] -nml__directories_general__dir_restartout = [output_b1/b1_, output_b1/b2_, output_b1/b3_] -nml__directories_general__dir_out = [output_b1/b1_, output_b1/b2_, output_b1/b3_] -nml__directories_general__file_latlon = [../../test_domain/input/latlon/latlon_1.nc, ../../test_domain/input/latlon/latlon_1.nc, ../../test_domain/input/latlon/latlon_1.nc] -nml__directories_mhm__dir_precipitation = [../../test_domain/input/meteo/pre/, ../../test_domain/input/meteo/pre/, ../../test_domain/input/meteo/pre/] -nml__directories_mhm__dir_temperature = [../../test_domain/input/meteo/tavg/, ../../test_domain/input/meteo/tavg/, ../../test_domain/input/meteo/tavg/] -nml__directories_mhm__dir_referenceet = [../../test_domain/input/meteo/pet/, ../../test_domain/input/meteo/pet/, ../../test_domain/input/meteo/pet/] -nml__directories_mhm__dir_mintemperature = [../../test_domain/input/meteo/, ../../test_domain/input/meteo/, ../../test_domain/input/meteo/] -nml__directories_mhm__dir_maxtemperature = [../../test_domain/input/meteo/, ../../test_domain/input/meteo/, ../../test_domain/input/meteo/] -nml__directories_mhm__dir_netradiation = [../../test_domain/input/meteo/, ../../test_domain/input/meteo/, ../../test_domain/input/meteo/] -nml__directories_mhm__dir_absvappressure = [../../test_domain/input/meteo/, ../../test_domain/input/meteo/, ../../test_domain/input/meteo/] -nml__directories_mhm__dir_windspeed = [../../test_domain/input/meteo/, ../../test_domain/input/meteo/, ../../test_domain/input/meteo/] -nml__directories_mhm__time_step_model_inputs = [0, 0, 0] -nml__directories_mrm__dir_gauges = [../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain/input/gauge/] -nml__directories_mrm__dir_total_runoff = [../../test_domain/input/gauge/, ../../test_domain/input/gauge/, ../../test_domain/input/gauge/] -nml__time_periods__warming_days = [181, 181, 181] -nml__time_periods__eval_per(1) = {ystart: 1990, mstart: 7, dstart: 1, yend: 1991, mend: 6, dend: 30} -nml__time_periods__eval_per(2) = {ystart: 1990, mstart: 7, dstart: 1, yend: 1991, mend: 6, dend: 30} -nml__time_periods__eval_per(3) = {ystart: 1990, mstart: 7, dstart: 1, yend: 1991, mend: 6, dend: 30} -nml__lai_data_information__timestep_lai_input = -2 -nml__directories_mpr__dir_gridded_lai = [../../test_domain/input/lai/, ../../test_domain/input/lai/, ../../test_domain/input/lai/] -nml__evaluation_gauges__ngaugestotal = 6 -nml__evaluation_gauges__nogauges_domain = [2, 2, 2] -nml__evaluation_gauges__gauge_id = [398, 333], [398, 333], [398, 333] -nml__evaluation_gauges__gauge_filename = [00398.txt, 00333.txt], [00398.txt, 00333.txt], [00398.txt, 00333.txt] -nml__inflow_gauges__ninflowgaugestotal = 2 -nml__inflow_gauges__noinflowgauges_domain = [1, 1, 0] -nml__inflow_gauges__inflowgauge_id = [333], [333] -nml__inflow_gauges__inflowgauge_filename = [00333.txt], [00333.txt] -nml__inflow_gauges__inflowgauge_headwater = [False], [True] - -mhm_outputs__nloutputresults__timestep_model_outputs = 336 diff --git a/check/case_06/mhm.nml b/check/case_06/mhm.nml index c670fc94214e62e760a04dc73b18d77973bd4c5c..1351f874e6a1229ce9de1bc5966248ef59d1d45c 100755 --- a/check/case_06/mhm.nml +++ b/check/case_06/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_06/mhm_parameter.nml b/check/case_06/mhm_parameter.nml deleted file mode 100755 index 0c7fabc0ec72359d3f6350e94eb6f00ac82ab701..0000000000000000000000000000000000000000 --- a/check/case_06/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_06/mhm_parameter.nml b/check/case_06/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_06/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_06/output_save/ConfigFile.log b/check/case_06/output_save/ConfigFile.log deleted file mode 100755 index 7cf474e73c09aafd3d2867626e5e9e4da05678e4..0000000000000000000000000000000000000000 --- a/check/case_06/output_save/ConfigFile.log +++ /dev/null @@ -1,247 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_06/output_save/FinalParam.out b/check/case_06/output_save/FinalParam.out deleted file mode 100755 index 319dd14b139abdd82921b0d6bc94eb4fd2fb1d30..0000000000000000000000000000000000000000 --- a/check/case_06/output_save/FinalParam.out +++ /dev/null @@ -1,2 +0,0 @@ - OF canopyInterceptionFactor snowTreshholdTemperature degreeDayFactor_forest degreeDayFactor_impervious degreeDayFactor_pervious increaseDegreeDayFactorByPrecip maxDegreeDayFactor_forest maxDegreeDayFactor_impervious maxDegreeDayFactor_pervious orgMatterContent_forest orgMatterContent_impervious orgMatterContent_pervious PTF_lower66_5_constant PTF_lower66_5_clay PTF_lower66_5_Db PTF_higher66_5_constant PTF_higher66_5_clay PTF_higher66_5_Db PTF_Ks_constant PTF_Ks_sand PTF_Ks_clay PTF_Ks_curveSlope rootFractionCoefficient_forest rootFractionCoefficient_impervious rootFractionCoefficient_pervious infiltrationShapeFactor imperviousStorageCapacity minCorrectionFactorPET maxCorrectionFactorPET aspectTresholdPET interflowStorageCapacityFactor interflowRecession_slope fastInterflowRecession_forest slowInterflowRecession_Ks exponentSlowInterflow rechargeCoefficient rechargeFactor_karstic gain_loss_GWreservoir_karstic muskingumTravelTime_constant muskingumTravelTime_riverLength muskingumTravelTime_riverSlope muskingumTravelTime_impervious muskingumAttenuation_riverSlope GeoParam(1,:) GeoParam(2,:) GeoParam(3,:) GeoParam(4,:) GeoParam(5,:) GeoParam(6,:) GeoParam(7,:) GeoParam(8,:) GeoParam(9,:) GeoParam(10,:) - 7.44280825589926E-01 2.34992182414766E-01 1.25390364043856E+00 2.95795155077323E+00 4.83090415398036E-01 1.13271411929245E+00 6.60612605032073E-01 3.07504025961314E+00 4.03154016804875E+00 5.65569750791907E+00 1.39913675012930E+01 1.11163254687207E-02 8.96613581800218E-01 7.07150874596424E-01 1.05849042607406E-03 -2.54022390988897E-01 8.09060290214743E-01 -2.29923500394625E-03 -3.44114444880436E-01 -8.54234515958249E-01 1.66343793045959E-02 7.96944930470262E-03 6.09600000000000E+01 9.70835129054173E-01 9.34171221935173E-01 2.52834100728758E-02 3.86248901890797E+00 2.15051846020602E-01 7.25233831453393E-01 1.39708932048905E-01 1.76144939444976E+02 7.51482244672275E+01 9.18544713197807E+00 1.00903084191760E+00 3.55142768924494E+00 1.02087257606353E-01 3.02164339955834E+01 -2.82982899543617E+00 1.00000000000000E+00 3.24503659884677E-01 7.33390060350025E-02 1.97641793956466E+00 1.01017334118738E-01 4.13647503025914E-01 1.62017588391143E+02 1.63612545737502E+02 2.47286821336375E+02 1.84166048487840E+02 1.00000000000000E+02 1.00000000000000E+02 9.70303313768825E+01 1.00000000000000E+02 9.46959553670044E+01 3.24354660816753E+02 diff --git a/check/case_06/output_save/b1_daily_discharge.out b/check/case_06/output_save/b1_daily_discharge.out deleted file mode 100755 index 018ddaca2216722bdd05a50b3aee8976babd52fa..0000000000000000000000000000000000000000 --- a/check/case_06/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 91.0503449 - 2 2 7 1990 92.0000000 77.1835047 - 3 3 7 1990 72.0000000 86.3485241 - 4 4 7 1990 58.0000000 111.5577498 - 5 5 7 1990 69.0000000 154.2927749 - 6 6 7 1990 94.0000000 151.8732683 - 7 7 7 1990 199.0000000 147.0171779 - 8 8 7 1990 133.0000000 150.7015935 - 9 9 7 1990 124.0000000 123.4216710 - 10 10 7 1990 123.0000000 107.7730712 - 11 11 7 1990 99.0000000 98.2579543 - 12 12 7 1990 88.0000000 90.4738808 - 13 13 7 1990 84.0000000 83.8402434 - 14 14 7 1990 72.0000000 78.1494964 - 15 15 7 1990 55.0000000 73.2424297 - 16 16 7 1990 65.0000000 68.9909720 - 17 17 7 1990 50.0000000 65.2911384 - 18 18 7 1990 50.0000000 62.0578020 - 19 19 7 1990 46.0000000 59.2207615 - 20 20 7 1990 44.0000000 56.7217465 - 21 21 7 1990 42.0000000 54.5121074 - 22 22 7 1990 37.0000000 52.5510156 - 23 23 7 1990 38.0000000 50.8040460 - 24 24 7 1990 44.0000000 49.2420512 - 25 25 7 1990 30.0000000 47.8402590 - 26 26 7 1990 26.0000000 46.5775433 - 27 27 7 1990 31.0000000 45.4358322 - 28 28 7 1990 33.0000000 47.9483347 - 29 29 7 1990 42.0000000 45.0546702 - 30 30 7 1990 36.0000000 42.7031782 - 31 31 7 1990 34.0000000 41.8988599 - 32 1 8 1990 25.0000000 41.1581434 - 33 2 8 1990 22.0000000 40.4733684 - 34 3 8 1990 28.0000000 39.8378842 - 35 4 8 1990 25.0000000 39.2459068 - 36 5 8 1990 19.0000000 38.6923981 - 37 6 8 1990 22.0000000 38.1729632 - 38 7 8 1990 19.0000000 37.6837629 - 39 8 8 1990 22.0000000 37.2214391 - 40 9 8 1990 19.0000000 36.7830507 - 41 10 8 1990 20.0000000 36.3660187 - 42 11 8 1990 19.0000000 35.9680791 - 43 12 8 1990 19.0000000 35.5872419 - 44 13 8 1990 22.0000000 41.8736986 - 45 14 8 1990 36.0000000 65.4229669 - 46 15 8 1990 31.0000000 51.0873819 - 47 16 8 1990 30.0000000 47.4616732 - 48 17 8 1990 28.0000000 41.0214046 - 49 18 8 1990 34.0000000 34.7512229 - 50 19 8 1990 21.0000000 34.3405840 - 51 20 8 1990 30.0000000 33.9501929 - 52 21 8 1990 22.0000000 33.5778598 - 53 22 8 1990 21.0000000 33.2216696 - 54 23 8 1990 23.0000000 32.8799441 - 55 24 8 1990 20.0000000 32.5512113 - 56 25 8 1990 29.0000000 32.2341776 - 57 26 8 1990 20.0000000 32.6536875 - 58 27 8 1990 22.0000000 34.2583624 - 59 28 8 1990 23.0000000 32.2294074 - 60 29 8 1990 35.0000000 31.1830773 - 61 30 8 1990 51.0000000 124.3410075 - 62 31 8 1990 80.0000000 102.8843157 - 63 1 9 1990 56.0000000 46.0919962 - 64 2 9 1990 33.0000000 37.6838201 - 65 3 9 1990 27.0000000 36.6133173 - 66 4 9 1990 27.0000000 40.6661363 - 67 5 9 1990 28.0000000 40.1461928 - 68 6 9 1990 26.0000000 36.0395919 - 69 7 9 1990 24.0000000 43.0810983 - 70 8 9 1990 33.0000000 39.1876830 - 71 9 9 1990 26.0000000 34.7313086 - 72 10 9 1990 27.0000000 33.8815064 - 73 11 9 1990 22.0000000 33.1121474 - 74 12 9 1990 22.0000000 32.4125425 - 75 13 9 1990 21.0000000 31.7736003 - 76 14 9 1990 22.0000000 31.1875593 - 77 15 9 1990 22.0000000 30.6477708 - 78 16 9 1990 22.0000000 30.1485221 - 79 17 9 1990 20.0000000 29.6848905 - 80 18 9 1990 22.0000000 29.2526231 - 81 19 9 1990 16.0000000 28.8480373 - 82 20 9 1990 22.0000000 28.4679364 - 83 21 9 1990 19.0000000 38.3926633 - 84 22 9 1990 32.0000000 109.5440380 - 85 23 9 1990 27.0000000 83.5980643 - 86 24 9 1990 45.0000000 64.1546899 - 87 25 9 1990 42.0000000 48.7011375 - 88 26 9 1990 39.0000000 44.1830060 - 89 27 9 1990 30.0000000 41.9876171 - 90 28 9 1990 28.0000000 40.0552409 - 91 29 9 1990 30.0000000 38.3482739 - 92 30 9 1990 30.0000000 97.9523544 - 93 1 10 1990 56.0000000 155.0994348 - 94 2 10 1990 72.0000000 141.6987794 - 95 3 10 1990 73.0000000 136.4366043 - 96 4 10 1990 68.0000000 125.5760309 - 97 5 10 1990 53.0000000 107.9312163 - 98 6 10 1990 42.0000000 93.0949909 - 99 7 10 1990 33.0000000 83.9733850 - 100 8 10 1990 42.0000000 76.7656398 - 101 9 10 1990 34.0000000 70.6331097 - 102 10 10 1990 36.0000000 65.3560238 - 103 11 10 1990 36.0000000 60.8038404 - 104 12 10 1990 28.0000000 56.8598273 - 105 13 10 1990 32.0000000 53.4288839 - 106 14 10 1990 27.0000000 50.4328988 - 107 15 10 1990 35.0000000 48.4808953 - 108 16 10 1990 42.0000000 49.4853455 - 109 17 10 1990 35.0000000 61.9879074 - 110 18 10 1990 39.0000000 61.5247920 - 111 19 10 1990 34.0000000 52.0728606 - 112 20 10 1990 32.0000000 49.1280511 - 113 21 10 1990 34.0000000 46.5676897 - 114 22 10 1990 27.0000000 44.3259913 - 115 23 10 1990 31.0000000 42.3552666 - 116 24 10 1990 28.0000000 40.6159193 - 117 25 10 1990 25.0000000 40.6393924 - 118 26 10 1990 29.0000000 61.8054155 - 119 27 10 1990 31.0000000 70.6875084 - 120 28 10 1990 65.0000000 223.9579678 - 121 29 10 1990 69.0000000 297.4845910 - 122 30 10 1990 157.0000000 293.6790229 - 123 31 10 1990 190.0000000 251.0521746 - 124 1 11 1990 115.0000000 244.4187791 - 125 2 11 1990 104.0000000 252.9922551 - 126 3 11 1990 100.0000000 265.3058174 - 127 4 11 1990 131.0000000 253.5603518 - 128 5 11 1990 130.0000000 239.8787402 - 129 6 11 1990 115.0000000 199.1797125 - 130 7 11 1990 102.0000000 165.3071531 - 131 8 11 1990 95.0000000 138.5347698 - 132 9 11 1990 81.0000000 120.0310701 - 133 10 11 1990 66.0000000 128.8214560 - 134 11 11 1990 67.0000000 178.6435195 - 135 12 11 1990 74.0000000 207.8520438 - 136 13 11 1990 109.0000000 193.2097035 - 137 14 11 1990 92.0000000 232.7812260 - 138 15 11 1990 92.0000000 266.4463300 - 139 16 11 1990 155.0000000 241.8853542 - 140 17 11 1990 159.0000000 217.2100085 - 141 18 11 1990 131.0000000 238.1427516 - 142 19 11 1990 161.0000000 259.6139430 - 143 20 11 1990 196.0000000 432.6756695 - 144 21 11 1990 336.0000000 584.9011023 - 145 22 11 1990 566.0000000 496.2220644 - 146 23 11 1990 373.0000000 477.0876745 - 147 24 11 1990 293.0000000 418.3413121 - 148 25 11 1990 264.0000000 392.9272865 - 149 26 11 1990 226.0000000 348.1457140 - 150 27 11 1990 201.0000000 284.3402530 - 151 28 11 1990 180.0000000 233.3203658 - 152 29 11 1990 161.0000000 216.1786083 - 153 30 11 1990 149.0000000 201.4625927 - 154 1 12 1990 134.0000000 174.4009771 - 155 2 12 1990 113.0000000 154.4056523 - 156 3 12 1990 99.0000000 138.1115536 - 157 4 12 1990 107.0000000 125.1526871 - 158 5 12 1990 99.0000000 114.2261031 - 159 6 12 1990 89.0000000 104.9392244 - 160 7 12 1990 77.0000000 97.1466356 - 161 8 12 1990 71.0000000 90.5528579 - 162 9 12 1990 68.0000000 84.9353201 - 163 10 12 1990 73.0000000 80.1191676 - 164 11 12 1990 84.0000000 75.9655868 - 165 12 12 1990 88.0000000 97.7451631 - 166 13 12 1990 92.0000000 120.3700644 - 167 14 12 1990 128.0000000 117.7953260 - 168 15 12 1990 136.0000000 105.4090147 - 169 16 12 1990 114.0000000 95.7825090 - 170 17 12 1990 101.0000000 88.0258065 - 171 18 12 1990 93.0000000 81.6808775 - 172 19 12 1990 85.0000000 76.4301831 - 173 20 12 1990 81.0000000 72.0395120 - 174 21 12 1990 106.0000000 128.4446678 - 175 22 12 1990 159.0000000 224.6984049 - 176 23 12 1990 250.0000000 271.2358792 - 177 24 12 1990 298.0000000 257.6837164 - 178 25 12 1990 261.0000000 299.9822133 - 179 26 12 1990 228.0000000 507.8105960 - 180 27 12 1990 409.0000000 689.3001211 - 181 28 12 1990 486.0000000 685.0260672 - 182 29 12 1990 440.0000000 800.2997972 - 183 30 12 1990 486.0000000 994.2136368 - 184 31 12 1990 774.0000000 1059.1344652 - 185 1 1 1991 889.0000000 1037.8749736 - 186 2 1 1991 863.0000000 1083.0092163 - 187 3 1 1991 875.0000000 1156.0673541 - 188 4 1 1991 932.0000000 989.7879186 - 189 5 1 1991 826.0000000 891.4568385 - 190 6 1 1991 731.0000000 813.8927954 - 191 7 1 1991 613.0000000 748.9112627 - 192 8 1 1991 610.0000000 724.9032594 - 193 9 1 1991 686.0000000 635.2927202 - 194 10 1 1991 556.0000000 708.3869304 - 195 11 1 1991 669.0000000 792.5069580 - 196 12 1 1991 828.0000000 711.7795052 - 197 13 1 1991 735.0000000 528.8922410 - 198 14 1 1991 513.0000000 402.6773558 - 199 15 1 1991 411.0000000 319.7180655 - 200 16 1 1991 345.0000000 265.2024982 - 201 17 1 1991 293.0000000 228.3433538 - 202 18 1 1991 251.0000000 201.8131666 - 203 19 1 1991 222.0000000 180.6241656 - 204 20 1 1991 215.0000000 163.4469518 - 205 21 1 1991 213.0000000 156.7223777 - 206 22 1 1991 202.0000000 163.1468649 - 207 23 1 1991 200.0000000 157.8322143 - 208 24 1 1991 192.0000000 144.4121882 - 209 25 1 1991 176.0000000 132.8764593 - 210 26 1 1991 164.0000000 123.3715717 - 211 27 1 1991 157.0000000 115.4040180 - 212 28 1 1991 134.0000000 108.7079043 - 213 29 1 1991 130.0000000 103.0330340 - 214 30 1 1991 119.0000000 98.1858621 - 215 31 1 1991 107.0000000 94.0149746 - 216 1 2 1991 112.0000000 90.4007118 - 217 2 2 1991 109.0000000 87.2476400 - 218 3 2 1991 101.0000000 84.4790128 - 219 4 2 1991 98.0000000 82.0326444 - 220 5 2 1991 84.0000000 79.8577984 - 221 6 2 1991 93.0000000 77.9128184 - 222 7 2 1991 80.0000000 76.1633044 - 223 8 2 1991 73.0000000 74.5806972 - 224 9 2 1991 89.0000000 73.1411701 - 225 10 2 1991 84.0000000 71.8247540 - 226 11 2 1991 78.0000000 70.6146428 - 227 12 2 1991 79.0000000 69.4966366 - 228 13 2 1991 77.0000000 68.4586941 - 229 14 2 1991 80.0000000 67.4905696 - 230 15 2 1991 72.0000000 66.5835176 - 231 16 2 1991 78.0000000 72.2662109 - 232 17 2 1991 74.0000000 72.4739429 - 233 18 2 1991 77.0000000 70.6234250 - 234 19 2 1991 73.0000000 107.4930862 - 235 20 2 1991 69.0000000 166.4695887 - 236 21 2 1991 74.0000000 222.3098860 - 237 22 2 1991 81.0000000 222.5129439 - 238 23 2 1991 110.0000000 195.2002472 - 239 24 2 1991 180.0000000 184.4313632 - 240 25 2 1991 213.0000000 177.6923417 - 241 26 2 1991 222.0000000 155.2074339 - 242 27 2 1991 208.0000000 147.4862586 - 243 28 2 1991 211.0000000 140.4328721 - 244 1 3 1991 214.0000000 132.4745563 - 245 2 3 1991 208.0000000 145.4554134 - 246 3 3 1991 221.0000000 146.7078475 - 247 4 3 1991 281.0000000 131.5580090 - 248 5 3 1991 219.0000000 120.8921754 - 249 6 3 1991 190.0000000 112.2789818 - 250 7 3 1991 173.0000000 105.0385820 - 251 8 3 1991 164.0000000 99.3635298 - 252 9 3 1991 142.0000000 95.9145444 - 253 10 3 1991 133.0000000 96.3252635 - 254 11 3 1991 133.0000000 93.5055458 - 255 12 3 1991 118.0000000 88.6862850 - 256 13 3 1991 127.0000000 84.5888837 - 257 14 3 1991 113.0000000 81.0444355 - 258 15 3 1991 107.0000000 77.9575372 - 259 16 3 1991 100.0000000 75.2519573 - 260 17 3 1991 100.0000000 72.8673593 - 261 18 3 1991 95.0000000 70.7980292 - 262 19 3 1991 98.0000000 143.2403369 - 263 20 3 1991 119.0000000 173.3495096 - 264 21 3 1991 159.0000000 205.1348632 - 265 22 3 1991 196.0000000 240.5842902 - 266 23 3 1991 242.0000000 212.8440041 - 267 24 3 1991 216.0000000 183.1416724 - 268 25 3 1991 180.0000000 161.4993827 - 269 26 3 1991 145.0000000 144.9228902 - 270 27 3 1991 127.0000000 133.5979808 - 271 28 3 1991 117.0000000 121.5121401 - 272 29 3 1991 109.0000000 111.8335010 - 273 30 3 1991 106.0000000 103.7823415 - 274 31 3 1991 99.0000000 97.0248672 - 275 1 4 1991 96.0000000 91.3067861 - 276 2 4 1991 88.0000000 86.4317206 - 277 3 4 1991 87.0000000 82.2461698 - 278 4 4 1991 82.0000000 79.2430596 - 279 5 4 1991 84.0000000 77.1118768 - 280 6 4 1991 67.0000000 73.9821598 - 281 7 4 1991 89.0000000 71.5917655 - 282 8 4 1991 75.0000000 69.6790175 - 283 9 4 1991 79.0000000 67.5362757 - 284 10 4 1991 70.0000000 65.6671268 - 285 11 4 1991 69.0000000 63.9944681 - 286 12 4 1991 69.0000000 62.4900133 - 287 13 4 1991 56.0000000 61.1297849 - 288 14 4 1991 63.0000000 59.9118442 - 289 15 4 1991 58.0000000 58.7793388 - 290 16 4 1991 56.0000000 57.7416475 - 291 17 4 1991 54.0000000 56.7848128 - 292 18 4 1991 57.0000000 55.9288839 - 293 19 4 1991 53.0000000 57.1385237 - 294 20 4 1991 53.0000000 57.3877341 - 295 21 4 1991 65.0000000 55.6777656 - 296 22 4 1991 69.0000000 59.2151279 - 297 23 4 1991 61.0000000 61.8795924 - 298 24 4 1991 56.0000000 57.5394693 - 299 25 4 1991 56.0000000 56.2683411 - 300 26 4 1991 53.0000000 55.1691276 - 301 27 4 1991 49.0000000 54.1600849 - 302 28 4 1991 53.0000000 53.2420379 - 303 29 4 1991 48.0000000 57.9615318 - 304 30 4 1991 57.0000000 110.6723419 - 305 1 5 1991 69.0000000 104.2043829 - 306 2 5 1991 89.0000000 84.5447529 - 307 3 5 1991 105.0000000 79.1743730 - 308 4 5 1991 79.0000000 75.0448578 - 309 5 5 1991 69.0000000 71.7504132 - 310 6 5 1991 71.0000000 69.2249358 - 311 7 5 1991 60.0000000 66.2024827 - 312 8 5 1991 64.0000000 63.6501161 - 313 9 5 1991 59.0000000 61.3905584 - 314 10 5 1991 57.0000000 62.2439272 - 315 11 5 1991 55.0000000 66.1453252 - 316 12 5 1991 53.0000000 63.5213483 - 317 13 5 1991 52.0000000 61.4467737 - 318 14 5 1991 50.0000000 59.7768032 - 319 15 5 1991 52.0000000 67.1626980 - 320 16 5 1991 54.0000000 69.5302022 - 321 17 5 1991 54.0000000 64.3586729 - 322 18 5 1991 55.0000000 61.9499720 - 323 19 5 1991 48.0000000 59.8076214 - 324 20 5 1991 48.0000000 57.8842784 - 325 21 5 1991 49.0000000 56.1528764 - 326 22 5 1991 41.0000000 54.5898584 - 327 23 5 1991 40.0000000 53.1747005 - 328 24 5 1991 40.0000000 51.8895039 - 329 25 5 1991 39.0000000 50.7186447 - 330 26 5 1991 43.0000000 49.6484737 - 331 27 5 1991 39.0000000 48.6670568 - 332 28 5 1991 36.0000000 47.7639517 - 333 29 5 1991 33.0000000 46.9300148 - 334 30 5 1991 39.0000000 46.1572340 - 335 31 5 1991 34.0000000 45.4385842 - 336 1 6 1991 37.0000000 44.7679016 - 337 2 6 1991 35.0000000 44.1397747 - 338 3 6 1991 29.0000000 43.5494494 - 339 4 6 1991 33.0000000 42.9927470 - 340 5 6 1991 34.0000000 42.4852550 - 341 6 6 1991 32.0000000 62.1500550 - 342 7 6 1991 38.0000000 64.3613498 - 343 8 6 1991 39.0000000 51.5032990 - 344 9 6 1991 41.0000000 51.9015204 - 345 10 6 1991 44.0000000 64.5222526 - 346 11 6 1991 48.0000000 48.7939442 - 347 12 6 1991 42.0000000 45.6118750 - 348 13 6 1991 37.0000000 44.6287135 - 349 14 6 1991 39.0000000 44.1452758 - 350 15 6 1991 35.0000000 43.5280379 - 351 16 6 1991 31.0000000 48.1258770 - 352 17 6 1991 33.0000000 52.8991656 - 353 18 6 1991 31.0000000 50.8912707 - 354 19 6 1991 28.0000000 48.1739372 - 355 20 6 1991 60.0000000 87.9378135 - 356 21 6 1991 48.0000000 68.0626175 - 357 22 6 1991 54.0000000 53.4554388 - 358 23 6 1991 63.0000000 63.6500519 - 359 24 6 1991 41.0000000 54.9745773 - 360 25 6 1991 42.0000000 50.1721752 - 361 26 6 1991 43.0000000 48.4103391 - 362 27 6 1991 38.0000000 58.8304178 - 363 28 6 1991 38.0000000 59.9667966 - 364 29 6 1991 35.0000000 53.3405688 - 365 30 6 1991 41.0000000 50.3414880 diff --git a/check/case_06/output_save/b1_discharge.nc b/check/case_06/output_save/b1_discharge.nc old mode 100755 new mode 100644 index 0099c9444674bb8c484579c4655216995cfa55ba..adf64fce69b3f4a48cd7c44219d899a8f3f7e9db Binary files a/check/case_06/output_save/b1_discharge.nc and b/check/case_06/output_save/b1_discharge.nc differ diff --git a/check/case_06/output_save/b1_mRM_restart_001.nc b/check/case_06/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index 018c17b4d79a9107774102ee59f3118481e6bffb..223b699168b3c09962684feb850fa725e65341bd Binary files a/check/case_06/output_save/b1_mRM_restart_001.nc and b/check/case_06/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_06/output_save/dds_results.out b/check/case_06/output_save/dds_results.out deleted file mode 100755 index 37214774c4983a5b59bc0c072f9524dabbbe49e0..0000000000000000000000000000000000000000 --- a/check/case_06/output_save/dds_results.out +++ /dev/null @@ -1,13 +0,0 @@ - # settings :: general - # nIterations iseed - 6 1235876 - # settings :: dds specific - # dds_r - 0.200000000000000 - # iter bestf (bestx(j),j=1,nopt) - 0 0.754794986935037 0.150000000000000 1.00000000000000 1.50000000000000 0.500000000000000 0.500000000000000 0.500000000000000 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 0.100000000000000 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.324000000000000 -0.585000000000000 1.250000000000000E-002 6.300000000000000E-003 60.9600000000000 0.970000000000000 0.930000000000000 2.000000000000000E-002 1.75000000000000 0.500000000000000 0.900000000000000 0.100000000000000 180.000000000000 85.0000000000000 7.00000000000000 1.50000000000000 15.0000000000000 0.125000000000000 35.0000000000000 -1.00000000000000 1.00000000000000 0.325000000000000 7.500000000000000E-002 2.00000000000000 0.100000000000000 0.300000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 - 1 0.750468075625641 0.214719529555557 1.11413798514203 2.12340562437516 0.358416663643768 0.744023834479764 0.507975551581560 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 5.105612361697495E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.332214503414208 -0.576887394145837 1.280101298883113E-002 5.921166514583914E-003 60.9600000000000 0.980046790195744 0.948770283181742 1.336629017628920E-002 2.97556062380225 0.215051846020602 0.734177454186420 8.200311554110558E-002 179.481755281144 82.0668625189982 7.17138712257498 1.47077602287754 13.2322386907586 5.410719517345067E-002 28.6409748802123 -1.15430788971026 1.00000000000000 0.319396587542909 7.741981069396249E-002 1.95253915811178 0.106221262473146 0.413647503025914 143.591305323495 114.403244046098 190.472563315692 184.166048487840 100.000000000000 100.000000000000 97.0303313768825 100.000000000000 66.9985228998802 241.716548262639 - 2 0.749319606981126 0.234992182414766 0.747426782998840 2.31264421966686 0.227421394936339 1.13271411929245 0.660612605032073 3.07504025961314 3.19534639391650 5.65569750791907 13.9913675012930 1.111632546872070E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.250290485999284 0.809060290214743 -2.299235003946245E-003 -0.344114444880436 -0.854234515958249 1.663437930459590E-002 7.969449304702616E-003 60.9600000000000 0.970835129054173 0.948770283181742 3.772162350651561E-003 2.97556062380225 0.215051846020602 0.725233831453393 0.139708932048905 176.144939444976 82.0668625189982 7.17138712257498 1.00903084191760 3.55142768924494 9.829175455753478E-002 30.2164339955834 -2.82982899543617 1.00000000000000 0.319396587542909 7.482659762717976E-002 1.97641793956466 0.101017334118738 0.413647503025914 162.017588391143 163.612545737502 247.286821336375 184.166048487840 100.000000000000 100.000000000000 97.0303313768825 100.000000000000 103.132346023328 324.354660816753 - 3 0.744280825589926 0.234992182414766 1.25390364043856 2.95795155077323 0.483090415398036 1.13271411929245 0.660612605032073 3.07504025961314 4.03154016804875 5.65569750791907 13.9913675012930 1.111632546872070E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.254022390988897 0.809060290214743 -2.299235003946245E-003 -0.344114444880436 -0.854234515958249 1.663437930459590E-002 7.969449304702616E-003 60.9600000000000 0.970835129054173 0.934171221935173 2.528341007287577E-002 3.86248901890797 0.215051846020602 0.725233831453393 0.139708932048905 176.144939444976 75.1482244672275 9.18544713197807 1.00903084191760 3.55142768924494 0.102087257606353 30.2164339955834 -2.82982899543617 1.00000000000000 0.324503659884677 7.333900603500247E-002 1.97641793956466 0.101017334118738 0.413647503025914 162.017588391143 163.612545737502 247.286821336375 184.166048487840 100.000000000000 100.000000000000 97.0303313768825 100.000000000000 94.6959553670044 324.354660816753 - 4 0.744280825589926 0.234992182414766 1.25390364043856 2.95795155077323 0.483090415398036 1.13271411929245 0.660612605032073 3.07504025961314 4.03154016804875 5.65569750791907 13.9913675012930 1.111632546872070E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.254022390988897 0.809060290214743 -2.299235003946245E-003 -0.344114444880436 -0.854234515958249 1.663437930459590E-002 7.969449304702616E-003 60.9600000000000 0.970835129054173 0.934171221935173 2.528341007287577E-002 3.86248901890797 0.215051846020602 0.725233831453393 0.139708932048905 176.144939444976 75.1482244672275 9.18544713197807 1.00903084191760 3.55142768924494 0.102087257606353 30.2164339955834 -2.82982899543617 1.00000000000000 0.324503659884677 7.333900603500247E-002 1.97641793956466 0.101017334118738 0.413647503025914 162.017588391143 163.612545737502 247.286821336375 184.166048487840 100.000000000000 100.000000000000 97.0303313768825 100.000000000000 94.6959553670044 324.354660816753 - 5 0.744280825589926 0.234992182414766 1.25390364043856 2.95795155077323 0.483090415398036 1.13271411929245 0.660612605032073 3.07504025961314 4.03154016804875 5.65569750791907 13.9913675012930 1.111632546872070E-002 0.896613581800218 0.707150874596424 1.058490426074058E-003 -0.254022390988897 0.809060290214743 -2.299235003946245E-003 -0.344114444880436 -0.854234515958249 1.663437930459590E-002 7.969449304702616E-003 60.9600000000000 0.970835129054173 0.934171221935173 2.528341007287577E-002 3.86248901890797 0.215051846020602 0.725233831453393 0.139708932048905 176.144939444976 75.1482244672275 9.18544713197807 1.00903084191760 3.55142768924494 0.102087257606353 30.2164339955834 -2.82982899543617 1.00000000000000 0.324503659884677 7.333900603500247E-002 1.97641793956466 0.101017334118738 0.413647503025914 162.017588391143 163.612545737502 247.286821336375 184.166048487840 100.000000000000 100.000000000000 97.0303313768825 100.000000000000 94.6959553670044 324.354660816753 diff --git a/check/case_06/simulation_mhm_case06.ini b/check/case_06/simulation_mhm_case06.ini deleted file mode 100755 index 9440a50adc3038825d0f9257dcaae131086a8ab0..0000000000000000000000000000000000000000 --- a/check/case_06/simulation_mhm_case06.ini +++ /dev/null @@ -1,23 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_06 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig_mhm_mrm__optimize = True -nml__mainconfig_mhm_mrm__opti_method = 1 -nml__mainconfig_mhm_mrm__opti_function = 28 -nml__optimization__niterations = 6 -nml__directories_mhm__time_step_model_inputs = [0] -nml__optional_data__dir_soil_moisture = [../../test_domain/input/optional_data/] -nml__optional_data__nsoilhorizons_sm_input = 1 -nml__optional_data__timestep_sm_input = -2 diff --git a/check/case_07/mhm.nml b/check/case_07/mhm.nml index a0bf03adf916c8e3e735e4539bea38e1ff679ddf..0fb974c6f84a39e74c6e498d94052a800ef4d013 100755 --- a/check/case_07/mhm.nml +++ b/check/case_07/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_07/mhm_parameter.nml b/check/case_07/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_07/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_07/mhm_parameter.nml b/check/case_07/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_07/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_07/output_save/ConfigFile.log b/check/case_07/output_save/ConfigFile.log deleted file mode 100755 index e4e2182f7576453cadabca517eb69b2d0dd1a3c7..0000000000000000000000000000000000000000 --- a/check/case_07/output_save/ConfigFile.log +++ /dev/null @@ -1,247 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 31 12 1989Evaluation Period (2) 1 1 1990 31 12 1991Simulation Period (1)+(2) 1 1 1990 31 12 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 1540.000 11.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_07/output_save/FinalParam.out b/check/case_07/output_save/FinalParam.out deleted file mode 100755 index 2b10ddd039bf59f176b189f1f737c46c4474ce26..0000000000000000000000000000000000000000 --- a/check/case_07/output_save/FinalParam.out +++ /dev/null @@ -1,2 +0,0 @@ - OF canopyInterceptionFactor snowTreshholdTemperature degreeDayFactor_forest degreeDayFactor_impervious degreeDayFactor_pervious increaseDegreeDayFactorByPrecip maxDegreeDayFactor_forest maxDegreeDayFactor_impervious maxDegreeDayFactor_pervious orgMatterContent_forest orgMatterContent_impervious orgMatterContent_pervious PTF_lower66_5_constant PTF_lower66_5_clay PTF_lower66_5_Db PTF_higher66_5_constant PTF_higher66_5_clay PTF_higher66_5_Db PTF_Ks_constant PTF_Ks_sand PTF_Ks_clay PTF_Ks_curveSlope rootFractionCoefficient_forest rootFractionCoefficient_impervious rootFractionCoefficient_pervious infiltrationShapeFactor imperviousStorageCapacity minCorrectionFactorPET maxCorrectionFactorPET aspectTresholdPET interflowStorageCapacityFactor interflowRecession_slope fastInterflowRecession_forest slowInterflowRecession_Ks exponentSlowInterflow rechargeCoefficient rechargeFactor_karstic gain_loss_GWreservoir_karstic muskingumTravelTime_constant muskingumTravelTime_riverLength muskingumTravelTime_riverSlope muskingumTravelTime_impervious muskingumAttenuation_riverSlope GeoParam(1,:) GeoParam(2,:) GeoParam(3,:) GeoParam(4,:) GeoParam(5,:) GeoParam(6,:) GeoParam(7,:) GeoParam(8,:) GeoParam(9,:) GeoParam(10,:) - 6.48680913460673E-16 1.50000000000000E-01 1.00000000000000E+00 1.50000000000000E+00 5.00000000000000E-01 5.00000000000000E-01 5.00000000000000E-01 3.00000000000000E+00 3.50000000000000E+00 4.00000000000000E+00 3.40000000000000E+00 1.00000000000000E-01 1.13860589518688E+00 7.60000000000000E-01 9.00000000000000E-04 -2.64000000000000E-01 8.90000000000000E-01 -1.00000000000000E-03 -3.24000000000000E-01 -5.85000000000000E-01 1.25000000000000E-02 6.30000000000000E-03 6.09600000000000E+01 9.70000000000000E-01 9.30000000000000E-01 2.00000000000000E-02 1.75000000000000E+00 5.00000000000000E-01 9.00000000000000E-01 1.00000000000000E-01 1.80000000000000E+02 8.50000000000000E+01 7.00000000000000E+00 1.50000000000000E+00 1.50000000000000E+01 1.25000000000000E-01 3.50000000000000E+01 -1.00000000000000E+00 1.00000000000000E+00 3.25000000000000E-01 7.50000000000000E-02 2.00000000000000E+00 1.00000000000000E-01 3.00000000000000E-01 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 diff --git a/check/case_07/output_save/b1_daily_discharge.out b/check/case_07/output_save/b1_daily_discharge.out deleted file mode 100755 index a89c5b7b611c930f2f69a9607c4f44dac5dc1ea5..0000000000000000000000000000000000000000 --- a/check/case_07/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,731 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 1 1990 157.0000000 108.6146673 - 2 2 1 1990 129.0000000 154.4931491 - 3 3 1 1990 117.0000000 147.6622810 - 4 4 1 1990 111.0000000 141.5821918 - 5 5 1 1990 112.0000000 136.1896025 - 6 6 1 1990 93.0000000 138.0108302 - 7 7 1 1990 87.0000000 129.5072847 - 8 8 1 1990 84.0000000 127.7165612 - 9 9 1 1990 80.0000000 130.2856850 - 10 10 1 1990 78.0000000 124.6479830 - 11 11 1 1990 78.0000000 114.5258633 - 12 12 1 1990 77.0000000 110.8556148 - 13 13 1 1990 76.0000000 110.9646455 - 14 14 1 1990 73.0000000 113.2802622 - 15 15 1 1990 66.0000000 124.0933922 - 16 16 1 1990 76.0000000 120.7596964 - 17 17 1 1990 73.0000000 116.6647330 - 18 18 1 1990 71.0000000 104.8437661 - 19 19 1 1990 90.0000000 99.5624119 - 20 20 1 1990 82.0000000 100.7314177 - 21 21 1 1990 80.0000000 96.1171892 - 22 22 1 1990 81.0000000 92.6787319 - 23 23 1 1990 97.0000000 165.5887247 - 24 24 1 1990 198.0000000 134.3635589 - 25 25 1 1990 392.0000000 158.2180592 - 26 26 1 1990 519.0000000 121.9890841 - 27 27 1 1990 565.0000000 101.5630524 - 28 28 1 1990 331.0000000 105.7063493 - 29 29 1 1990 293.0000000 102.8523375 - 30 30 1 1990 302.0000000 92.5507800 - 31 31 1 1990 233.0000000 90.6640893 - 32 1 2 1990 198.0000000 106.4609562 - 33 2 2 1990 183.0000000 108.4929617 - 34 3 2 1990 206.0000000 99.3420643 - 35 4 2 1990 215.0000000 88.0345582 - 36 5 2 1990 183.0000000 85.9737647 - 37 6 2 1990 159.0000000 84.2868271 - 38 7 2 1990 167.0000000 82.7041956 - 39 8 2 1990 138.0000000 82.6026747 - 40 9 2 1990 126.0000000 82.6876364 - 41 10 2 1990 131.0000000 140.8629783 - 42 11 2 1990 173.0000000 128.2262356 - 43 12 2 1990 240.0000000 130.9014813 - 44 13 2 1990 270.0000000 180.9082424 - 45 14 2 1990 458.0000000 288.6948612 - 46 15 2 1990 996.0000000 266.5491512 - 47 16 2 1990 1370.0000000 210.4027181 - 48 17 2 1990 1540.0000000 182.0814953 - 49 18 2 1990 1210.0000000 165.2204659 - 50 19 2 1990 616.0000000 152.9111938 - 51 20 2 1990 465.0000000 143.7156578 - 52 21 2 1990 373.0000000 135.8805898 - 53 22 2 1990 298.0000000 128.9445383 - 54 23 2 1990 270.0000000 122.7705604 - 55 24 2 1990 234.0000000 117.2542176 - 56 25 2 1990 218.0000000 116.4189866 - 57 26 2 1990 203.0000000 194.4670150 - 58 27 2 1990 314.0000000 244.9476343 - 59 28 2 1990 520.0000000 316.0643555 - 60 1 3 1990 689.0000000 337.3719096 - 61 2 3 1990 777.0000000 287.3193507 - 62 3 3 1990 584.0000000 244.1443255 - 63 4 3 1990 429.0000000 213.6275948 - 64 5 3 1990 365.0000000 191.5749467 - 65 6 3 1990 281.0000000 174.1867989 - 66 7 3 1990 257.0000000 159.4006671 - 67 8 3 1990 231.0000000 148.5314504 - 68 9 3 1990 211.0000000 140.4278187 - 69 10 3 1990 191.0000000 133.4676333 - 70 11 3 1990 182.0000000 127.2652692 - 71 12 3 1990 173.0000000 121.6980208 - 72 13 3 1990 159.0000000 116.8633734 - 73 14 3 1990 153.0000000 113.7965497 - 74 15 3 1990 141.0000000 110.4575132 - 75 16 3 1990 136.0000000 106.0452711 - 76 17 3 1990 130.0000000 102.5275743 - 77 18 3 1990 123.0000000 99.3138501 - 78 19 3 1990 115.0000000 96.3690958 - 79 20 3 1990 113.0000000 93.9419788 - 80 21 3 1990 102.0000000 91.7722992 - 81 22 3 1990 105.0000000 89.9680182 - 82 23 3 1990 106.0000000 87.9612830 - 83 24 3 1990 87.0000000 86.0484771 - 84 25 3 1990 80.0000000 84.8050943 - 85 26 3 1990 84.0000000 82.8235421 - 86 27 3 1990 82.0000000 81.1816682 - 87 28 3 1990 91.0000000 89.8965079 - 88 29 3 1990 97.0000000 93.0630837 - 89 30 3 1990 110.0000000 84.7343339 - 90 31 3 1990 97.0000000 82.0310359 - 91 1 4 1990 93.0000000 80.1944082 - 92 2 4 1990 85.0000000 78.4798906 - 93 3 4 1990 84.0000000 83.1449505 - 94 4 4 1990 81.0000000 85.2112562 - 95 5 4 1990 81.0000000 78.5557985 - 96 6 4 1990 76.0000000 77.6852295 - 97 7 4 1990 72.0000000 75.7832422 - 98 8 4 1990 68.0000000 74.1882872 - 99 9 4 1990 72.0000000 72.7591500 - 100 10 4 1990 65.0000000 71.4435521 - 101 11 4 1990 62.0000000 70.7859175 - 102 12 4 1990 62.0000000 72.0044117 - 103 13 4 1990 65.0000000 76.1659855 - 104 14 4 1990 68.0000000 96.9084346 - 105 15 4 1990 75.0000000 95.0948747 - 106 16 4 1990 90.0000000 88.5913892 - 107 17 4 1990 92.0000000 85.2620592 - 108 18 4 1990 94.0000000 85.3850744 - 109 19 4 1990 110.0000000 81.1839610 - 110 20 4 1990 99.0000000 78.7894165 - 111 21 4 1990 86.0000000 76.8417413 - 112 22 4 1990 86.0000000 82.1265849 - 113 23 4 1990 86.0000000 87.7229886 - 114 24 4 1990 88.0000000 86.0769798 - 115 25 4 1990 93.0000000 79.3388371 - 116 26 4 1990 99.0000000 76.8609431 - 117 27 4 1990 86.0000000 75.1996256 - 118 28 4 1990 74.0000000 73.4484383 - 119 29 4 1990 72.0000000 71.6522484 - 120 30 4 1990 77.0000000 69.9935227 - 121 1 5 1990 56.0000000 68.4431715 - 122 2 5 1990 64.0000000 66.9904603 - 123 3 5 1990 58.0000000 65.6258883 - 124 4 5 1990 50.0000000 64.3410148 - 125 5 5 1990 50.0000000 63.1283277 - 126 6 5 1990 50.0000000 61.9811313 - 127 7 5 1990 50.0000000 60.9368134 - 128 8 5 1990 53.0000000 61.0335218 - 129 9 5 1990 62.0000000 60.1894838 - 130 10 5 1990 64.0000000 65.6512475 - 131 11 5 1990 65.0000000 66.1821776 - 132 12 5 1990 75.0000000 59.4158956 - 133 13 5 1990 71.0000000 58.0387217 - 134 14 5 1990 63.0000000 57.1510914 - 135 15 5 1990 61.0000000 56.5978843 - 136 16 5 1990 49.0000000 55.7121434 - 137 17 5 1990 46.0000000 54.6499812 - 138 18 5 1990 46.0000000 53.8102749 - 139 19 5 1990 48.0000000 53.0059124 - 140 20 5 1990 41.0000000 52.2970909 - 141 21 5 1990 45.0000000 58.4595762 - 142 22 5 1990 52.0000000 58.3139818 - 143 23 5 1990 50.0000000 57.8792372 - 144 24 5 1990 56.0000000 61.3321746 - 145 25 5 1990 41.0000000 57.0547323 - 146 26 5 1990 40.0000000 52.4943886 - 147 27 5 1990 39.0000000 51.5777392 - 148 28 5 1990 39.0000000 50.7085528 - 149 29 5 1990 33.0000000 49.8819428 - 150 30 5 1990 37.0000000 49.0939978 - 151 31 5 1990 30.0000000 48.3412364 - 152 1 6 1990 37.0000000 54.2238883 - 153 2 6 1990 36.0000000 55.5996031 - 154 3 6 1990 40.0000000 84.9102193 - 155 4 6 1990 45.0000000 65.5392186 - 156 5 6 1990 39.0000000 51.3279629 - 157 6 6 1990 48.0000000 50.3000922 - 158 7 6 1990 39.0000000 97.3886579 - 159 8 6 1990 49.0000000 101.8676137 - 160 9 6 1990 84.0000000 85.6375917 - 161 10 6 1990 91.0000000 74.1246610 - 162 11 6 1990 80.0000000 65.2969629 - 163 12 6 1990 66.0000000 62.9346859 - 164 13 6 1990 53.0000000 61.0387997 - 165 14 6 1990 64.0000000 59.1222675 - 166 15 6 1990 55.0000000 57.2153072 - 167 16 6 1990 54.0000000 55.5768131 - 168 17 6 1990 42.0000000 54.0650026 - 169 18 6 1990 48.0000000 53.0149985 - 170 19 6 1990 48.0000000 70.3820138 - 171 20 6 1990 60.0000000 86.6227703 - 172 21 6 1990 75.0000000 78.2484186 - 173 22 6 1990 78.0000000 65.4737044 - 174 23 6 1990 66.0000000 62.4563804 - 175 24 6 1990 63.0000000 59.3959005 - 176 25 6 1990 52.0000000 57.3262675 - 177 26 6 1990 49.0000000 55.6334629 - 178 27 6 1990 44.0000000 62.8683140 - 179 28 6 1990 51.0000000 61.0209370 - 180 29 6 1990 61.0000000 81.2565685 - 181 30 6 1990 81.0000000 113.4095021 - 182 1 7 1990 79.0000000 84.8428013 - 183 2 7 1990 92.0000000 70.8644586 - 184 3 7 1990 72.0000000 77.7259198 - 185 4 7 1990 58.0000000 94.0159037 - 186 5 7 1990 69.0000000 122.1562854 - 187 6 7 1990 94.0000000 105.2022377 - 188 7 7 1990 199.0000000 101.1418008 - 189 8 7 1990 133.0000000 100.8592665 - 190 9 7 1990 124.0000000 87.2076906 - 191 10 7 1990 123.0000000 82.1914921 - 192 11 7 1990 99.0000000 78.1699958 - 193 12 7 1990 88.0000000 74.6346227 - 194 13 7 1990 84.0000000 71.4427405 - 195 14 7 1990 72.0000000 68.5524048 - 196 15 7 1990 55.0000000 65.9275043 - 197 16 7 1990 65.0000000 63.5368459 - 198 17 7 1990 50.0000000 61.3534033 - 199 18 7 1990 50.0000000 59.3536920 - 200 19 7 1990 46.0000000 57.5172499 - 201 20 7 1990 44.0000000 55.8262015 - 202 21 7 1990 42.0000000 54.2648930 - 203 22 7 1990 37.0000000 52.8195837 - 204 23 7 1990 38.0000000 51.4781854 - 205 24 7 1990 44.0000000 50.2300415 - 206 25 7 1990 30.0000000 49.0657381 - 207 26 7 1990 26.0000000 47.9769435 - 208 27 7 1990 31.0000000 46.9562701 - 209 28 7 1990 33.0000000 49.0432440 - 210 29 7 1990 42.0000000 46.6057599 - 211 30 7 1990 36.0000000 44.5947082 - 212 31 7 1990 34.0000000 43.7592113 - 213 1 8 1990 25.0000000 42.9682928 - 214 2 8 1990 22.0000000 42.2179221 - 215 3 8 1990 28.0000000 41.5044921 - 216 4 8 1990 25.0000000 40.8247704 - 217 5 8 1990 19.0000000 40.1760078 - 218 6 8 1990 22.0000000 39.5560371 - 219 7 8 1990 19.0000000 38.9611937 - 220 8 8 1990 22.0000000 38.3900429 - 221 9 8 1990 19.0000000 37.8407386 - 222 10 8 1990 20.0000000 37.3115624 - 223 11 8 1990 19.0000000 36.8009615 - 224 12 8 1990 19.0000000 36.3075313 - 225 13 8 1990 22.0000000 40.9762563 - 226 14 8 1990 36.0000000 62.4633012 - 227 15 8 1990 31.0000000 53.2793827 - 228 16 8 1990 30.0000000 47.4804539 - 229 17 8 1990 28.0000000 43.8505426 - 230 18 8 1990 34.0000000 37.0970821 - 231 19 8 1990 21.0000000 36.4462893 - 232 20 8 1990 30.0000000 35.8290803 - 233 21 8 1990 22.0000000 35.2420057 - 234 22 8 1990 21.0000000 34.6823276 - 235 23 8 1990 23.0000000 34.1476049 - 236 24 8 1990 20.0000000 33.6356578 - 237 25 8 1990 29.0000000 33.1462708 - 238 26 8 1990 20.0000000 33.1873401 - 239 27 8 1990 22.0000000 34.4193621 - 240 28 8 1990 23.0000000 32.4767523 - 241 29 8 1990 35.0000000 31.5575475 - 242 30 8 1990 51.0000000 118.8357915 - 243 31 8 1990 80.0000000 114.4355843 - 244 1 9 1990 56.0000000 54.5765230 - 245 2 9 1990 33.0000000 45.4770681 - 246 3 9 1990 27.0000000 43.7863822 - 247 4 9 1990 27.0000000 46.3211671 - 248 5 9 1990 28.0000000 45.6864721 - 249 6 9 1990 26.0000000 40.7664357 - 250 7 9 1990 24.0000000 46.0178077 - 251 8 9 1990 33.0000000 42.8851140 - 252 9 9 1990 26.0000000 38.7459329 - 253 10 9 1990 27.0000000 37.6197016 - 254 11 9 1990 22.0000000 36.5821136 - 255 12 9 1990 22.0000000 35.6230744 - 256 13 9 1990 21.0000000 34.7341053 - 257 14 9 1990 22.0000000 33.9077705 - 258 15 9 1990 22.0000000 33.1375344 - 259 16 9 1990 22.0000000 32.4176411 - 260 17 9 1990 20.0000000 31.7430114 - 261 18 9 1990 22.0000000 31.1091550 - 262 19 9 1990 16.0000000 30.5120949 - 263 20 9 1990 22.0000000 29.9483026 - 264 21 9 1990 19.0000000 38.6056553 - 265 22 9 1990 32.0000000 105.5729347 - 266 23 9 1990 27.0000000 86.5137436 - 267 24 9 1990 45.0000000 62.6329850 - 268 25 9 1990 42.0000000 48.2601941 - 269 26 9 1990 39.0000000 44.3472306 - 270 27 9 1990 30.0000000 42.5784499 - 271 28 9 1990 28.0000000 40.9707142 - 272 29 9 1990 30.0000000 39.5077488 - 273 30 9 1990 30.0000000 90.5875954 - 274 1 10 1990 56.0000000 136.5329669 - 275 2 10 1990 72.0000000 101.8883251 - 276 3 10 1990 73.0000000 98.7541151 - 277 4 10 1990 68.0000000 93.1722200 - 278 5 10 1990 53.0000000 79.7302418 - 279 6 10 1990 42.0000000 73.4823776 - 280 7 10 1990 33.0000000 69.1450774 - 281 8 10 1990 42.0000000 65.3062817 - 282 9 10 1990 34.0000000 61.8697094 - 283 10 10 1990 36.0000000 58.7762146 - 284 11 10 1990 36.0000000 55.9914179 - 285 12 10 1990 28.0000000 53.4774287 - 286 13 10 1990 32.0000000 51.2016303 - 287 14 10 1990 27.0000000 49.1358568 - 288 15 10 1990 35.0000000 47.7080353 - 289 16 10 1990 42.0000000 48.7211968 - 290 17 10 1990 35.0000000 58.1903142 - 291 18 10 1990 39.0000000 57.1469631 - 292 19 10 1990 34.0000000 47.9471484 - 293 20 10 1990 32.0000000 46.1561219 - 294 21 10 1990 34.0000000 44.5284984 - 295 22 10 1990 27.0000000 43.0377399 - 296 23 10 1990 31.0000000 41.6687755 - 297 24 10 1990 28.0000000 40.4084260 - 298 25 10 1990 25.0000000 40.4468196 - 299 26 10 1990 29.0000000 58.8054867 - 300 27 10 1990 31.0000000 66.6844946 - 301 28 10 1990 65.0000000 195.2729507 - 302 29 10 1990 69.0000000 207.9634431 - 303 30 10 1990 157.0000000 173.1321480 - 304 31 10 1990 190.0000000 150.4067903 - 305 1 11 1990 115.0000000 153.5890117 - 306 2 11 1990 104.0000000 162.1805457 - 307 3 11 1990 100.0000000 171.2400592 - 308 4 11 1990 131.0000000 167.7448954 - 309 5 11 1990 130.0000000 160.9884227 - 310 6 11 1990 115.0000000 141.3533164 - 311 7 11 1990 102.0000000 124.1226283 - 312 8 11 1990 95.0000000 109.6232755 - 313 9 11 1990 81.0000000 98.1628457 - 314 10 11 1990 66.0000000 105.6860952 - 315 11 11 1990 67.0000000 137.7301386 - 316 12 11 1990 74.0000000 149.9695712 - 317 13 11 1990 109.0000000 141.8362211 - 318 14 11 1990 92.0000000 165.7126959 - 319 15 11 1990 92.0000000 179.0211422 - 320 16 11 1990 155.0000000 167.5545738 - 321 17 11 1990 159.0000000 157.4629793 - 322 18 11 1990 131.0000000 173.2099662 - 323 19 11 1990 161.0000000 183.5437937 - 324 20 11 1990 196.0000000 285.4875970 - 325 21 11 1990 336.0000000 349.9091520 - 326 22 11 1990 566.0000000 316.9248533 - 327 23 11 1990 373.0000000 327.2020749 - 328 24 11 1990 293.0000000 301.6627832 - 329 25 11 1990 264.0000000 287.7546830 - 330 26 11 1990 226.0000000 259.5309871 - 331 27 11 1990 201.0000000 222.1316918 - 332 28 11 1990 180.0000000 192.8001337 - 333 29 11 1990 161.0000000 182.7167538 - 334 30 11 1990 149.0000000 171.6062507 - 335 1 12 1990 134.0000000 150.6843238 - 336 2 12 1990 113.0000000 136.3826569 - 337 3 12 1990 99.0000000 126.6969288 - 338 4 12 1990 107.0000000 119.5382287 - 339 5 12 1990 99.0000000 113.0457086 - 340 6 12 1990 89.0000000 107.0960676 - 341 7 12 1990 77.0000000 101.8192421 - 342 8 12 1990 71.0000000 97.0866738 - 343 9 12 1990 68.0000000 92.8286809 - 344 10 12 1990 73.0000000 88.9856989 - 345 11 12 1990 84.0000000 85.5066363 - 346 12 12 1990 88.0000000 103.3094137 - 347 13 12 1990 92.0000000 109.5159287 - 348 14 12 1990 128.0000000 101.4400749 - 349 15 12 1990 136.0000000 94.6007615 - 350 16 12 1990 114.0000000 90.1362802 - 351 17 12 1990 101.0000000 86.1957167 - 352 18 12 1990 93.0000000 82.6547972 - 353 19 12 1990 85.0000000 79.4617658 - 354 20 12 1990 81.0000000 76.5724779 - 355 21 12 1990 106.0000000 112.4386808 - 356 22 12 1990 159.0000000 140.2701671 - 357 23 12 1990 250.0000000 155.2614561 - 358 24 12 1990 298.0000000 146.1357585 - 359 25 12 1990 261.0000000 191.8235495 - 360 26 12 1990 228.0000000 304.2705716 - 361 27 12 1990 409.0000000 371.2639345 - 362 28 12 1990 486.0000000 394.2771690 - 363 29 12 1990 440.0000000 502.9069274 - 364 30 12 1990 486.0000000 635.4614656 - 365 31 12 1990 774.0000000 725.2536674 - 366 1 1 1991 889.0000000 769.6432787 - 367 2 1 1991 863.0000000 815.8638720 - 368 3 1 1991 875.0000000 877.0955594 - 369 4 1 1991 932.0000000 787.9354941 - 370 5 1 1991 826.0000000 743.3215794 - 371 6 1 1991 731.0000000 693.8770597 - 372 7 1 1991 613.0000000 655.6635764 - 373 8 1 1991 610.0000000 644.6491987 - 374 9 1 1991 686.0000000 581.1095192 - 375 10 1 1991 556.0000000 617.9543220 - 376 11 1 1991 669.0000000 655.6263290 - 377 12 1 1991 828.0000000 615.8149047 - 378 13 1 1991 735.0000000 503.7698846 - 379 14 1 1991 513.0000000 414.8740578 - 380 15 1 1991 411.0000000 343.6478174 - 381 16 1 1991 345.0000000 287.3251326 - 382 17 1 1991 293.0000000 246.5000262 - 383 18 1 1991 251.0000000 217.8202953 - 384 19 1 1991 222.0000000 197.5390306 - 385 20 1 1991 215.0000000 183.2148995 - 386 21 1 1991 213.0000000 177.7468760 - 387 22 1 1991 202.0000000 178.6596839 - 388 23 1 1991 200.0000000 170.2810625 - 389 24 1 1991 192.0000000 161.3792568 - 390 25 1 1991 176.0000000 153.2110725 - 391 26 1 1991 164.0000000 146.0476653 - 392 27 1 1991 157.0000000 139.4741986 - 393 28 1 1991 134.0000000 133.5870753 - 394 29 1 1991 130.0000000 128.2952073 - 395 30 1 1991 119.0000000 123.5211784 - 396 31 1 1991 107.0000000 119.1989837 - 397 1 2 1991 112.0000000 115.2721552 - 398 2 2 1991 109.0000000 111.6922277 - 399 3 2 1991 101.0000000 108.4174768 - 400 4 2 1991 98.0000000 105.4118766 - 401 5 2 1991 84.0000000 102.6442350 - 402 6 2 1991 93.0000000 100.0874742 - 403 7 2 1991 80.0000000 97.7180281 - 404 8 2 1991 73.0000000 95.5153381 - 405 9 2 1991 89.0000000 93.4614279 - 406 10 2 1991 84.0000000 91.5405444 - 407 11 2 1991 78.0000000 89.7388542 - 408 12 2 1991 79.0000000 88.0441843 - 409 13 2 1991 77.0000000 86.4458029 - 410 14 2 1991 80.0000000 84.9342305 - 411 15 2 1991 72.0000000 83.5010791 - 412 16 2 1991 78.0000000 83.8006570 - 413 17 2 1991 74.0000000 83.7918167 - 414 18 2 1991 77.0000000 82.2081892 - 415 19 2 1991 73.0000000 92.5973316 - 416 20 2 1991 69.0000000 108.4206941 - 417 21 2 1991 74.0000000 139.2454920 - 418 22 2 1991 81.0000000 154.5618937 - 419 23 2 1991 110.0000000 150.6154488 - 420 24 2 1991 180.0000000 146.4375590 - 421 25 2 1991 213.0000000 143.3245581 - 422 26 2 1991 222.0000000 139.9248682 - 423 27 2 1991 208.0000000 141.1079426 - 424 28 2 1991 211.0000000 134.9507199 - 425 1 3 1991 214.0000000 129.8686691 - 426 2 3 1991 208.0000000 137.6954466 - 427 3 3 1991 221.0000000 136.5372611 - 428 4 3 1991 281.0000000 127.5674733 - 429 5 3 1991 219.0000000 121.9367260 - 430 6 3 1991 190.0000000 117.0042468 - 431 7 3 1991 173.0000000 112.5479587 - 432 8 3 1991 164.0000000 108.7475367 - 433 9 3 1991 142.0000000 106.0870860 - 434 10 3 1991 133.0000000 105.9190415 - 435 11 3 1991 133.0000000 103.1830844 - 436 12 3 1991 118.0000000 99.8038845 - 437 13 3 1991 127.0000000 96.7033894 - 438 14 3 1991 113.0000000 93.8641180 - 439 15 3 1991 107.0000000 91.2533335 - 440 16 3 1991 100.0000000 88.8451845 - 441 17 3 1991 100.0000000 86.6227791 - 442 18 3 1991 95.0000000 84.6065407 - 443 19 3 1991 98.0000000 141.2007077 - 444 20 3 1991 119.0000000 150.1482153 - 445 21 3 1991 159.0000000 165.6261020 - 446 22 3 1991 196.0000000 180.6219313 - 447 23 3 1991 242.0000000 164.2423013 - 448 24 3 1991 216.0000000 150.9606678 - 449 25 3 1991 180.0000000 141.6926678 - 450 26 3 1991 145.0000000 134.0679137 - 451 27 3 1991 127.0000000 128.6920143 - 452 28 3 1991 117.0000000 121.9536835 - 453 29 3 1991 109.0000000 116.3186627 - 454 30 3 1991 106.0000000 111.2701438 - 455 31 3 1991 99.0000000 106.7307573 - 456 1 4 1991 96.0000000 102.6348541 - 457 2 4 1991 88.0000000 98.9264043 - 458 3 4 1991 87.0000000 95.5574218 - 459 4 4 1991 82.0000000 92.9535450 - 460 5 4 1991 84.0000000 90.9497089 - 461 6 4 1991 67.0000000 88.2762024 - 462 7 4 1991 89.0000000 86.0181281 - 463 8 4 1991 75.0000000 84.0411947 - 464 9 4 1991 79.0000000 81.9531654 - 465 10 4 1991 70.0000000 79.9475703 - 466 11 4 1991 69.0000000 78.0818471 - 467 12 4 1991 69.0000000 76.3439763 - 468 13 4 1991 56.0000000 74.7206078 - 469 14 4 1991 63.0000000 73.2028692 - 470 15 4 1991 58.0000000 71.7801205 - 471 16 4 1991 56.0000000 70.4338766 - 472 17 4 1991 54.0000000 69.1624615 - 473 18 4 1991 57.0000000 68.0098469 - 474 19 4 1991 53.0000000 68.1034537 - 475 20 4 1991 53.0000000 67.8470909 - 476 21 4 1991 65.0000000 66.7999723 - 477 22 4 1991 69.0000000 68.7514757 - 478 23 4 1991 61.0000000 70.3954224 - 479 24 4 1991 56.0000000 67.1688844 - 480 25 4 1991 56.0000000 65.5737374 - 481 26 4 1991 53.0000000 64.3967090 - 482 27 4 1991 49.0000000 63.3004526 - 483 28 4 1991 53.0000000 62.2652641 - 484 29 4 1991 48.0000000 65.8798206 - 485 30 4 1991 57.0000000 110.8822943 - 486 1 5 1991 69.0000000 106.2528815 - 487 2 5 1991 89.0000000 84.4456116 - 488 3 5 1991 105.0000000 80.8439522 - 489 4 5 1991 79.0000000 78.2587848 - 490 5 5 1991 69.0000000 76.0294867 - 491 6 5 1991 71.0000000 74.2303005 - 492 7 5 1991 60.0000000 71.9737944 - 493 8 5 1991 64.0000000 70.0464582 - 494 9 5 1991 59.0000000 68.2725989 - 495 10 5 1991 57.0000000 68.6692031 - 496 11 5 1991 55.0000000 70.9673096 - 497 12 5 1991 53.0000000 67.5336395 - 498 13 5 1991 52.0000000 65.6228446 - 499 14 5 1991 50.0000000 64.3964454 - 500 15 5 1991 52.0000000 69.0449304 - 501 16 5 1991 54.0000000 70.0328285 - 502 17 5 1991 54.0000000 65.1284430 - 503 18 5 1991 55.0000000 63.6848439 - 504 19 5 1991 48.0000000 62.3511247 - 505 20 5 1991 48.0000000 61.0944541 - 506 21 5 1991 49.0000000 59.9077806 - 507 22 5 1991 41.0000000 58.7849324 - 508 23 5 1991 40.0000000 57.7203560 - 509 24 5 1991 40.0000000 56.7090488 - 510 25 5 1991 39.0000000 55.7464998 - 511 26 5 1991 43.0000000 54.8286367 - 512 27 5 1991 39.0000000 53.9517801 - 513 28 5 1991 36.0000000 53.1126023 - 514 29 5 1991 33.0000000 52.3080908 - 515 30 5 1991 39.0000000 51.5355163 - 516 31 5 1991 34.0000000 50.7924037 - 517 1 6 1991 37.0000000 50.0765070 - 518 2 6 1991 35.0000000 49.3857857 - 519 3 6 1991 29.0000000 48.7183856 - 520 4 6 1991 33.0000000 48.0726193 - 521 5 6 1991 34.0000000 47.4756783 - 522 6 6 1991 32.0000000 64.9589862 - 523 7 6 1991 38.0000000 67.9358388 - 524 8 6 1991 39.0000000 57.7459914 - 525 9 6 1991 41.0000000 55.0207633 - 526 10 6 1991 44.0000000 68.7992516 - 527 11 6 1991 48.0000000 54.2340668 - 528 12 6 1991 42.0000000 51.2628331 - 529 13 6 1991 37.0000000 50.2323447 - 530 14 6 1991 39.0000000 49.4406738 - 531 15 6 1991 35.0000000 48.9616444 - 532 16 6 1991 31.0000000 51.8744922 - 533 17 6 1991 33.0000000 55.3704536 - 534 18 6 1991 31.0000000 52.6180613 - 535 19 6 1991 28.0000000 49.5664984 - 536 20 6 1991 60.0000000 85.4724188 - 537 21 6 1991 48.0000000 72.3245341 - 538 22 6 1991 54.0000000 56.7750012 - 539 23 6 1991 63.0000000 64.0705287 - 540 24 6 1991 41.0000000 58.2732293 - 541 25 6 1991 42.0000000 54.1778518 - 542 26 6 1991 43.0000000 52.7074747 - 543 27 6 1991 38.0000000 61.1811967 - 544 28 6 1991 38.0000000 61.2301846 - 545 29 6 1991 35.0000000 54.3654728 - 546 30 6 1991 41.0000000 52.1207406 - 547 1 7 1991 41.0000000 50.7492803 - 548 2 7 1991 38.0000000 49.4795900 - 549 3 7 1991 34.0000000 48.2980275 - 550 4 7 1991 27.0000000 47.1956077 - 551 5 7 1991 31.0000000 46.1643934 - 552 6 7 1991 30.0000000 45.1977155 - 553 7 7 1991 26.0000000 51.7984740 - 554 8 7 1991 30.0000000 50.8162732 - 555 9 7 1991 31.0000000 44.5261457 - 556 10 7 1991 23.0000000 43.6063657 - 557 11 7 1991 35.0000000 42.7417083 - 558 12 7 1991 19.0000000 43.7990826 - 559 13 7 1991 24.0000000 71.4597403 - 560 14 7 1991 26.0000000 65.1376394 - 561 15 7 1991 27.0000000 49.4576042 - 562 16 7 1991 41.0000000 46.1631499 - 563 17 7 1991 34.0000000 45.0255641 - 564 18 7 1991 27.0000000 43.9681750 - 565 19 7 1991 25.0000000 42.9798732 - 566 20 7 1991 23.0000000 42.0530440 - 567 21 7 1991 22.0000000 41.1830749 - 568 22 7 1991 27.0000000 40.3644982 - 569 23 7 1991 23.0000000 39.5924505 - 570 24 7 1991 21.0000000 40.5113800 - 571 25 7 1991 23.0000000 65.7347138 - 572 26 7 1991 33.0000000 59.0582202 - 573 27 7 1991 23.0000000 45.7079803 - 574 28 7 1991 29.0000000 42.1716640 - 575 29 7 1991 30.0000000 41.1686099 - 576 30 7 1991 35.0000000 54.7368550 - 577 31 7 1991 27.0000000 53.9984270 - 578 1 8 1991 45.0000000 42.9514695 - 579 2 8 1991 47.0000000 41.8118484 - 580 3 8 1991 40.0000000 40.8027861 - 581 4 8 1991 35.0000000 39.8614512 - 582 5 8 1991 26.0000000 38.9810718 - 583 6 8 1991 23.0000000 38.1556569 - 584 7 8 1991 30.0000000 39.1433846 - 585 8 8 1991 33.0000000 39.6528240 - 586 9 8 1991 30.0000000 36.8341690 - 587 10 8 1991 28.0000000 35.7363779 - 588 11 8 1991 19.0000000 35.0827561 - 589 12 8 1991 20.0000000 34.4631599 - 590 13 8 1991 16.0000000 33.8745301 - 591 14 8 1991 18.0000000 33.3141294 - 592 15 8 1991 18.0000000 32.7795048 - 593 16 8 1991 20.0000000 32.2684558 - 594 17 8 1991 16.0000000 31.7790050 - 595 18 8 1991 15.0000000 31.3093738 - 596 19 8 1991 15.0000000 30.8579600 - 597 20 8 1991 14.0000000 30.4233189 - 598 21 8 1991 15.0000000 30.0041462 - 599 22 8 1991 13.0000000 29.6000797 - 600 23 8 1991 12.0000000 29.4399110 - 601 24 8 1991 11.0000000 29.1700312 - 602 25 8 1991 12.0000000 28.5061286 - 603 26 8 1991 11.0000000 28.1460812 - 604 27 8 1991 13.0000000 27.7962720 - 605 28 8 1991 11.0000000 27.4558429 - 606 29 8 1991 12.0000000 27.1241806 - 607 30 8 1991 12.0000000 26.8007261 - 608 31 8 1991 11.0000000 26.4849696 - 609 1 9 1991 11.0000000 28.2894987 - 610 2 9 1991 17.0000000 28.4804448 - 611 3 9 1991 11.0000000 25.7875394 - 612 4 9 1991 12.0000000 25.4850313 - 613 5 9 1991 11.0000000 25.1896805 - 614 6 9 1991 11.0000000 24.9007645 - 615 7 9 1991 18.0000000 24.6179151 - 616 8 9 1991 11.0000000 24.3407957 - 617 9 9 1991 13.0000000 24.0690980 - 618 10 9 1991 12.0000000 24.7051013 - 619 11 9 1991 11.0000000 53.6979079 - 620 12 9 1991 20.0000000 47.0294553 - 621 13 9 1991 21.0000000 26.0136502 - 622 14 9 1991 29.0000000 25.5655684 - 623 15 9 1991 28.0000000 25.1409734 - 624 16 9 1991 20.0000000 24.7364654 - 625 17 9 1991 20.0000000 24.3502563 - 626 18 9 1991 20.0000000 23.9807486 - 627 19 9 1991 12.0000000 23.6265129 - 628 20 9 1991 11.0000000 23.2862683 - 629 21 9 1991 11.0000000 22.9588654 - 630 22 9 1991 22.0000000 45.0192481 - 631 23 9 1991 14.0000000 45.2106116 - 632 24 9 1991 48.0000000 25.7517309 - 633 25 9 1991 45.0000000 84.6099457 - 634 26 9 1991 80.0000000 88.0905250 - 635 27 9 1991 61.0000000 67.2404678 - 636 28 9 1991 61.0000000 92.8377432 - 637 29 9 1991 65.0000000 92.8418642 - 638 30 9 1991 63.0000000 81.2688215 - 639 1 10 1991 90.0000000 65.7189377 - 640 2 10 1991 59.0000000 60.0770457 - 641 3 10 1991 45.0000000 56.1824241 - 642 4 10 1991 42.0000000 52.8088424 - 643 5 10 1991 41.0000000 98.1031407 - 644 6 10 1991 41.0000000 106.1736564 - 645 7 10 1991 73.0000000 76.7076348 - 646 8 10 1991 96.0000000 68.7396970 - 647 9 10 1991 61.0000000 64.2770707 - 648 10 10 1991 44.0000000 60.3264630 - 649 11 10 1991 42.0000000 56.9817985 - 650 12 10 1991 41.0000000 81.3864794 - 651 13 10 1991 42.0000000 81.5627902 - 652 14 10 1991 61.0000000 63.9189136 - 653 15 10 1991 55.0000000 60.3038010 - 654 16 10 1991 41.0000000 62.7261018 - 655 17 10 1991 48.0000000 78.3765538 - 656 18 10 1991 52.0000000 103.3149420 - 657 19 10 1991 66.0000000 87.8023893 - 658 20 10 1991 59.0000000 77.6090411 - 659 21 10 1991 71.0000000 73.1198718 - 660 22 10 1991 74.0000000 67.4733162 - 661 23 10 1991 70.0000000 63.6295654 - 662 24 10 1991 59.0000000 60.2414327 - 663 25 10 1991 57.0000000 57.2144965 - 664 26 10 1991 57.0000000 54.4900186 - 665 27 10 1991 51.0000000 52.0308684 - 666 28 10 1991 47.0000000 49.8050819 - 667 29 10 1991 48.0000000 47.7850569 - 668 30 10 1991 45.0000000 50.5858765 - 669 31 10 1991 43.0000000 53.2663856 - 670 1 11 1991 40.0000000 65.3989925 - 671 2 11 1991 47.0000000 68.5968748 - 672 3 11 1991 46.0000000 96.6581603 - 673 4 11 1991 76.0000000 132.7479738 - 674 5 11 1991 60.0000000 125.0954033 - 675 6 11 1991 132.0000000 117.1221449 - 676 7 11 1991 133.0000000 124.0163491 - 677 8 11 1991 113.0000000 148.5862915 - 678 9 11 1991 120.0000000 158.6391860 - 679 10 11 1991 141.0000000 140.8205773 - 680 11 11 1991 208.0000000 167.0748114 - 681 12 11 1991 166.0000000 227.9882696 - 682 13 11 1991 183.0000000 301.3581550 - 683 14 11 1991 299.0000000 445.9526071 - 684 15 11 1991 521.0000000 415.9739393 - 685 16 11 1991 443.0000000 356.1011641 - 686 17 11 1991 304.0000000 302.5598857 - 687 18 11 1991 231.0000000 293.7525111 - 688 19 11 1991 192.0000000 290.4426119 - 689 20 11 1991 199.0000000 263.6085553 - 690 21 11 1991 201.0000000 241.3190219 - 691 22 11 1991 173.0000000 206.3354287 - 692 23 11 1991 159.0000000 178.7643493 - 693 24 11 1991 160.0000000 158.1692648 - 694 25 11 1991 146.0000000 140.9418555 - 695 26 11 1991 110.0000000 126.2952683 - 696 27 11 1991 114.0000000 115.4149818 - 697 28 11 1991 97.0000000 108.6070692 - 698 29 11 1991 89.0000000 102.7998416 - 699 30 11 1991 73.0000000 97.6039950 - 700 1 12 1991 69.0000000 92.9402519 - 701 2 12 1991 67.0000000 88.7415124 - 702 3 12 1991 63.0000000 84.9502646 - 703 4 12 1991 58.0000000 81.5170497 - 704 5 12 1991 59.0000000 78.3992009 - 705 6 12 1991 53.0000000 75.5598003 - 706 7 12 1991 54.0000000 72.9668140 - 707 8 12 1991 51.0000000 70.5923714 - 708 9 12 1991 47.0000000 68.4121620 - 709 10 12 1991 42.0000000 66.4049296 - 710 11 12 1991 40.0000000 64.5520456 - 711 12 12 1991 39.0000000 62.8371481 - 712 13 12 1991 36.0000000 61.2458365 - 713 14 12 1991 37.0000000 59.7654107 - 714 15 12 1991 32.0000000 58.3846494 - 715 16 12 1991 37.0000000 70.1150831 - 716 17 12 1991 62.0000000 174.3680467 - 717 18 12 1991 118.0000000 220.0612661 - 718 19 12 1991 170.0000000 307.6259155 - 719 20 12 1991 229.0000000 412.7806463 - 720 21 12 1991 448.0000000 503.2176204 - 721 22 12 1991 464.0000000 679.3635065 - 722 23 12 1991 675.0000000 614.7126440 - 723 24 12 1991 844.0000000 530.9320741 - 724 25 12 1991 569.0000000 438.8404032 - 725 26 12 1991 358.0000000 367.5554716 - 726 27 12 1991 279.0000000 314.7166976 - 727 28 12 1991 238.0000000 270.3416309 - 728 29 12 1991 201.0000000 231.8579458 - 729 30 12 1991 185.0000000 201.6039416 - 730 31 12 1991 165.0000000 178.1530510 diff --git a/check/case_07/output_save/b1_discharge.nc b/check/case_07/output_save/b1_discharge.nc old mode 100755 new mode 100644 index bde5c2f264ad2cfa80e2e46a04b45f07fea8c8ac..d82ae50a2d30e86f5995229cb417738b5d3c1c02 Binary files a/check/case_07/output_save/b1_discharge.nc and b/check/case_07/output_save/b1_discharge.nc differ diff --git a/check/case_07/output_save/b1_mRM_restart_001.nc b/check/case_07/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index f64e3ed2175204695a6bb7fc547182156063f4fd..76c6737cbb58a553a46ddb7cf5ea74887944c9a4 Binary files a/check/case_07/output_save/b1_mRM_restart_001.nc and b/check/case_07/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_07/output_save/dds_results.out b/check/case_07/output_save/dds_results.out deleted file mode 100755 index d2a866659df0488a0e9e173bb7aa6ea9b8e12632..0000000000000000000000000000000000000000 --- a/check/case_07/output_save/dds_results.out +++ /dev/null @@ -1,13 +0,0 @@ - # settings :: general - # nIterations iseed - 6 1235876 - # settings :: dds specific - # dds_r - 0.200000000000000 - # iter bestf (bestx(j),j=1,nopt) - 0 0.430520421099233 0.150000000000000 1.00000000000000 1.50000000000000 0.500000000000000 0.500000000000000 0.500000000000000 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 0.100000000000000 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.324000000000000 -0.585000000000000 1.250000000000000E-002 6.300000000000000E-003 60.9600000000000 0.970000000000000 0.930000000000000 2.000000000000000E-002 1.75000000000000 0.500000000000000 0.900000000000000 0.100000000000000 180.000000000000 85.0000000000000 7.00000000000000 1.50000000000000 15.0000000000000 0.125000000000000 35.0000000000000 -1.00000000000000 1.00000000000000 0.325000000000000 7.500000000000000E-002 2.00000000000000 0.100000000000000 0.300000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 - 1 0.430520421099233 0.150000000000000 1.00000000000000 1.50000000000000 0.500000000000000 0.500000000000000 0.500000000000000 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 0.100000000000000 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.324000000000000 -0.585000000000000 1.250000000000000E-002 6.300000000000000E-003 60.9600000000000 0.970000000000000 0.930000000000000 2.000000000000000E-002 1.75000000000000 0.500000000000000 0.900000000000000 0.100000000000000 180.000000000000 85.0000000000000 7.00000000000000 1.50000000000000 15.0000000000000 0.125000000000000 35.0000000000000 -1.00000000000000 1.00000000000000 0.325000000000000 7.500000000000000E-002 2.00000000000000 0.100000000000000 0.300000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 - 2 0.301115572104076 0.170272652859209 0.633288797856814 1.68923859529170 0.369004731292571 0.888690284812682 0.652637053450513 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 3.782755091430436E-002 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.335899941466228 -0.862347121812413 1.633336631576477E-002 8.348282790118702E-003 60.9600000000000 0.960788338858429 0.930000000000000 4.861547473059242E-003 1.75000000000000 0.500000000000000 0.891056377266973 0.157705816507799 176.663184163832 85.0000000000000 7.00000000000000 1.03825481904006 5.31918899848635 0.169184559384084 36.5754591153712 -2.67552110572591 1.00000000000000 0.325000000000000 7.240678693321727E-002 1.97104290232356 9.479607164559140E-002 0.300000000000000 118.426283067649 149.209301691405 156.814258020683 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 70.1308689232077 182.638112554114 - 3 0.301115572104076 0.170272652859209 0.633288797856814 1.68923859529170 0.369004731292571 0.888690284812682 0.652637053450513 3.00000000000000 3.50000000000000 4.00000000000000 3.40000000000000 3.782755091430436E-002 0.600000000000000 0.760000000000000 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.335899941466228 -0.862347121812413 1.633336631576477E-002 8.348282790118702E-003 60.9600000000000 0.960788338858429 0.930000000000000 4.861547473059242E-003 1.75000000000000 0.500000000000000 0.891056377266973 0.157705816507799 176.663184163832 85.0000000000000 7.00000000000000 1.03825481904006 5.31918899848635 0.169184559384084 36.5754591153712 -2.67552110572591 1.00000000000000 0.325000000000000 7.240678693321727E-002 1.97104290232356 9.479607164559140E-002 0.300000000000000 118.426283067649 149.209301691405 156.814258020683 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 70.1308689232077 182.638112554114 - 4 0.274425372853267 0.170272652859209 0.633288797856814 1.68923859529170 0.369004731292571 0.888690284812682 0.652637053450513 3.00000000000000 3.50000000000000 5.07896129988637 3.40000000000000 3.782755091430436E-002 0.600000000000000 0.763494578333013 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.437075052345831 -0.862347121812413 1.633336631576477E-002 8.348282790118702E-003 60.9600000000000 0.960788338858429 0.930000000000000 4.861547473059242E-003 1.75000000000000 0.500000000000000 0.891056377266973 0.157705816507799 176.663184163832 142.187809280139 7.00000000000000 1.03825481904006 5.31918899848635 0.160757447003667 36.5754591153712 -3.47577847622492 1.00000000000000 0.325000000000000 7.240678693321727E-002 1.97104290232356 9.479607164559140E-002 0.300000000000000 118.426283067649 149.209301691405 156.814258020683 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 70.1308689232077 182.638112554114 - 5 0.274425372853267 0.170272652859209 0.633288797856814 1.68923859529170 0.369004731292571 0.888690284812682 0.652637053450513 3.00000000000000 3.50000000000000 5.07896129988637 3.40000000000000 3.782755091430436E-002 0.600000000000000 0.763494578333013 9.000000000000000E-004 -0.264000000000000 0.890000000000000 -1.000000000000000E-003 -0.437075052345831 -0.862347121812413 1.633336631576477E-002 8.348282790118702E-003 60.9600000000000 0.960788338858429 0.930000000000000 4.861547473059242E-003 1.75000000000000 0.500000000000000 0.891056377266973 0.157705816507799 176.663184163832 142.187809280139 7.00000000000000 1.03825481904006 5.31918899848635 0.160757447003667 36.5754591153712 -3.47577847622492 1.00000000000000 0.325000000000000 7.240678693321727E-002 1.97104290232356 9.479607164559140E-002 0.300000000000000 118.426283067649 149.209301691405 156.814258020683 100.000000000000 100.000000000000 100.000000000000 100.000000000000 100.000000000000 70.1308689232077 182.638112554114 diff --git a/check/case_07/simulation_mhm_case07.ini b/check/case_07/simulation_mhm_case07.ini deleted file mode 100755 index c2ab6b69299a93f7daa8d348730ff9cc5df2f713..0000000000000000000000000000000000000000 --- a/check/case_07/simulation_mhm_case07.ini +++ /dev/null @@ -1,24 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_07 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig__ndomains = 1 -nml__mainconfig_mhm_mrm__optimize = True -nml__mainconfig_mhm_mrm__opti_method = 1 -nml__mainconfig_mhm_mrm__opti_function = 15 -nml__optimization__niterations = 6 -nml__directories_mhm__time_step_model_inputs = [0] -nml__optional_data__file_tws = [../../test_domain/input/optional_data/tws_domain_1.txt] -nml__time_periods__warming_days = [0] -nml__time_periods__eval_per(1) = {ystart: 1989, mstart: 1, dstart: 1, yend: 1993, mend: 12, dend: 31} diff --git a/check/case_08/mhm.nml b/check/case_08/mhm.nml index a85c36d9faf3fd14714b78b37b6b13f9bca26ad9..03d0d4843b4150c0da9b9eed950d1c22e8fb4182 100755 --- a/check/case_08/mhm.nml +++ b/check/case_08/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_2.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_2.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 12000 diff --git a/check/case_08/mhm_parameter.nml b/check/case_08/mhm_parameter.nml deleted file mode 100755 index bed832a8486ab292a1b0a49da8eb0940504eff47..0000000000000000000000000000000000000000 --- a/check/case_08/mhm_parameter.nml +++ /dev/null @@ -1,186 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! DESILET version -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -Desilets_LW0 = 0.0, 0.2, 0.1783, 0, 1 -Desilets_LW1 = 0.0, 0.05, 0.0, 0, 1 -/ - -! ground albedo neutrons -! COSMIC version -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons2 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 26.56, 424.78, 106.1942, 0, 1 -COSMIC_L31 = -118.3, 200.28, 40.9879, 0, 1 -COSMIC_LW0 = 0.0, 0.2, 0.1783, 0, 1 -COSMIC_LW1 = 0.0, 0.05, 0.0, 0, 1 -/ - - -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_08/mhm_parameter.nml b/check/case_08/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_08/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_08/output_save/ConfigFile.log b/check/case_08/output_save/ConfigFile.log deleted file mode 100644 index 02d41ac334d75ccd48661e96704403565da5066c..0000000000000000000000000000000000000000 --- a/check/case_08/output_save/ConfigFile.log +++ /dev/null @@ -1,475 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.11.3-dev0 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of domain 1 -Total No. of gauges 1 -Time Step [h] 1 - Domain 1 -No. of cells L0 46545 - Domain 1 -No. of cells L1 109 -Total No. of nodes 109 -Total No. of reaches 108 -No. of cells L11 109 -Total No. of gauges 1 -Domain 1 Hydrology Resolution [m] 12000. -Domain 1 Routing Resolution [m] 12000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Domain 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Domai 1 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.900 minCorrectionFactorPET - 29 0.000 0.200 0.100 maxCorrectionFactorPET - 30 160.000 200.000 180.000 aspectTresholdPET - 31 75.000 200.000 85.000 interflowStorageCapacityFactor - 32 0.000 10.000 7.000 interflowRecession_slope - 33 1.000 3.000 1.500 fastInterflowRecession_forest - 34 1.000 30.000 15.000 slowInterflowRecession_Ks - 35 0.050 0.300 0.125 exponentSlowInterflow - 36 0.000 50.000 35.000 rechargeCoefficient - 37 -5.000 5.000 -1.000 rechargeFactor_karstic - 38 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 39 0.310 0.350 0.325 muskingumTravelTime_constant - 40 0.070 0.080 0.075 muskingumTravelTime_riverLength - 41 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 42 0.090 0.110 0.100 muskingumTravelTime_impervious - 43 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 44 1.000 1000.000 100.000 GeoParam(1,:) - 45 1.000 1000.000 100.000 GeoParam(2,:) - 46 1.000 1000.000 100.000 GeoParam(3,:) - 47 1.000 1000.000 100.000 GeoParam(4,:) - 48 1.000 1000.000 100.000 GeoParam(5,:) - 49 1.000 1000.000 100.000 GeoParam(6,:) - 50 1.000 1000.000 100.000 GeoParam(7,:) - 51 1.000 1000.000 100.000 GeoParam(8,:) - 52 1.000 1000.000 100.000 GeoParam(9,:) - 53 1.000 1000.000 100.000 GeoParam(10,:) - 54 300.000 2000.000 1500.000 Desilets_N0 - 55 0.000 0.200 0.178 Desilets_LW0 - 56 0.000 0.050 0.000 Desilets_LW1 - --------------------------------------------------- - Domain Runoff Data --------------------------------------------------- - Gauge No. Domain I Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Domain-wise Configuratio --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_domain/input/morph/ -Directory to land cover input ../../test_domain/input/luse/ -Directory to gauging station input ../../test_domain/input/gauge/ -Directory to precipitation input ../../test_domain/input/meteo/pre/ -Directory to temperature input ../../test_domain/input/meteo/tavg/ -Directory to reference ET input ../../test_domain/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -File to write mHM output when restarted output_b1/b1_mHM_restart_001.nc - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 2 1 1 5.328 7.695 - 3 3 10 2 1 24.678 5.997 - 4 4 11 3 1 7.536 0.100 - 6 7 8 4 1 1.207 0.100 - 8 9 10 5 1 19.642 3.920 - 12 13 6 6 2 7.036 10.092 - 19 20 19 7 1 4.121 18.441 - 20 21 14 8 1 15.399 0.100 - 23 24 25 9 1 18.228 1.591 - 25 26 25 10 1 9.243 1.190 - 26 27 28 11 1 33.592 4.674 - 31 32 31 12 1 16.450 0.100 - 37 38 37 13 1 17.435 2.409 - 38 39 47 14 1 21.607 0.231 - 39 40 48 15 1 19.399 0.412 - 40 41 33 16 1 3.328 0.100 - 41 42 43 17 1 8.864 0.100 - 48 49 48 18 1 13.657 3.222 - 55 56 55 19 1 13.036 0.460 - 63 64 63 20 1 14.778 2.368 - 64 65 57 21 1 14.485 7.180 - 65 66 67 22 1 14.278 2.381 - 70 71 70 23 1 17.278 2.141 - 72 73 72 24 1 13.485 5.636 - 73 74 75 25 1 37.799 0.635 - 76 77 69 26 1 19.142 1.515 - 80 81 89 27 1 20.314 10.732 - 81 82 83 28 1 39.006 0.897 - 84 85 84 29 1 7.243 4.418 - 85 86 78 30 1 14.278 2.872 - 89 90 91 31 1 4.121 3.882 - 96 97 96 32 1 17.899 14.581 - 97 98 91 33 1 10.864 7.456 - 98 99 100 34 1 14.692 6.398 - 101 102 95 35 1 6.036 23.030 - 102 103 96 36 1 17.192 16.984 - 103 104 100 37 1 15.899 1.384 - 106 107 106 38 1 16.899 17.397 - 108 109 108 39 1 7.864 4.578 - 2 2 5 40 0 12.485 0.641 - 7 8 15 41 0 18.399 0.100 - 9 10 17 42 0 5.536 20.775 - 13 14 15 43 0 16.692 0.100 - 14 15 22 44 0 0.500 0.100 - 18 19 12 45 0 24.435 0.100 - 21 22 23 46 0 12.450 0.100 - 22 23 16 47 0 1.414 0.100 - 27 28 29 48 0 19.349 0.100 - 32 33 34 49 0 14.021 0.100 - 33 34 29 50 0 4.243 0.100 - 47 48 47 51 0 14.071 0.100 - 54 55 54 52 0 9.743 0.308 - 56 57 50 53 0 7.243 0.100 - 62 63 62 54 0 13.657 0.879 - 71 72 80 55 0 16.814 4.520 - 79 80 79 56 0 15.192 4.937 - 88 89 88 57 0 16.192 4.632 - 90 91 83 58 0 13.657 2.636 - 94 95 94 59 0 16.399 4.817 - 95 96 88 60 0 9.950 5.829 - 105 106 105 61 0 11.450 6.376 - 107 108 105 62 0 15.864 3.845 - 15 16 17 63 0 15.107 2.118 - 16 17 18 64 0 11.950 0.100 - 28 29 30 65 0 16.864 3.499 - 46 47 46 66 0 13.657 0.439 - 49 50 51 67 0 9.985 0.100 - 53 54 61 68 0 16.278 1.229 - 61 62 61 69 0 15.485 0.517 - 82 83 75 70 0 38.299 0.914 - 87 88 87 71 0 6.243 3.204 - 93 94 93 72 0 6.450 1.550 - 104 105 101 73 0 6.828 0.732 - 45 46 45 74 0 15.192 0.922 - 86 87 79 75 0 15.899 0.377 - 100 101 100 76 0 16.399 1.342 - 44 45 37 77 0 9.364 0.214 - 78 79 78 78 0 1.414 0.100 - 99 100 93 79 0 10.243 3.417 - 36 37 36 80 0 42.127 0.166 - 77 78 70 81 0 15.521 2.062 - 92 93 92 82 0 7.914 3.285 - 35 36 35 83 0 10.036 0.100 - 69 70 69 84 0 3.828 1.045 - 91 92 84 85 0 14.571 1.853 - 68 69 61 86 0 12.278 0.489 - 83 84 76 87 0 9.485 2.214 - 60 61 60 88 0 16.399 3.232 - 75 76 75 89 0 6.536 0.765 - 59 60 53 90 0 1.914 10.971 - 74 75 68 91 0 13.778 0.145 - 52 53 52 92 0 13.985 0.143 - 67 68 67 93 0 0.707 0.100 - 51 52 44 94 0 13.692 1.753 - 66 67 59 95 0 15.021 0.100 - 43 44 43 96 0 1.000 0.100 - 58 59 58 97 0 5.243 0.100 - 57 58 51 98 0 18.192 0.770 - 50 51 43 99 0 21.021 2.949 - 42 43 35 100 0 3.828 0.100 - 34 35 30 101 0 11.328 0.100 - 29 30 31 102 0 1.914 0.100 - 30 31 25 103 0 17.021 0.100 - 24 25 18 104 0 13.036 0.100 - 17 18 11 105 0 11.364 0.100 - 10 11 12 106 0 5.036 0.100 - 11 12 5 107 0 11.485 0.100 - 5 5 6 108 2 3.207 9.354 - --------------------- - Overall Domai - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 - 58 - 59 - 60 - 61 - 62 - 63 - 64 - 65 - 66 - 67 - 68 - 69 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79 - 80 - 81 - 82 - 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90 - 91 - 92 - 93 - 94 - 95 - 96 - 97 - 98 - 99 - 100 - 101 - 102 - 103 - 104 - 105 - 106 - 107 - 108 - 109 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 8.250 - 2 2 29.750 - 3 3 26.750 - 4 4 91.750 - 5 5 134.250 - 6 6 65.750 - 7 7 8.000 - 8 8 20.750 - 9 9 35.000 - 10 10 141.750 - 11 11 144.000 - 12 12 144.000 - 13 13 29.500 - 14 14 99.750 - 15 15 138.750 - 16 16 118.000 - 17 17 144.000 - 18 18 144.000 - 19 19 138.000 - 20 20 2.750 - 21 21 41.750 - 22 22 144.000 - 23 23 144.000 - 24 24 144.000 - 25 25 144.000 - 26 26 86.500 - 27 27 0.750 - 28 28 92.750 - 29 29 144.000 - 30 30 144.000 - 31 31 144.000 - 32 32 60.000 - 33 33 95.750 - 34 34 144.000 - 35 35 144.000 - 36 36 144.000 - 37 37 112.000 - 38 38 23.250 - 39 39 61.750 - 40 40 7.000 - 41 41 86.250 - 42 42 144.000 - 43 43 144.000 - 44 44 144.000 - 45 45 144.000 - 46 46 135.250 - 47 47 144.000 - 48 48 128.000 - 49 49 9.000 - 50 50 134.000 - 51 51 144.000 - 52 52 144.000 - 53 53 144.000 - 54 54 144.000 - 55 55 144.000 - 56 56 99.250 - 57 57 96.250 - 58 58 144.000 - 59 59 144.000 - 60 60 144.000 - 61 61 144.000 - 62 62 144.000 - 63 63 140.000 - 64 64 48.250 - 65 65 10.500 - 66 66 141.250 - 67 67 144.000 - 68 68 144.000 - 69 69 144.000 - 70 70 144.000 - 71 71 144.000 - 72 72 140.000 - 73 73 29.250 - 74 74 115.750 - 75 75 144.000 - 76 76 144.000 - 77 77 144.000 - 78 78 144.000 - 79 79 144.000 - 80 80 144.000 - 81 81 5.250 - 82 82 112.750 - 83 83 144.000 - 84 84 144.000 - 85 85 144.000 - 86 86 144.000 - 87 87 144.000 - 88 88 144.000 - 89 89 59.250 - 90 90 61.250 - 91 91 138.250 - 92 92 119.250 - 93 93 144.000 - 94 94 144.000 - 95 95 144.000 - 96 96 128.000 - 97 97 5.750 - 98 98 3.250 - 99 99 10.250 - 100 100 138.500 - 101 101 144.000 - 102 102 144.000 - 103 103 83.750 - 104 104 49.250 - 105 105 144.000 - 106 106 123.250 - 107 107 5.250 - 108 108 45.750 - 109 109 76.000 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_08/output_save/FinalParam.out b/check/case_08/output_save/FinalParam.out deleted file mode 100644 index b5d8170d7d44fa94da3717eff06058c01295434d..0000000000000000000000000000000000000000 --- a/check/case_08/output_save/FinalParam.out +++ /dev/null @@ -1,2 +0,0 @@ - OF canopyInterceptionFactor snowTreshholdTemperature degreeDayFactor_forest degreeDayFactor_impervious degreeDayFactor_pervious increaseDegreeDayFactorByPrecip maxDegreeDayFactor_forest maxDegreeDayFactor_impervious maxDegreeDayFactor_pervious orgMatterContent_forest orgMatterContent_impervious orgMatterContent_pervious PTF_lower66_5_constant PTF_lower66_5_clay PTF_lower66_5_Db PTF_higher66_5_constant PTF_higher66_5_clay PTF_higher66_5_Db PTF_Ks_constant PTF_Ks_sand PTF_Ks_clay PTF_Ks_curveSlope rootFractionCoefficient_forest rootFractionCoefficient_impervious rootFractionCoefficient_pervious infiltrationShapeFactor imperviousStorageCapacity minCorrectionFactorPET maxCorrectionFactorPET aspectTresholdPET interflowStorageCapacityFactor interflowRecession_slope fastInterflowRecession_forest slowInterflowRecession_Ks exponentSlowInterflow rechargeCoefficient rechargeFactor_karstic gain_loss_GWreservoir_karstic muskingumTravelTime_constant muskingumTravelTime_riverLength muskingumTravelTime_riverSlope muskingumTravelTime_impervious muskingumAttenuation_riverSlope GeoParam(1,:) GeoParam(2,:) GeoParam(3,:) GeoParam(4,:) GeoParam(5,:) GeoParam(6,:) GeoParam(7,:) GeoParam(8,:) GeoParam(9,:) GeoParam(10,:) Desilets_N0 Desilets_LW0 Desilets_LW1 - 8.36029925553696E-02 1.70272652859209E-01 1.13976565529653E+00 2.33454592639807E+00 6.24673751754268E-01 8.88690284812682E-01 6.52637053450513E-01 3.00000000000000E+00 4.33619377413225E+00 5.07896129988637E+00 3.40000000000000E+00 3.78275509143044E-02 6.00000000000000E-01 7.63494578333013E-01 9.00000000000000E-04 -2.67731904989612E-01 8.90000000000000E-01 -1.00000000000000E-03 -4.37075052345831E-01 -8.62347121812413E-01 1.63333663157648E-02 8.34828279011870E-03 6.09600000000000E+01 9.60788338858429E-01 9.15400938753431E-01 2.41940249504681E-02 2.63692839510572E+00 5.00000000000000E-01 8.91056377266973E-01 1.57705816507799E-01 1.76663184163832E+02 1.34972722293913E+02 9.35683425455306E+00 1.03825481904006E+00 5.31918899848635E+00 1.64552950052485E-01 3.65754591153712E+01 -3.47577847622492E+00 1.00000000000000E+00 3.30107072341768E-01 7.09191953410400E-02 1.97104290232356E+00 9.47960716455914E-02 3.00000000000000E-01 1.18426283067649E+02 1.49209301691405E+02 1.56814258020683E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.27697432467124E+02 1.82638112554114E+02 1.50000000000000E+03 1.78300000000000E-01 0.00000000000000E+00 diff --git a/check/case_08/output_save/b1_daily_discharge.out b/check/case_08/output_save/b1_daily_discharge.out deleted file mode 100644 index 2a54557d8b924acb9215ec172022ff2624437afa..0000000000000000000000000000000000000000 --- a/check/case_08/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 88.5859276 - 2 2 7 1990 92.0000000 67.3358822 - 3 3 7 1990 72.0000000 66.3097991 - 4 4 7 1990 58.0000000 88.7167278 - 5 5 7 1990 69.0000000 119.0097309 - 6 6 7 1990 94.0000000 129.8117162 - 7 7 7 1990 199.0000000 113.6664926 - 8 8 7 1990 133.0000000 121.0511637 - 9 9 7 1990 124.0000000 102.5057946 - 10 10 7 1990 123.0000000 91.5175879 - 11 11 7 1990 99.0000000 83.0427631 - 12 12 7 1990 88.0000000 76.1791193 - 13 13 7 1990 84.0000000 70.5056994 - 14 14 7 1990 72.0000000 65.7403514 - 15 15 7 1990 55.0000000 61.6857490 - 16 16 7 1990 65.0000000 58.1990200 - 17 17 7 1990 50.0000000 55.1737044 - 18 18 7 1990 50.0000000 52.5285415 - 19 19 7 1990 46.0000000 50.2002306 - 20 20 7 1990 44.0000000 48.1385998 - 21 21 7 1990 42.0000000 46.3032898 - 22 22 7 1990 37.0000000 44.6614186 - 23 23 7 1990 38.0000000 43.1858989 - 24 24 7 1990 44.0000000 41.8542036 - 25 25 7 1990 30.0000000 40.6474413 - 26 26 7 1990 26.0000000 39.5496542 - 27 27 7 1990 31.0000000 38.5472758 - 28 28 7 1990 33.0000000 40.1996931 - 29 29 7 1990 42.0000000 38.2475070 - 30 30 7 1990 36.0000000 36.1448665 - 31 31 7 1990 34.0000000 35.4083419 - 32 1 8 1990 25.0000000 34.7251256 - 33 2 8 1990 22.0000000 34.0892582 - 34 3 8 1990 28.0000000 33.4955445 - 35 4 8 1990 25.0000000 32.9394414 - 36 5 8 1990 19.0000000 32.4169652 - 37 6 8 1990 22.0000000 31.9246258 - 38 7 8 1990 19.0000000 31.4593185 - 39 8 8 1990 22.0000000 31.0183280 - 40 9 8 1990 19.0000000 30.5992503 - 41 10 8 1990 20.0000000 30.1999530 - 42 11 8 1990 19.0000000 29.8185447 - 43 12 8 1990 19.0000000 29.4533446 - 44 13 8 1990 22.0000000 32.0004182 - 45 14 8 1990 36.0000000 49.8066064 - 46 15 8 1990 31.0000000 50.9965324 - 47 16 8 1990 30.0000000 37.1430813 - 48 17 8 1990 28.0000000 37.6982305 - 49 18 8 1990 34.0000000 29.1781909 - 50 19 8 1990 21.0000000 28.5865668 - 51 20 8 1990 30.0000000 28.1830071 - 52 21 8 1990 22.0000000 27.8022337 - 53 22 8 1990 21.0000000 27.4414509 - 54 23 8 1990 23.0000000 27.0982966 - 55 24 8 1990 20.0000000 26.7707622 - 56 25 8 1990 29.0000000 26.4574064 - 57 26 8 1990 20.0000000 26.1962391 - 58 27 8 1990 22.0000000 27.2621797 - 59 28 8 1990 23.0000000 27.0535456 - 60 29 8 1990 35.0000000 25.4745901 - 61 30 8 1990 51.0000000 85.5827687 - 62 31 8 1990 80.0000000 123.7423672 - 63 1 9 1990 56.0000000 52.2610758 - 64 2 9 1990 33.0000000 37.6382932 - 65 3 9 1990 27.0000000 35.1159099 - 66 4 9 1990 27.0000000 34.5212651 - 67 5 9 1990 28.0000000 38.7175191 - 68 6 9 1990 26.0000000 32.1543601 - 69 7 9 1990 24.0000000 35.5593868 - 70 8 9 1990 33.0000000 35.0780480 - 71 9 9 1990 26.0000000 30.2349496 - 72 10 9 1990 27.0000000 29.1206167 - 73 11 9 1990 22.0000000 28.2187518 - 74 12 9 1990 22.0000000 27.4228766 - 75 13 9 1990 21.0000000 26.7141778 - 76 14 9 1990 22.0000000 26.0779672 - 77 15 9 1990 22.0000000 25.5026030 - 78 16 9 1990 22.0000000 24.9787390 - 79 17 9 1990 20.0000000 24.4987873 - 80 18 9 1990 22.0000000 24.0565270 - 81 19 9 1990 16.0000000 23.6468129 - 82 20 9 1990 22.0000000 23.2653571 - 83 21 9 1990 19.0000000 28.3434708 - 84 22 9 1990 32.0000000 79.3559162 - 85 23 9 1990 27.0000000 92.0659027 - 86 24 9 1990 45.0000000 62.9492956 - 87 25 9 1990 42.0000000 46.1125065 - 88 26 9 1990 39.0000000 39.8838654 - 89 27 9 1990 30.0000000 37.1064901 - 90 28 9 1990 28.0000000 34.8167313 - 91 29 9 1990 30.0000000 32.8969313 - 92 30 9 1990 30.0000000 61.1373874 - 93 1 10 1990 56.0000000 138.4765059 - 94 2 10 1990 72.0000000 145.3022961 - 95 3 10 1990 73.0000000 124.6060194 - 96 4 10 1990 68.0000000 123.6970381 - 97 5 10 1990 53.0000000 102.8458169 - 98 6 10 1990 42.0000000 87.9660946 - 99 7 10 1990 33.0000000 77.1080397 - 100 8 10 1990 42.0000000 68.8042196 - 101 9 10 1990 34.0000000 62.2081768 - 102 10 10 1990 36.0000000 56.8008034 - 103 11 10 1990 36.0000000 52.3092095 - 104 12 10 1990 28.0000000 48.5248761 - 105 13 10 1990 32.0000000 45.2990741 - 106 14 10 1990 27.0000000 42.5226062 - 107 15 10 1990 35.0000000 40.3647314 - 108 16 10 1990 42.0000000 40.6806618 - 109 17 10 1990 35.0000000 44.9993253 - 110 18 10 1990 39.0000000 55.1092747 - 111 19 10 1990 34.0000000 44.1989916 - 112 20 10 1990 32.0000000 40.9194858 - 113 21 10 1990 34.0000000 38.4534411 - 114 22 10 1990 27.0000000 36.3592577 - 115 23 10 1990 31.0000000 34.5555206 - 116 24 10 1990 28.0000000 32.9855740 - 117 25 10 1990 25.0000000 32.2037948 - 118 26 10 1990 29.0000000 45.6803809 - 119 27 10 1990 31.0000000 62.2085794 - 120 28 10 1990 65.0000000 163.7779311 - 121 29 10 1990 69.0000000 292.0327779 - 122 30 10 1990 157.0000000 289.1572639 - 123 31 10 1990 190.0000000 224.8780513 - 124 1 11 1990 115.0000000 200.3903205 - 125 2 11 1990 104.0000000 196.9656109 - 126 3 11 1990 100.0000000 209.2267193 - 127 4 11 1990 131.0000000 199.4402641 - 128 5 11 1990 130.0000000 192.2006039 - 129 6 11 1990 115.0000000 161.6527570 - 130 7 11 1990 102.0000000 135.1577892 - 131 8 11 1990 95.0000000 116.9694549 - 132 9 11 1990 81.0000000 103.4861101 - 133 10 11 1990 66.0000000 104.1355990 - 134 11 11 1990 67.0000000 137.7835887 - 135 12 11 1990 74.0000000 183.3719636 - 136 13 11 1990 109.0000000 168.2959131 - 137 14 11 1990 92.0000000 189.5369272 - 138 15 11 1990 92.0000000 232.1960240 - 139 16 11 1990 155.0000000 215.0467466 - 140 17 11 1990 159.0000000 183.1899111 - 141 18 11 1990 131.0000000 195.6706119 - 142 19 11 1990 161.0000000 218.1763786 - 143 20 11 1990 196.0000000 321.7257451 - 144 21 11 1990 336.0000000 563.5230693 - 145 22 11 1990 566.0000000 459.1543459 - 146 23 11 1990 373.0000000 424.4785758 - 147 24 11 1990 293.0000000 375.3007785 - 148 25 11 1990 264.0000000 343.5129883 - 149 26 11 1990 226.0000000 311.4557885 - 150 27 11 1990 201.0000000 246.9358344 - 151 28 11 1990 180.0000000 199.2544376 - 152 29 11 1990 161.0000000 179.9756130 - 153 30 11 1990 149.0000000 183.9610715 - 154 1 12 1990 134.0000000 159.1786791 - 155 2 12 1990 113.0000000 137.9378445 - 156 3 12 1990 99.0000000 121.9708178 - 157 4 12 1990 107.0000000 109.8103730 - 158 5 12 1990 99.0000000 99.9364977 - 159 6 12 1990 89.0000000 91.6228038 - 160 7 12 1990 77.0000000 84.7072979 - 161 8 12 1990 71.0000000 78.8757154 - 162 9 12 1990 68.0000000 73.9019429 - 163 10 12 1990 73.0000000 69.6191913 - 164 11 12 1990 84.0000000 65.9013257 - 165 12 12 1990 88.0000000 81.0294325 - 166 13 12 1990 92.0000000 113.4817029 - 167 14 12 1990 128.0000000 115.9214500 - 168 15 12 1990 136.0000000 99.5572864 - 169 16 12 1990 114.0000000 86.6340131 - 170 17 12 1990 101.0000000 77.3749628 - 171 18 12 1990 93.0000000 70.4118378 - 172 19 12 1990 85.0000000 64.9956115 - 173 20 12 1990 81.0000000 60.6700464 - 174 21 12 1990 106.0000000 102.5404492 - 175 22 12 1990 159.0000000 210.2696521 - 176 23 12 1990 250.0000000 256.7926614 - 177 24 12 1990 298.0000000 246.4273521 - 178 25 12 1990 261.0000000 240.9607165 - 179 26 12 1990 228.0000000 454.8598793 - 180 27 12 1990 409.0000000 686.5345919 - 181 28 12 1990 486.0000000 677.3599146 - 182 29 12 1990 440.0000000 681.0196353 - 183 30 12 1990 486.0000000 862.4369828 - 184 31 12 1990 774.0000000 909.4649847 - 185 1 1 1991 889.0000000 963.4234241 - 186 2 1 1991 863.0000000 982.2964431 - 187 3 1 1991 875.0000000 1145.7540271 - 188 4 1 1991 932.0000000 964.6552044 - 189 5 1 1991 826.0000000 805.0841339 - 190 6 1 1991 731.0000000 745.1107983 - 191 7 1 1991 613.0000000 653.4501744 - 192 8 1 1991 610.0000000 676.7105923 - 193 9 1 1991 686.0000000 591.9358919 - 194 10 1 1991 556.0000000 641.9617860 - 195 11 1 1991 669.0000000 781.0970421 - 196 12 1 1991 828.0000000 715.1573765 - 197 13 1 1991 735.0000000 507.2818677 - 198 14 1 1991 513.0000000 366.9412039 - 199 15 1 1991 411.0000000 284.8551080 - 200 16 1 1991 345.0000000 234.3234368 - 201 17 1 1991 293.0000000 200.5772462 - 202 18 1 1991 251.0000000 175.6604324 - 203 19 1 1991 222.0000000 156.5540411 - 204 20 1 1991 215.0000000 141.4847414 - 205 21 1 1991 213.0000000 133.0291347 - 206 22 1 1991 202.0000000 143.6985752 - 207 23 1 1991 200.0000000 145.2028332 - 208 24 1 1991 192.0000000 132.1917022 - 209 25 1 1991 176.0000000 119.4180295 - 210 26 1 1991 164.0000000 109.5392892 - 211 27 1 1991 157.0000000 101.5922703 - 212 28 1 1991 134.0000000 95.0983582 - 213 29 1 1991 130.0000000 89.6982088 - 214 30 1 1991 119.0000000 85.1404989 - 215 31 1 1991 107.0000000 81.2453653 - 216 1 2 1991 112.0000000 77.8804636 - 217 2 2 1991 109.0000000 74.9461203 - 218 3 2 1991 101.0000000 72.3657660 - 219 4 2 1991 98.0000000 70.0795694 - 220 5 2 1991 84.0000000 68.0400824 - 221 6 2 1991 93.0000000 66.2091890 - 222 7 2 1991 80.0000000 64.5559209 - 223 8 2 1991 73.0000000 63.0548644 - 224 9 2 1991 89.0000000 61.6849789 - 225 10 2 1991 84.0000000 60.4287065 - 226 11 2 1991 78.0000000 59.2712925 - 227 12 2 1991 79.0000000 58.2002596 - 228 13 2 1991 77.0000000 57.2049968 - 229 14 2 1991 80.0000000 56.2764339 - 230 15 2 1991 72.0000000 55.4067827 - 231 16 2 1991 78.0000000 57.1474493 - 232 17 2 1991 74.0000000 60.4338302 - 233 18 2 1991 77.0000000 58.5611566 - 234 19 2 1991 73.0000000 70.4055746 - 235 20 2 1991 69.0000000 133.0551354 - 236 21 2 1991 74.0000000 206.1548885 - 237 22 2 1991 81.0000000 258.1193159 - 238 23 2 1991 110.0000000 208.9805392 - 239 24 2 1991 180.0000000 171.3920438 - 240 25 2 1991 213.0000000 157.8724885 - 241 26 2 1991 222.0000000 143.3905189 - 242 27 2 1991 208.0000000 130.0565306 - 243 28 2 1991 211.0000000 125.5990678 - 244 1 3 1991 214.0000000 116.9780616 - 245 2 3 1991 208.0000000 123.4579779 - 246 3 3 1991 221.0000000 133.9365434 - 247 4 3 1991 281.0000000 119.9844999 - 248 5 3 1991 219.0000000 107.2920919 - 249 6 3 1991 190.0000000 97.9597341 - 250 7 3 1991 173.0000000 90.6364707 - 251 8 3 1991 164.0000000 84.6845384 - 252 9 3 1991 142.0000000 81.3024211 - 253 10 3 1991 133.0000000 80.3600931 - 254 11 3 1991 133.0000000 80.2131666 - 255 12 3 1991 118.0000000 76.0412822 - 256 13 3 1991 127.0000000 71.8979903 - 257 14 3 1991 113.0000000 68.5015143 - 258 15 3 1991 107.0000000 65.6092168 - 259 16 3 1991 100.0000000 63.1114677 - 260 17 3 1991 100.0000000 60.9337582 - 261 18 3 1991 95.0000000 59.0538664 - 262 19 3 1991 98.0000000 103.7528566 - 263 20 3 1991 119.0000000 176.1911613 - 264 21 3 1991 159.0000000 183.2999564 - 265 22 3 1991 196.0000000 239.4503488 - 266 23 3 1991 242.0000000 210.1379937 - 267 24 3 1991 216.0000000 168.9728870 - 268 25 3 1991 180.0000000 140.3683352 - 269 26 3 1991 145.0000000 121.0760505 - 270 27 3 1991 127.0000000 109.4897143 - 271 28 3 1991 117.0000000 99.2444493 - 272 29 3 1991 109.0000000 90.3932182 - 273 30 3 1991 106.0000000 83.4337669 - 274 31 3 1991 99.0000000 77.7918082 - 275 1 4 1991 96.0000000 73.1306396 - 276 2 4 1991 88.0000000 69.2196044 - 277 3 4 1991 87.0000000 65.8949099 - 278 4 4 1991 82.0000000 63.3655822 - 279 5 4 1991 84.0000000 61.7357972 - 280 6 4 1991 67.0000000 59.7176151 - 281 7 4 1991 89.0000000 57.7348532 - 282 8 4 1991 75.0000000 56.1656116 - 283 9 4 1991 79.0000000 54.5617708 - 284 10 4 1991 70.0000000 53.0138042 - 285 11 4 1991 69.0000000 51.6222637 - 286 12 4 1991 69.0000000 50.3666111 - 287 13 4 1991 56.0000000 49.2269405 - 288 14 4 1991 63.0000000 48.1869099 - 289 15 4 1991 58.0000000 47.2390729 - 290 16 4 1991 56.0000000 46.3607657 - 291 17 4 1991 54.0000000 45.5455452 - 292 18 4 1991 57.0000000 44.8086683 - 293 19 4 1991 53.0000000 44.7064676 - 294 20 4 1991 53.0000000 44.5448953 - 295 21 4 1991 65.0000000 44.7940925 - 296 22 4 1991 69.0000000 45.4146662 - 297 23 4 1991 61.0000000 47.4718740 - 298 24 4 1991 56.0000000 46.0517061 - 299 25 4 1991 56.0000000 44.1426516 - 300 26 4 1991 53.0000000 43.1905769 - 301 27 4 1991 49.0000000 42.4189958 - 302 28 4 1991 53.0000000 41.7048592 - 303 29 4 1991 48.0000000 44.7443091 - 304 30 4 1991 57.0000000 74.3417566 - 305 1 5 1991 69.0000000 99.7658207 - 306 2 5 1991 89.0000000 72.8222626 - 307 3 5 1991 105.0000000 65.8070127 - 308 4 5 1991 79.0000000 61.1670207 - 309 5 5 1991 69.0000000 57.5570101 - 310 6 5 1991 71.0000000 54.9851230 - 311 7 5 1991 60.0000000 52.6098837 - 312 8 5 1991 64.0000000 50.2581460 - 313 9 5 1991 59.0000000 48.3246444 - 314 10 5 1991 57.0000000 46.8240004 - 315 11 5 1991 55.0000000 51.6278541 - 316 12 5 1991 53.0000000 49.3447339 - 317 13 5 1991 52.0000000 47.8525919 - 318 14 5 1991 50.0000000 46.0713825 - 319 15 5 1991 52.0000000 47.4870971 - 320 16 5 1991 54.0000000 55.2852285 - 321 17 5 1991 54.0000000 50.7624526 - 322 18 5 1991 55.0000000 48.5140070 - 323 19 5 1991 48.0000000 46.8254148 - 324 20 5 1991 48.0000000 45.3086241 - 325 21 5 1991 49.0000000 43.9376500 - 326 22 5 1991 41.0000000 42.6937123 - 327 23 5 1991 40.0000000 41.5608896 - 328 24 5 1991 40.0000000 40.5255964 - 329 25 5 1991 39.0000000 39.5761754 - 330 26 5 1991 43.0000000 38.7025751 - 331 27 5 1991 39.0000000 37.8960919 - 332 28 5 1991 36.0000000 37.1491606 - 333 29 5 1991 33.0000000 36.4551845 - 334 30 5 1991 39.0000000 35.8083936 - 335 31 5 1991 34.0000000 35.2037282 - 336 1 6 1991 37.0000000 34.6367408 - 337 2 6 1991 35.0000000 34.1035135 - 338 3 6 1991 29.0000000 33.6005882 - 339 4 6 1991 33.0000000 33.1249073 - 340 5 6 1991 34.0000000 32.6739611 - 341 6 6 1991 32.0000000 46.1382866 - 342 7 6 1991 38.0000000 50.8134439 - 343 8 6 1991 39.0000000 45.0134303 - 344 9 6 1991 41.0000000 35.9407971 - 345 10 6 1991 44.0000000 53.7128109 - 346 11 6 1991 48.0000000 39.7554934 - 347 12 6 1991 42.0000000 35.5859746 - 348 13 6 1991 37.0000000 34.6165592 - 349 14 6 1991 39.0000000 33.8949461 - 350 15 6 1991 35.0000000 33.0889237 - 351 16 6 1991 31.0000000 34.1722037 - 352 17 6 1991 33.0000000 39.8002324 - 353 18 6 1991 31.0000000 38.8331112 - 354 19 6 1991 28.0000000 35.7802485 - 355 20 6 1991 60.0000000 60.2277340 - 356 21 6 1991 48.0000000 67.5116998 - 357 22 6 1991 54.0000000 44.0200315 - 358 23 6 1991 63.0000000 49.9312991 - 359 24 6 1991 41.0000000 45.8723957 - 360 25 6 1991 42.0000000 40.6391815 - 361 26 6 1991 43.0000000 38.6422622 - 362 27 6 1991 38.0000000 43.8736361 - 363 28 6 1991 38.0000000 47.8587960 - 364 29 6 1991 35.0000000 42.1008005 - 365 30 6 1991 41.0000000 38.9346302 diff --git a/check/case_08/output_save/dds_results.out b/check/case_08/output_save/dds_results.out deleted file mode 100644 index 7a81e9ca50217832e89de7782f689c1788fe1439..0000000000000000000000000000000000000000 --- a/check/case_08/output_save/dds_results.out +++ /dev/null @@ -1,13 +0,0 @@ - # settings :: general - # nIterations iseed - 6 1235876 - # settings :: dds specific - # dds_r - 0.20000000000000001 - # iter bestf (bestx(j),j=1,nopt) - 0 0.13287669257201110 0.14999999999999999 1.0000000000000000 1.5000000000000000 0.50000000000000000 0.50000000000000000 0.50000000000000000 3.0000000000000000 3.5000000000000000 4.0000000000000000 3.3999999999999999 0.10000000000000001 0.59999999999999998 0.76000000000000001 8.9999999999999998E-004 -0.26400000000000001 0.89000000000000001 -1.0000000000000000E-003 -0.32400000000000001 -0.58499999999999996 1.2500000000000001E-002 6.3000000000000000E-003 60.960000000000001 0.96999999999999997 0.93000000000000005 2.0000000000000000E-002 1.7500000000000000 0.50000000000000000 0.90000000000000002 0.10000000000000001 180.00000000000000 85.000000000000000 7.0000000000000000 1.5000000000000000 15.000000000000000 0.12500000000000000 35.000000000000000 -1.0000000000000000 1.0000000000000000 0.32500000000000001 7.4999999999999997E-002 2.0000000000000000 0.10000000000000001 0.29999999999999999 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 1500.0000000000000 0.17829999999999999 0.0000000000000000 - 1 0.13287669257201110 0.14999999999999999 1.0000000000000000 1.5000000000000000 0.50000000000000000 0.50000000000000000 0.50000000000000000 3.0000000000000000 3.5000000000000000 4.0000000000000000 3.3999999999999999 0.10000000000000001 0.59999999999999998 0.76000000000000001 8.9999999999999998E-004 -0.26400000000000001 0.89000000000000001 -1.0000000000000000E-003 -0.32400000000000001 -0.58499999999999996 1.2500000000000001E-002 6.3000000000000000E-003 60.960000000000001 0.96999999999999997 0.93000000000000005 2.0000000000000000E-002 1.7500000000000000 0.50000000000000000 0.90000000000000002 0.10000000000000001 180.00000000000000 85.000000000000000 7.0000000000000000 1.5000000000000000 15.000000000000000 0.12500000000000000 35.000000000000000 -1.0000000000000000 1.0000000000000000 0.32500000000000001 7.4999999999999997E-002 2.0000000000000000 0.10000000000000001 0.29999999999999999 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 1500.0000000000000 0.17829999999999999 0.0000000000000000 - 2 0.10300978631314563 0.17027265285920873 0.63328879785681413 1.6892385952916955 0.36900473129257128 0.88869028481268164 0.65263705345051259 3.0000000000000000 3.5000000000000000 4.0000000000000000 3.3999999999999999 3.7827550914304356E-002 0.59999999999999998 0.76000000000000001 8.9999999999999998E-004 -0.26400000000000001 0.89000000000000001 -1.0000000000000000E-003 -0.33589994146622798 -0.86234712181241258 1.6333366315764774E-002 8.3482827901187016E-003 60.960000000000001 0.96078833885842863 0.93000000000000005 4.8615474730592419E-003 1.7500000000000000 0.50000000000000000 0.89105637726697307 0.15770581650779936 176.66318416383174 85.000000000000000 7.0000000000000000 1.0382548190400636 5.3191889984863536 0.16918455938408411 36.575459115371153 -2.6755211057259123 1.0000000000000000 0.32500000000000001 7.2406786933217268E-002 1.9710429023235612 9.4796071645591395E-002 0.29999999999999999 118.42628306764863 149.20930169140473 156.81425802068264 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 70.130868923207657 182.63811255411412 1500.0000000000000 0.17829999999999999 0.0000000000000000 - 3 9.6078828330387736E-002 0.17027265285920873 1.1397656552965350 2.3345459263980697 0.62467375175426842 0.88869028481268164 0.65263705345051259 3.0000000000000000 4.3361937741322478 4.0000000000000000 3.3999999999999999 3.7827550914304356E-002 0.59999999999999998 0.76000000000000001 8.9999999999999998E-004 -0.26773190498961208 0.89000000000000001 -1.0000000000000000E-003 -0.33589994146622798 -0.86234712181241258 1.6333366315764774E-002 8.3482827901187016E-003 60.960000000000001 0.96078833885842863 0.91540093875343109 2.4194024950468091E-002 2.6369283951057225 0.50000000000000000 0.89105637726697307 0.15770581650779936 176.66318416383174 77.784913013774258 9.3568342545530570 1.0382548190400636 5.3191889984863536 0.17298006243290229 36.575459115371153 -2.6755211057259123 1.0000000000000000 0.33010707234176839 7.0919195341039978E-002 1.9710429023235612 9.4796071645591395E-002 0.29999999999999999 118.42628306764863 149.20930169140473 156.81425802068264 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 127.69743246712426 182.63811255411412 1500.0000000000000 0.17829999999999999 0.0000000000000000 - 4 8.3602992555369640E-002 0.17027265285920873 1.1397656552965350 2.3345459263980697 0.62467375175426842 0.88869028481268164 0.65263705345051259 3.0000000000000000 4.3361937741322478 5.0789612998863713 3.3999999999999999 3.7827550914304356E-002 0.59999999999999998 0.76349457833301337 8.9999999999999998E-004 -0.26773190498961208 0.89000000000000001 -1.0000000000000000E-003 -0.43707505234583111 -0.86234712181241258 1.6333366315764774E-002 8.3482827901187016E-003 60.960000000000001 0.96078833885842863 0.91540093875343109 2.4194024950468091E-002 2.6369283951057225 0.50000000000000000 0.89105637726697307 0.15770581650779936 176.66318416383174 134.97272229391288 9.3568342545530570 1.0382548190400636 5.3191889984863536 0.16455295005248483 36.575459115371153 -3.4757784762249231 1.0000000000000000 0.33010707234176839 7.0919195341039978E-002 1.9710429023235612 9.4796071645591395E-002 0.29999999999999999 118.42628306764863 149.20930169140473 156.81425802068264 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 127.69743246712426 182.63811255411412 1500.0000000000000 0.17829999999999999 0.0000000000000000 - 5 8.3602992555369640E-002 0.17027265285920873 1.1397656552965350 2.3345459263980697 0.62467375175426842 0.88869028481268164 0.65263705345051259 3.0000000000000000 4.3361937741322478 5.0789612998863713 3.3999999999999999 3.7827550914304356E-002 0.59999999999999998 0.76349457833301337 8.9999999999999998E-004 -0.26773190498961208 0.89000000000000001 -1.0000000000000000E-003 -0.43707505234583111 -0.86234712181241258 1.6333366315764774E-002 8.3482827901187016E-003 60.960000000000001 0.96078833885842863 0.91540093875343109 2.4194024950468091E-002 2.6369283951057225 0.50000000000000000 0.89105637726697307 0.15770581650779936 176.66318416383174 134.97272229391288 9.3568342545530570 1.0382548190400636 5.3191889984863536 0.16455295005248483 36.575459115371153 -3.4757784762249231 1.0000000000000000 0.33010707234176839 7.0919195341039978E-002 1.9710429023235612 9.4796071645591395E-002 0.29999999999999999 118.42628306764863 149.20930169140473 156.81425802068264 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 100.00000000000000 127.69743246712426 182.63811255411412 1500.0000000000000 0.17829999999999999 0.0000000000000000 diff --git a/check/case_08/simulation_mhm_case08.ini b/check/case_08/simulation_mhm_case08.ini deleted file mode 100755 index 6d2c20db952b799407360f2c27d25fa882334582..0000000000000000000000000000000000000000 --- a/check/case_08/simulation_mhm_case08.ini +++ /dev/null @@ -1,26 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_08 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig__resolution_hydrology = 12000 -nml__mainconfig_mhm_mrm__optimize = True -nml__mainconfig_mhm_mrm__opti_method = 1 -nml__mainconfig_mhm_mrm__opti_function = 17 -nml__mainconfig_mhm_mrm__resolution_Routing = 12000 -nml__optimization__niterations = 6 -nml__directories_mhm__time_step_model_inputs = 0 -nml__optional_data__dir_neutrons = ../../test_domain/input/optional_data/ -nml__processselection__processcase(10) = 1 -nml__directories_general__file_latlon(1) = ../../test_domain/input/latlon/latlon_2.nc - diff --git a/check/case_09/mhm.nml b/check/case_09/mhm.nml index 1a6d69e29cce9425f09d13f36618cf2dc4bd7ba7..ea95d6f0bf7058256731a2cbdcd7133225b5dc58 100755 --- a/check/case_09/mhm.nml +++ b/check/case_09/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = 0 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_09/mhm_parameter.nml b/check/case_09/mhm_parameter.nml deleted file mode 100755 index abb9d878a04870a3862884d6582eb7aa7bdb499d..0000000000000000000000000000000000000000 --- a/check/case_09/mhm_parameter.nml +++ /dev/null @@ -1,173 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_09/mhm_parameter.nml b/check/case_09/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_09/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_09/output_save/ConfigFile.log b/check/case_09/output_save/ConfigFile.log deleted file mode 100755 index 587bcb8bc2498fe0dee5e7e931f4af717514236a..0000000000000000000000000000000000000000 --- a/check/case_09/output_save/ConfigFile.log +++ /dev/null @@ -1,244 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.9 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of basins 1 -Total No. of gauges 1 -Time Step [h] 1 - Basin 1 -No. of cells L0 46545 - Basin 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Basin 1 Hydrology Resolution [m] 24000. -Basin 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Basin 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Basin 2 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.900 0.999 0.970 rootFractionCoefficient_forest - 24 0.900 0.950 0.930 rootFractionCoefficient_impervious - 25 0.001 0.090 0.020 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.000 5.000 0.500 imperviousStorageCapacity - 28 0.700 1.300 0.930 minCorrectionFactorPET - 29 0.000 0.200 0.190 maxCorrectionFactorPET - 30 160.000 200.000 171.000 aspectTresholdPET - 31 0.002 0.003 0.002 HargreavesSamaniCoeff - 32 75.000 200.000 85.000 interflowStorageCapacityFactor - 33 0.000 10.000 7.000 interflowRecession_slope - 34 1.000 3.000 1.500 fastInterflowRecession_forest - 35 1.000 30.000 15.000 slowInterflowRecession_Ks - 36 0.050 0.300 0.125 exponentSlowInterflow - 37 0.000 50.000 35.000 rechargeCoefficient - 38 -5.000 5.000 -1.000 rechargeFactor_karstic - 39 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 40 0.100 15.000 1.500 streamflow_celerity - 41 1.000 1000.000 100.000 GeoParam(1,:) - 42 1.000 1000.000 100.000 GeoParam(2,:) - 43 1.000 1000.000 100.000 GeoParam(3,:) - 44 1.000 1000.000 100.000 GeoParam(4,:) - 45 1.000 1000.000 100.000 GeoParam(5,:) - 46 1.000 1000.000 100.000 GeoParam(6,:) - 47 1.000 1000.000 100.000 GeoParam(7,:) - 48 1.000 1000.000 100.000 GeoParam(8,:) - 49 1.000 1000.000 100.000 GeoParam(9,:) - 50 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Basin Runoff Data --------------------------------------------------- - Gauge No. Basin Id Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Basin-wise Configuration --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_basin/input/morph/ -Directory to land cover input ../../test_basin/input/luse/ -Directory to gauging station input ../../test_basin/input/gauge/ -Directory to precipitation input ../../test_basin/input/meteo/pre/ -Directory to temperature input ../../test_basin/input/meteo/tavg/ -Directory to reference ET input ../../test_basin/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -Directory to write output when restarted output_b1/b1_ - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - --------------------------------------------------- - Overall From To Routing Label - Link Routing Routing Sequence - Id Node Node --------------------------------------------------- - 1 1 5 1 1 - 6 7 3 2 1 - 9 10 9 3 1 - 10 11 8 4 1 - 14 15 14 5 1 - 19 20 19 6 1 - 20 21 16 7 1 - 24 25 24 8 1 - 29 30 26 9 1 - 32 33 29 10 1 - 33 34 32 11 1 - 2 3 4 12 0 - 7 8 4 13 0 - 13 14 13 14 0 - 15 16 17 15 0 - 18 19 18 16 0 - 25 26 22 17 0 - 28 29 28 18 0 - 31 32 31 19 0 - 3 4 5 20 0 - 12 13 12 21 0 - 17 18 17 22 0 - 27 28 24 23 0 - 30 31 27 24 0 - 23 24 23 25 0 - 26 27 23 26 0 - 22 23 22 27 0 - 21 22 17 28 0 - 16 17 12 29 0 - 11 12 9 30 0 - 8 9 5 31 0 - 4 5 6 32 0 - 5 6 2 33 2 - --------------------- - Overall Basin - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_09/output_save/b1_daily_discharge.out b/check/case_09/output_save/b1_daily_discharge.out deleted file mode 100755 index e59a18ef01a935d325b87e0cbe9542656bed08a3..0000000000000000000000000000000000000000 --- a/check/case_09/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 87.0235147 - 2 2 7 1990 92.0000000 71.6108781 - 3 3 7 1990 72.0000000 61.5700144 - 4 4 7 1990 58.0000000 62.2282763 - 5 5 7 1990 69.0000000 79.2001513 - 6 6 7 1990 94.0000000 85.3354297 - 7 7 7 1990 199.0000000 81.2574240 - 8 8 7 1990 133.0000000 79.5762666 - 9 9 7 1990 124.0000000 74.5466399 - 10 10 7 1990 123.0000000 69.3502053 - 11 11 7 1990 99.0000000 64.9994725 - 12 12 7 1990 88.0000000 62.0082763 - 13 13 7 1990 84.0000000 59.5841402 - 14 14 7 1990 72.0000000 57.4182228 - 15 15 7 1990 55.0000000 55.4440419 - 16 16 7 1990 65.0000000 53.6363875 - 17 17 7 1990 50.0000000 51.9764396 - 18 18 7 1990 50.0000000 50.4479851 - 19 19 7 1990 46.0000000 49.0368440 - 20 20 7 1990 44.0000000 47.7305745 - 21 21 7 1990 42.0000000 46.5182348 - 22 22 7 1990 37.0000000 45.3901816 - 23 23 7 1990 38.0000000 44.3378989 - 24 24 7 1990 44.0000000 43.3538513 - 25 25 7 1990 30.0000000 42.4313587 - 26 26 7 1990 26.0000000 41.5644891 - 27 27 7 1990 31.0000000 40.7479656 - 28 28 7 1990 33.0000000 42.4619567 - 29 29 7 1990 42.0000000 42.2277348 - 30 30 7 1990 36.0000000 39.1799317 - 31 31 7 1990 34.0000000 38.2293409 - 32 1 8 1990 25.0000000 37.5651992 - 33 2 8 1990 22.0000000 36.9453547 - 34 3 8 1990 28.0000000 36.3543661 - 35 4 8 1990 25.0000000 35.7892903 - 36 5 8 1990 19.0000000 35.2479492 - 37 6 8 1990 22.0000000 34.7284255 - 38 7 8 1990 19.0000000 34.2291172 - 39 8 8 1990 22.0000000 33.7483384 - 40 9 8 1990 19.0000000 33.2844145 - 41 10 8 1990 20.0000000 32.8361222 - 42 11 8 1990 19.0000000 32.4023766 - 43 12 8 1990 19.0000000 31.9821382 - 44 13 8 1990 22.0000000 32.8428351 - 45 14 8 1990 36.0000000 42.1012071 - 46 15 8 1990 31.0000000 51.5725974 - 47 16 8 1990 30.0000000 48.8155910 - 48 17 8 1990 28.0000000 40.6637764 - 49 18 8 1990 34.0000000 36.2253062 - 50 19 8 1990 21.0000000 33.4512530 - 51 20 8 1990 30.0000000 31.8946537 - 52 21 8 1990 22.0000000 31.1540670 - 53 22 8 1990 21.0000000 30.6343242 - 54 23 8 1990 23.0000000 30.1626798 - 55 24 8 1990 20.0000000 29.7132129 - 56 25 8 1990 29.0000000 29.2824429 - 57 26 8 1990 20.0000000 28.8777249 - 58 27 8 1990 22.0000000 28.6666607 - 59 28 8 1990 23.0000000 28.9515697 - 60 29 8 1990 35.0000000 29.0086964 - 61 30 8 1990 51.0000000 53.8857280 - 62 31 8 1990 80.0000000 99.9872196 - 63 1 9 1990 56.0000000 82.2654309 - 64 2 9 1990 33.0000000 52.1597166 - 65 3 9 1990 27.0000000 41.1683820 - 66 4 9 1990 27.0000000 37.9681253 - 67 5 9 1990 28.0000000 37.9184328 - 68 6 9 1990 26.0000000 39.3451462 - 69 7 9 1990 24.0000000 38.5656081 - 70 8 9 1990 33.0000000 37.1798294 - 71 9 9 1990 26.0000000 34.7786015 - 72 10 9 1990 27.0000000 33.2533554 - 73 11 9 1990 22.0000000 32.1704811 - 74 12 9 1990 22.0000000 31.2970312 - 75 13 9 1990 21.0000000 30.5119227 - 76 14 9 1990 22.0000000 29.7848042 - 77 15 9 1990 22.0000000 29.1071557 - 78 16 9 1990 22.0000000 28.4737187 - 79 17 9 1990 20.0000000 27.8800381 - 80 18 9 1990 22.0000000 27.3221847 - 81 19 9 1990 16.0000000 26.7966770 - 82 20 9 1990 22.0000000 26.3004244 - 83 21 9 1990 19.0000000 27.4337131 - 84 22 9 1990 32.0000000 49.6225374 - 85 23 9 1990 27.0000000 71.0570864 - 86 24 9 1990 45.0000000 69.6361544 - 87 25 9 1990 42.0000000 56.3360683 - 88 26 9 1990 39.0000000 42.1445553 - 89 27 9 1990 30.0000000 37.0239639 - 90 28 9 1990 28.0000000 35.0742957 - 91 29 9 1990 30.0000000 33.7778544 - 92 30 9 1990 30.0000000 42.9464598 - 93 1 10 1990 56.0000000 75.9518653 - 94 2 10 1990 72.0000000 99.9710728 - 95 3 10 1990 73.0000000 98.4549384 - 96 4 10 1990 68.0000000 92.0548635 - 97 5 10 1990 53.0000000 78.9668024 - 98 6 10 1990 42.0000000 71.1568701 - 99 7 10 1990 33.0000000 65.4213700 - 100 8 10 1990 42.0000000 60.8021682 - 101 9 10 1990 34.0000000 57.1561057 - 102 10 10 1990 36.0000000 54.0402077 - 103 11 10 1990 36.0000000 51.2659534 - 104 12 10 1990 28.0000000 48.7713607 - 105 13 10 1990 32.0000000 46.5213629 - 106 14 10 1990 27.0000000 44.4866583 - 107 15 10 1990 35.0000000 42.6966021 - 108 16 10 1990 42.0000000 42.0273122 - 109 17 10 1990 35.0000000 42.6698595 - 110 18 10 1990 39.0000000 46.0247117 - 111 19 10 1990 34.0000000 47.2157396 - 112 20 10 1990 32.0000000 43.4611772 - 113 21 10 1990 34.0000000 40.2704596 - 114 22 10 1990 27.0000000 38.4397256 - 115 23 10 1990 31.0000000 37.0721642 - 116 24 10 1990 28.0000000 35.8606607 - 117 25 10 1990 25.0000000 34.9251767 - 118 26 10 1990 29.0000000 39.5078540 - 119 27 10 1990 31.0000000 51.6185548 - 120 28 10 1990 65.0000000 103.8329463 - 121 29 10 1990 69.0000000 156.6500565 - 122 30 10 1990 157.0000000 159.1808867 - 123 31 10 1990 190.0000000 146.1636451 - 124 1 11 1990 115.0000000 132.7995135 - 125 2 11 1990 104.0000000 128.3591435 - 126 3 11 1990 100.0000000 127.7154476 - 127 4 11 1990 131.0000000 131.7433743 - 128 5 11 1990 130.0000000 135.6126403 - 129 6 11 1990 115.0000000 133.3309127 - 130 7 11 1990 102.0000000 123.9499686 - 131 8 11 1990 95.0000000 110.9764468 - 132 9 11 1990 81.0000000 98.3039609 - 133 10 11 1990 66.0000000 92.7498709 - 134 11 11 1990 67.0000000 101.3084080 - 135 12 11 1990 74.0000000 109.6253080 - 136 13 11 1990 109.0000000 120.2571798 - 137 14 11 1990 92.0000000 130.8835634 - 138 15 11 1990 92.0000000 137.6299634 - 139 16 11 1990 155.0000000 143.3671257 - 140 17 11 1990 159.0000000 146.7710870 - 141 18 11 1990 131.0000000 147.8652548 - 142 19 11 1990 161.0000000 152.1587480 - 143 20 11 1990 196.0000000 181.0324197 - 144 21 11 1990 336.0000000 235.7196631 - 145 22 11 1990 566.0000000 268.8202668 - 146 23 11 1990 373.0000000 278.2412778 - 147 24 11 1990 293.0000000 285.1785216 - 148 25 11 1990 264.0000000 285.2872620 - 149 26 11 1990 226.0000000 269.6354543 - 150 27 11 1990 201.0000000 243.7015954 - 151 28 11 1990 180.0000000 214.4713402 - 152 29 11 1990 161.0000000 191.0447562 - 153 30 11 1990 149.0000000 175.4259397 - 154 1 12 1990 134.0000000 159.1907024 - 155 2 12 1990 113.0000000 143.5493285 - 156 3 12 1990 99.0000000 129.2964821 - 157 4 12 1990 107.0000000 118.6832568 - 158 5 12 1990 99.0000000 110.9583339 - 159 6 12 1990 89.0000000 104.6246855 - 160 7 12 1990 77.0000000 99.0818140 - 161 8 12 1990 71.0000000 94.1168040 - 162 9 12 1990 68.0000000 89.6572537 - 163 10 12 1990 73.0000000 85.6434275 - 164 11 12 1990 84.0000000 82.0205383 - 165 12 12 1990 88.0000000 86.4131953 - 166 13 12 1990 92.0000000 98.1202660 - 167 14 12 1990 128.0000000 97.3385224 - 168 15 12 1990 136.0000000 91.4780201 - 169 16 12 1990 114.0000000 86.4702997 - 170 17 12 1990 101.0000000 82.3989430 - 171 18 12 1990 93.0000000 78.7815813 - 172 19 12 1990 85.0000000 75.5289926 - 173 20 12 1990 81.0000000 72.5932374 - 174 21 12 1990 106.0000000 84.8837340 - 175 22 12 1990 159.0000000 115.0244782 - 176 23 12 1990 250.0000000 129.8870398 - 177 24 12 1990 298.0000000 130.6030012 - 178 25 12 1990 261.0000000 139.6752961 - 179 26 12 1990 228.0000000 189.1503851 - 180 27 12 1990 409.0000000 260.2024544 - 181 28 12 1990 486.0000000 317.1660160 - 182 29 12 1990 440.0000000 378.7270989 - 183 30 12 1990 486.0000000 454.1550015 - 184 31 12 1990 774.0000000 524.0338852 - 185 1 1 1991 889.0000000 617.6484589 - 186 2 1 1991 863.0000000 713.8398551 - 187 3 1 1991 875.0000000 794.6321798 - 188 4 1 1991 932.0000000 817.8143279 - 189 5 1 1991 826.0000000 779.8355259 - 190 6 1 1991 731.0000000 730.3773224 - 191 7 1 1991 613.0000000 670.3765399 - 192 8 1 1991 610.0000000 634.6329314 - 193 9 1 1991 686.0000000 616.6830147 - 194 10 1 1991 556.0000000 607.8194157 - 195 11 1 1991 669.0000000 625.0743935 - 196 12 1 1991 828.0000000 615.4587900 - 197 13 1 1991 735.0000000 571.3474595 - 198 14 1 1991 513.0000000 497.4664185 - 199 15 1 1991 411.0000000 416.0163264 - 200 16 1 1991 345.0000000 345.1724264 - 201 17 1 1991 293.0000000 289.3277345 - 202 18 1 1991 251.0000000 248.0724209 - 203 19 1 1991 222.0000000 218.2027790 - 204 20 1 1991 215.0000000 196.2697527 - 205 21 1 1991 213.0000000 180.6756136 - 206 22 1 1991 202.0000000 175.0963099 - 207 23 1 1991 200.0000000 170.8311789 - 208 24 1 1991 192.0000000 163.3784935 - 209 25 1 1991 176.0000000 155.2524606 - 210 26 1 1991 164.0000000 147.4906541 - 211 27 1 1991 157.0000000 140.3977582 - 212 28 1 1991 134.0000000 133.9756024 - 213 29 1 1991 130.0000000 128.2161492 - 214 30 1 1991 119.0000000 123.0402320 - 215 31 1 1991 107.0000000 118.3724990 - 216 1 2 1991 112.0000000 114.1482672 - 217 2 2 1991 109.0000000 110.3121762 - 218 3 2 1991 101.0000000 106.8167056 - 219 4 2 1991 98.0000000 103.6209391 - 220 5 2 1991 84.0000000 100.6895432 - 221 6 2 1991 93.0000000 97.9919196 - 222 7 2 1991 80.0000000 95.5015005 - 223 8 2 1991 73.0000000 93.1951586 - 224 9 2 1991 89.0000000 91.0527132 - 225 10 2 1991 84.0000000 89.0565139 - 226 11 2 1991 78.0000000 87.1910892 - 227 12 2 1991 79.0000000 85.4428489 - 228 13 2 1991 77.0000000 83.7998308 - 229 14 2 1991 80.0000000 82.2514857 - 230 15 2 1991 72.0000000 80.7884930 - 231 16 2 1991 78.0000000 79.7029050 - 232 17 2 1991 74.0000000 79.8573441 - 233 18 2 1991 77.0000000 79.2365055 - 234 19 2 1991 73.0000000 80.0785589 - 235 20 2 1991 69.0000000 88.8246420 - 236 21 2 1991 74.0000000 105.9746132 - 237 22 2 1991 81.0000000 126.8643796 - 238 23 2 1991 110.0000000 137.3135249 - 239 24 2 1991 180.0000000 140.0815677 - 240 25 2 1991 213.0000000 137.5736969 - 241 26 2 1991 222.0000000 134.4151275 - 242 27 2 1991 208.0000000 133.2844468 - 243 28 2 1991 211.0000000 134.3528088 - 244 1 3 1991 214.0000000 132.1697667 - 245 2 3 1991 208.0000000 131.7798849 - 246 3 3 1991 221.0000000 131.6874066 - 247 4 3 1991 281.0000000 129.4096265 - 248 5 3 1991 219.0000000 124.3804236 - 249 6 3 1991 190.0000000 118.7310456 - 250 7 3 1991 173.0000000 113.7033038 - 251 8 3 1991 164.0000000 109.1741212 - 252 9 3 1991 142.0000000 105.1838021 - 253 10 3 1991 133.0000000 102.0645881 - 254 11 3 1991 133.0000000 100.1380253 - 255 12 3 1991 118.0000000 98.3568266 - 256 13 3 1991 127.0000000 95.6461951 - 257 14 3 1991 113.0000000 92.6769926 - 258 15 3 1991 107.0000000 89.8972182 - 259 16 3 1991 100.0000000 87.3486435 - 260 17 3 1991 100.0000000 85.0032905 - 261 18 3 1991 95.0000000 82.8522195 - 262 19 3 1991 98.0000000 99.7558879 - 263 20 3 1991 119.0000000 126.8530688 - 264 21 3 1991 159.0000000 140.2483870 - 265 22 3 1991 196.0000000 152.8707997 - 266 23 3 1991 242.0000000 157.5191832 - 267 24 3 1991 216.0000000 154.0312620 - 268 25 3 1991 180.0000000 144.4162859 - 269 26 3 1991 145.0000000 135.1569749 - 270 27 3 1991 127.0000000 127.5459859 - 271 28 3 1991 117.0000000 121.1327073 - 272 29 3 1991 109.0000000 115.4301557 - 273 30 3 1991 106.0000000 110.1942878 - 274 31 3 1991 99.0000000 105.4428351 - 275 1 4 1991 96.0000000 101.1601717 - 276 2 4 1991 88.0000000 97.2933239 - 277 3 4 1991 87.0000000 93.7904522 - 278 4 4 1991 82.0000000 90.7438953 - 279 5 4 1991 84.0000000 88.2579692 - 280 6 4 1991 67.0000000 85.9126275 - 281 7 4 1991 89.0000000 83.6214980 - 282 8 4 1991 75.0000000 81.4868362 - 283 9 4 1991 79.0000000 79.4151373 - 284 10 4 1991 70.0000000 77.4231614 - 285 11 4 1991 69.0000000 75.5517874 - 286 12 4 1991 69.0000000 73.8075095 - 287 13 4 1991 56.0000000 72.1808232 - 288 14 4 1991 63.0000000 70.6599521 - 289 15 4 1991 58.0000000 69.2344210 - 290 16 4 1991 56.0000000 67.8956115 - 291 17 4 1991 54.0000000 66.6338561 - 292 18 4 1991 57.0000000 65.4561470 - 293 19 4 1991 53.0000000 64.4571500 - 294 20 4 1991 53.0000000 63.7430573 - 295 21 4 1991 65.0000000 62.9550329 - 296 22 4 1991 69.0000000 63.1059511 - 297 23 4 1991 61.0000000 62.5420306 - 298 24 4 1991 56.0000000 61.9682816 - 299 25 4 1991 56.0000000 61.4497804 - 300 26 4 1991 53.0000000 60.3201404 - 301 27 4 1991 49.0000000 59.1981076 - 302 28 4 1991 53.0000000 58.2450355 - 303 29 4 1991 48.0000000 59.4780157 - 304 30 4 1991 57.0000000 71.0132196 - 305 1 5 1991 69.0000000 82.6418341 - 306 2 5 1991 89.0000000 83.2516368 - 307 3 5 1991 105.0000000 76.1416836 - 308 4 5 1991 79.0000000 70.0716725 - 309 5 5 1991 69.0000000 67.0863934 - 310 6 5 1991 71.0000000 65.1879414 - 311 7 5 1991 60.0000000 63.6296031 - 312 8 5 1991 64.0000000 62.1969611 - 313 9 5 1991 59.0000000 60.7833957 - 314 10 5 1991 57.0000000 59.4647601 - 315 11 5 1991 55.0000000 58.8577152 - 316 12 5 1991 53.0000000 59.8774876 - 317 13 5 1991 52.0000000 59.2506993 - 318 14 5 1991 50.0000000 57.4852561 - 319 15 5 1991 52.0000000 56.2003428 - 320 16 5 1991 54.0000000 57.1166578 - 321 17 5 1991 54.0000000 59.3927901 - 322 18 5 1991 55.0000000 58.0120235 - 323 19 5 1991 48.0000000 55.7189739 - 324 20 5 1991 48.0000000 54.3171298 - 325 21 5 1991 49.0000000 53.2914420 - 326 22 5 1991 41.0000000 52.3643572 - 327 23 5 1991 40.0000000 51.4860850 - 328 24 5 1991 40.0000000 50.6483817 - 329 25 5 1991 39.0000000 49.8476039 - 330 26 5 1991 43.0000000 49.0807414 - 331 27 5 1991 39.0000000 48.3450878 - 332 28 5 1991 36.0000000 47.6381929 - 333 29 5 1991 33.0000000 46.9578354 - 334 30 5 1991 39.0000000 46.3019997 - 335 31 5 1991 34.0000000 45.6688557 - 336 1 6 1991 37.0000000 45.0567401 - 337 2 6 1991 35.0000000 44.4641400 - 338 3 6 1991 29.0000000 43.8896782 - 339 4 6 1991 33.0000000 43.3321001 - 340 5 6 1991 34.0000000 42.7903999 - 341 6 6 1991 32.0000000 49.0627738 - 342 7 6 1991 38.0000000 54.3570420 - 343 8 6 1991 39.0000000 48.9456299 - 344 9 6 1991 41.0000000 47.0884565 - 345 10 6 1991 44.0000000 49.2817889 - 346 11 6 1991 48.0000000 49.4896702 - 347 12 6 1991 42.0000000 45.5341444 - 348 13 6 1991 37.0000000 43.2429066 - 349 14 6 1991 39.0000000 42.1971420 - 350 15 6 1991 35.0000000 41.4937598 - 351 16 6 1991 31.0000000 41.0492273 - 352 17 6 1991 33.0000000 42.1622188 - 353 18 6 1991 31.0000000 44.5781717 - 354 19 6 1991 28.0000000 44.2287737 - 355 20 6 1991 60.0000000 51.6879361 - 356 21 6 1991 48.0000000 63.4138357 - 357 22 6 1991 54.0000000 55.1124825 - 358 23 6 1991 63.0000000 52.9469459 - 359 24 6 1991 41.0000000 52.5365850 - 360 25 6 1991 42.0000000 46.4010874 - 361 26 6 1991 43.0000000 44.1343358 - 362 27 6 1991 38.0000000 45.8431077 - 363 28 6 1991 38.0000000 47.6180498 - 364 29 6 1991 35.0000000 46.5700035 - 365 30 6 1991 41.0000000 45.0764951 diff --git a/check/case_09/output_save/b1_discharge.nc b/check/case_09/output_save/b1_discharge.nc old mode 100755 new mode 100644 index e93a067fbef5160ec4ed5f2e7b9516ea52bfa0fb..996353e9b49e54eb9994bd8624d1ee33bf2acbfc Binary files a/check/case_09/output_save/b1_discharge.nc and b/check/case_09/output_save/b1_discharge.nc differ diff --git a/check/case_09/output_save/b1_mHM_Fluxes_States.nc b/check/case_09/output_save/b1_mHM_Fluxes_States.nc old mode 100755 new mode 100644 index c0442b6486824ad2b38fc781139a9a0def25e0de..4a1c331f81bab6d309368781e79a67af603b0971 Binary files a/check/case_09/output_save/b1_mHM_Fluxes_States.nc and b/check/case_09/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_09/output_save/b1_mHM_restart_001.nc b/check/case_09/output_save/b1_mHM_restart_001.nc old mode 100755 new mode 100644 index 1c937d0ff7b8a66ca170ac4781510d57066fc606..179baa9ae9a3d11b7e6784624b6eceda1b5b4578 Binary files a/check/case_09/output_save/b1_mHM_restart_001.nc and b/check/case_09/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_09/output_save/b1_mRM_restart_001.nc b/check/case_09/output_save/b1_mRM_restart_001.nc old mode 100755 new mode 100644 index 3ff924f58b82b8e5d7918f9bd0e89d7bddcb470a..85926914096da45f31296a0c53df79cdabb7bb10 Binary files a/check/case_09/output_save/b1_mRM_restart_001.nc and b/check/case_09/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_09/simulation_mhm_case09.ini b/check/case_09/simulation_mhm_case09.ini deleted file mode 100755 index 81c6b92d36d3bbaeb515de225c2a76f3663df9ad..0000000000000000000000000000000000000000 --- a/check/case_09/simulation_mhm_case09.ini +++ /dev/null @@ -1,18 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_09 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__directories_mhm__time_step_model_inputs = [0] -nml__processselection__processcase(5) = 1 -nml__processselection__processcase(8) = 2 diff --git a/check/case_10/mhm.nml b/check/case_10/mhm.nml index 004e9e975e2c57de86c3a0cb32ba108c8e272e41..de2c4fc36091a02382b9f8bc64ea896965c8dd63 100755 --- a/check/case_10/mhm.nml +++ b/check/case_10/mhm.nml @@ -1,12 +1,12 @@ &directories_general - dir_lcover(1) = '../../test_domain/input/luse/' - dir_morpho(1) = '../../test_domain/input/morph/' + dir_lcover(1) = '../../test_domain/input/mpr/' + dir_morpho(1) = '../../test_domain/input/mpr/' dir_out(1) = 'output_b1/b1_' mhm_file_restartout(1) = 'output_b1/b1_mHM_restart_001.nc' mrm_file_restartout(1) = 'output_b1/b1_mRM_restart_001.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1) = '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1) = '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -14,16 +14,15 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1) = '../../test_domain/input/meteo/pre/' - dir_referenceet(1) = '../../test_domain/input/meteo/pet/' - dir_temperature(1) = '../../test_domain/input/meteo/tavg/' + dir_precipitation(1) = '../../test_domain/input/meteo/' + dir_referenceet(1) = '../../test_domain/input/meteo/' + dir_temperature(1) = '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1) = -2 / &directories_mrm - dir_gauges(1) = '../../test_domain/input/gauge/' + dir_gauges(1) = '../../test_domain/input/routing/' dir_total_runoff(1) = 'output_b1/' / @@ -51,7 +50,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -59,7 +58,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1) = 1 ndomains = 1 resolution_hydrology(1) = 24000 diff --git a/check/case_10/mhm_parameter.nml b/check/case_10/mhm_parameter.nml index 8d15f66c9a010fd78198f01107bf307be881b2b6..8ff2584e8df05741b8af904089e10a24554b67f7 100644 --- a/check/case_10/mhm_parameter.nml +++ b/check/case_10/mhm_parameter.nml @@ -2,13 +2,10 @@ !global_parameters !PARAMETER lower_bound upper_bound value FLAG SCALING !interception -&interception1 +&mhm_parameters canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - ! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 +snowThresholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 @@ -16,51 +13,7 @@ increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - ! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 @@ -78,109 +31,55 @@ rootFractionCoefficient_forest = 0.9700, 0.9850, 0.9750, 1, rootFractionCoefficient_impervious = 0.9700, 0.9850, 0.9750, 1, 1 rootFractionCoefficient_pervious = 0.9700, 0.9850, 0.9750, 1, 1 infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -FCmin_glob = 0.1000, 0.2000, 0.15, 0, 1 -FCdelta_glob = 0.1000, 0.4000, 0.25, 0, 1 +! only for soilmoisture == [2,3] jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture4 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9700, 0.9850, 0.9750, 1, 1 -rootFractionCoefficient_impervious = 0.9700, 0.9850, 0.9750, 1, 1 -rootFractionCoefficient_pervious = 0.9700, 0.9850, 0.9750, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 +! only for soilmoisture == [3,4] +rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 +rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 +! only for soilmoisture == [3] FCmin_glob = 0.1000, 0.2000, 0.15, 0, 1 FCdelta_glob = 0.1000, 0.4000, 0.25, 0, 1 -/ - ! directSealedAreaRunoff -&directRunoff1 imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - ! potential evapotranspiration -&PETminus1 ! PET is input, LAI driven correction -PET_a_forest = 0.3000, 1.3000, 0.3000, 1, 1 -PET_a_impervious = 0.3000, 1.3000, 0.8000, 1, 1 -PET_a_pervious = 0.3000, 1.3000, 1.3000, 1, 1 -PET_b = 0.0000, 1.5000, 1.5000, 1, 1 -PET_c = -2.000, 0.0000, -0.700, 1, 1 -/ -&PET0 ! PET is input, aspect driven correction +! only for PET == -1 +PET_a_forest = 0.3000, 1.3000, 0.3000, 1, 1 +PET_a_impervious = 0.3000, 1.3000, 0.8000, 1, 1 +PET_a_pervious = 0.3000, 1.3000, 1.3000, 1, 1 +PET_b = 0.0000, 1.5000, 1.5000, 1, 1 +PET_c = -2.000, 0.0000, -0.700, 1, 1 +! only for PET == 0 minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 +aspectThresholdPET = 160.00, 200.00, 180.0, 1, 1 +! only for PET == 1 +minCorrectionFactorPET_HS = 0.7000, 1.3000, 0.9300, 1, 1 +maxCorrectionFactorPET_HS = 0.0000, 0.2000, 0.1900, 1, 1 +aspectThresholdPET_HS = 160.00, 200.00, 171.00, 1, 1 HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor +! only for PET == 2 PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 +! only for PET == 3 +canopyheight_forest = 15.00, 40.00, 15.000, 1, 1 +canopyheight_impervious = 0.01, 0.50, 0.0200, 1, 1 +canopyheight_pervious = 0.10, 5.00, 0.1100, 1, 1 displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - ! interflow -&interflow1 interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - ! percolation -&percolation1 rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - ! ground albedo neutrons ! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 @@ -189,18 +88,30 @@ COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ ! geological parameters (ordering according to file 'geology_classdefinition.txt') ! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(5,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(6,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(8,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 +GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 +/ + +&mrm_parameters +! Muskingum routing parameters with MPR +muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 +muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 +muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 +muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 +muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 +! adaptive timestep routing +streamflow_celerity = 0.1, 15., 1.5, 0, 1 +! adaptive timestep routing - varying celerity +slope_factor = 0.1, 100., 30., 0, 1 / +/ \ No newline at end of file diff --git a/check/case_10/output_save/.gitkeep b/check/case_10/output_save/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/check/case_10/output_save/ConfigFile.log b/check/case_10/output_save/ConfigFile.log deleted file mode 100644 index dd2eae6041641749193fb900a1f43aaad4e02e5a..0000000000000000000000000000000000000000 --- a/check/case_10/output_save/ConfigFile.log +++ /dev/null @@ -1,254 +0,0 @@ --------------------------------------------------------------------------------- - mHM-UFZ v-5.11.1-dev0 - L. Samaniego & R. Kumar, UFZ --------------------------------------------------------------------------------- - - M A I N mHM C O N F I G U R A T I O N I N F O R M A T I O N - -Number of domain 1 -Total No. of gauges 1 -Time Step [h] 1 - Domain 1 -No. of cells L0 46545 - Domain 1 -No. of cells L1 34 -Total No. of nodes 34 -Total No. of reaches 33 -No. of cells L11 34 -Total No. of gauges 1 -Domain 1 Hydrology Resolution [m] 24000. -Domain 1 Routing Resolution [m] 24000. -Flag READ restart F -Flag WRITE restart T - -------------------------------------------------------------- - Model Run Periods for Domain 1 -------------------------------------------------------------- - From To - Day Month Year Day Month Year -Warming Period (1) 1 1 1990 30 6 1990Evaluation Period (2) 1 7 1990 30 6 1991Simulation Period (1)+(2) 1 1 1990 30 6 1991 - --------------------------------------------------- - Land Cover Observations for Domai 1 --------------------------------------------------- - Start Yea End Year Land cover scene Land Cover File - - 1981 1990 1 lc_1981.asc - 1991 2000 2 lc_1991.asc - -------------------------------------------------------- - Initial Transfer Function Parameter Ranges (gammas) -------------------------------------------------------- - i min max current name - 1 0.150 0.400 0.150 canopyInterceptionFactor - 2 -2.000 2.000 1.000 snowTreshholdTemperature - 3 0.000 4.000 1.500 degreeDayFactor_forest - 4 0.000 1.000 0.500 degreeDayFactor_impervious - 5 0.000 2.000 0.500 degreeDayFactor_pervious - 6 0.100 0.900 0.500 increaseDegreeDayFactorByPrecip - 7 0.000 8.000 3.000 maxDegreeDayFactor_forest - 8 0.000 8.000 3.500 maxDegreeDayFactor_impervious - 9 0.000 8.000 4.000 maxDegreeDayFactor_pervious - 10 0.000 20.000 3.400 orgMatterContent_forest - 11 0.000 1.000 0.100 orgMatterContent_impervious - 12 0.000 4.000 0.600 orgMatterContent_pervious - 13 0.646 0.951 0.760 PTF_lower66_5_constant - 14 0.000 0.003 0.001 PTF_lower66_5_clay - 15 -0.373 -0.187 -0.264 PTF_lower66_5_Db - 16 0.536 1.123 0.890 PTF_higher66_5_constant - 17 -0.005 0.005 -0.001 PTF_higher66_5_clay - 18 -0.551 -0.091 -0.324 PTF_higher66_5_Db - 19 -1.200 -0.285 -0.585 PTF_Ks_constant - 20 0.006 0.026 0.013 PTF_Ks_sand - 21 0.003 0.013 0.006 PTF_Ks_clay - 22 60.960 60.960 60.960 PTF_Ks_curveSlope - 23 0.970 0.985 0.975 rootFractionCoefficient_forest - 24 0.970 0.985 0.975 rootFractionCoefficient_impervious - 25 0.970 0.985 0.975 rootFractionCoefficient_pervious - 26 1.000 4.000 1.750 infiltrationShapeFactor - 27 0.001 0.090 0.090 rootFractionCoefficient_sand - 28 0.900 0.999 0.980 rootFractionCoefficient_clay - 29 0.100 0.200 0.150 FCmin_glob - 30 0.100 0.400 0.250 FCdelta_glob - 31 0.000 1.000 0.500 jarvis_sm_threshold_c1 - 32 0.000 5.000 0.500 imperviousStorageCapacity - 33 0.300 1.300 0.300 PET_a_forest - 34 0.300 1.300 0.800 PET_a_impervious - 35 0.300 1.300 1.300 PET_a_pervious - 36 0.000 1.500 1.500 PET_b - 37 -2.000 0.000 -0.700 PET_c - 38 75.000 200.000 85.000 interflowStorageCapacityFactor - 39 0.000 10.000 7.000 interflowRecession_slope - 40 1.000 3.000 1.500 fastInterflowRecession_forest - 41 1.000 30.000 15.000 slowInterflowRecession_Ks - 42 0.050 0.300 0.125 exponentSlowInterflow - 43 0.000 50.000 35.000 rechargeCoefficient - 44 -5.000 5.000 -1.000 rechargeFactor_karstic - 45 1.000 1.000 1.000 gain_loss_GWreservoir_karstic - 46 0.310 0.350 0.325 muskingumTravelTime_constant - 47 0.070 0.080 0.075 muskingumTravelTime_riverLength - 48 1.950 2.100 2.000 muskingumTravelTime_riverSlope - 49 0.090 0.110 0.100 muskingumTravelTime_impervious - 50 0.010 0.500 0.300 muskingumAttenuation_riverSlope - 51 1.000 1000.000 100.000 GeoParam(1,:) - 52 1.000 1000.000 100.000 GeoParam(2,:) - 53 1.000 1000.000 100.000 GeoParam(3,:) - 54 1.000 1000.000 100.000 GeoParam(4,:) - 55 1.000 1000.000 100.000 GeoParam(5,:) - 56 1.000 1000.000 100.000 GeoParam(6,:) - 57 1.000 1000.000 100.000 GeoParam(7,:) - 58 1.000 1000.000 100.000 GeoParam(8,:) - 59 1.000 1000.000 100.000 GeoParam(9,:) - 60 1.000 1000.000 100.000 GeoParam(10,:) - --------------------------------------------------- - Domain Runoff Data --------------------------------------------------- - Gauge No. Domain I Qmax[m3/s] Qmin[m3/s] - 1 1 932.000 16.000 - --------------------------------------------------------------------------------- - Domain-wise Configuratio --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- - Directory list --------------------------------------------------------------------------------- -Directory to morphological input ../../test_domain/input/morph/ -Directory to land cover input ../../test_domain/input/luse/ -Directory to gauging station input ../../test_domain/input/gauge/ -Directory to precipitation input ../../test_domain/input/meteo/pre/ -Directory to temperature input ../../test_domain/input/meteo/tavg/ -Directory to reference ET input ../../test_domain/input/meteo/pet/ -Directory to write output by default output_b1/b1_ -File to write mHM output when restarted output_b1/b1_mHM_restart_001.nc - ------------------------------- -River Network (Routing level) ------------------------------- - Label 0 = intermediate draining cell - Label 1 = headwater cell - Label 2 = sink cell - ---------------------------------------------------------------------------- - Overall From To Routing Label Length Mean - Link Routing Routing Sequence Slope - Id Node Node [km] [o/oo] ---------------------------------------------------------------------------- - 1 1 5 1 1 7.536 0.100 - 6 7 3 2 1 28.349 0.100 - 9 10 9 3 1 9.243 1.190 - 10 11 8 4 1 40.042 0.999 - 14 15 14 5 1 27.728 0.938 - 19 20 19 6 1 28.435 1.653 - 20 21 16 7 1 21.728 4.786 - 24 25 24 8 1 32.127 4.171 - 29 30 26 9 1 28.642 3.840 - 32 33 29 10 1 27.142 13.116 - 33 34 32 11 1 31.763 2.613 - 2 3 4 12 0 29.642 0.100 - 7 8 4 13 0 1.414 0.100 - 13 14 13 14 0 38.213 0.576 - 15 16 17 15 0 9.985 0.100 - 18 19 18 16 0 33.799 1.036 - 25 26 22 17 0 61.734 0.794 - 28 29 28 18 0 6.243 3.204 - 31 32 31 19 0 16.399 1.342 - 3 4 5 20 0 38.420 0.833 - 12 13 12 21 0 42.127 0.166 - 17 18 17 22 0 42.542 0.282 - 27 28 24 23 0 32.835 1.980 - 30 31 27 24 0 32.728 2.781 - 23 24 23 25 0 34.420 1.133 - 26 27 23 26 0 29.799 1.141 - 22 23 22 27 0 0.707 0.100 - 21 22 17 28 0 38.456 0.364 - 16 17 12 29 0 35.885 1.728 - 11 12 9 30 0 30.263 0.100 - 8 9 5 31 0 24.399 0.100 - 4 5 6 32 0 5.036 0.100 - 5 6 2 33 2 14.692 0.100 - --------------------- - Overall Domai - Cell Routing - Id Node Id --------------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - ------------------------------- - Modeling Routing Effective - Cell Cell Id Area - Id [-] [km2] ------------------------------- - 1 1 126.750 - 2 2 229.750 - 3 3 107.750 - 4 4 312.500 - 5 5 573.750 - 6 6 314.250 - 7 7 42.500 - 8 8 524.750 - 9 9 576.000 - 10 10 146.500 - 11 11 470.000 - 12 12 576.000 - 13 13 414.500 - 14 14 340.750 - 15 15 9.000 - 16 16 230.250 - 17 17 576.000 - 18 18 576.000 - 19 19 527.250 - 20 20 48.250 - 21 21 10.500 - 22 22 545.000 - 23 23 576.000 - 24 24 576.000 - 25 25 318.500 - 26 26 456.250 - 27 27 551.250 - 28 28 576.000 - 29 29 337.000 - 30 30 3.250 - 31 31 198.000 - 32 32 555.250 - 33 33 89.000 - 34 34 121.750 ------------------------------- - Total[km2] 11636.250 - - diff --git a/check/case_10/output_save/b1_daily_discharge.out b/check/case_10/output_save/b1_daily_discharge.out deleted file mode 100644 index 3eb99d76a31eb62ed3472a19f704591704b00aa9..0000000000000000000000000000000000000000 --- a/check/case_10/output_save/b1_daily_discharge.out +++ /dev/null @@ -1,366 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 7 1990 79.0000000 41.2091923 - 2 2 7 1990 92.0000000 32.6897409 - 3 3 7 1990 72.0000000 36.8697822 - 4 4 7 1990 58.0000000 45.9293798 - 5 5 7 1990 69.0000000 57.0853245 - 6 6 7 1990 94.0000000 42.7703696 - 7 7 7 1990 199.0000000 37.8194308 - 8 8 7 1990 133.0000000 35.5027219 - 9 9 7 1990 124.0000000 31.4730433 - 10 10 7 1990 123.0000000 30.8928015 - 11 11 7 1990 99.0000000 30.3439404 - 12 12 7 1990 88.0000000 29.8230677 - 13 13 7 1990 84.0000000 29.3276454 - 14 14 7 1990 72.0000000 28.8554073 - 15 15 7 1990 55.0000000 28.4043262 - 16 16 7 1990 65.0000000 27.9725869 - 17 17 7 1990 50.0000000 27.5585609 - 18 18 7 1990 50.0000000 27.1607861 - 19 19 7 1990 46.0000000 26.7779473 - 20 20 7 1990 44.0000000 26.4088605 - 21 21 7 1990 42.0000000 26.0524583 - 22 22 7 1990 37.0000000 25.7077773 - 23 23 7 1990 38.0000000 25.3739467 - 24 24 7 1990 44.0000000 25.0501790 - 25 25 7 1990 30.0000000 24.7357607 - 26 26 7 1990 26.0000000 24.4300448 - 27 27 7 1990 31.0000000 24.1324443 - 28 28 7 1990 33.0000000 25.6982428 - 29 29 7 1990 42.0000000 23.8575368 - 30 30 7 1990 36.0000000 23.3331590 - 31 31 7 1990 34.0000000 23.0600747 - 32 1 8 1990 25.0000000 22.7931267 - 33 2 8 1990 22.0000000 22.5319561 - 34 3 8 1990 28.0000000 22.2762349 - 35 4 8 1990 25.0000000 22.0256630 - 36 5 8 1990 19.0000000 21.7799659 - 37 6 8 1990 22.0000000 21.5388915 - 38 7 8 1990 19.0000000 21.3022090 - 39 8 8 1990 22.0000000 21.0697059 - 40 9 8 1990 19.0000000 20.8411871 - 41 10 8 1990 20.0000000 20.6164727 - 42 11 8 1990 19.0000000 20.3953972 - 43 12 8 1990 19.0000000 20.1778077 - 44 13 8 1990 22.0000000 22.4370754 - 45 14 8 1990 36.0000000 32.9859624 - 46 15 8 1990 31.0000000 27.6835225 - 47 16 8 1990 30.0000000 24.1892781 - 48 17 8 1990 28.0000000 20.5414001 - 49 18 8 1990 34.0000000 19.4272471 - 50 19 8 1990 21.0000000 19.2018081 - 51 20 8 1990 30.0000000 18.9815948 - 52 21 8 1990 22.0000000 18.7660213 - 53 22 8 1990 21.0000000 18.5548254 - 54 23 8 1990 23.0000000 18.3477681 - 55 24 8 1990 20.0000000 18.1446307 - 56 25 8 1990 29.0000000 17.9452359 - 57 26 8 1990 20.0000000 17.8063985 - 58 27 8 1990 22.0000000 18.1972179 - 59 28 8 1990 23.0000000 17.4005860 - 60 29 8 1990 35.0000000 17.1852725 - 61 30 8 1990 51.0000000 94.5491122 - 62 31 8 1990 80.0000000 82.3897670 - 63 1 9 1990 56.0000000 26.6157187 - 64 2 9 1990 33.0000000 20.8207598 - 65 3 9 1990 27.0000000 20.3176260 - 66 4 9 1990 27.0000000 22.5935941 - 67 5 9 1990 28.0000000 21.7757698 - 68 6 9 1990 26.0000000 19.0604077 - 69 7 9 1990 24.0000000 21.1396339 - 70 8 9 1990 33.0000000 19.1325301 - 71 9 9 1990 26.0000000 18.1647427 - 72 10 9 1990 27.0000000 17.8232436 - 73 11 9 1990 22.0000000 17.5003578 - 74 12 9 1990 22.0000000 17.1943417 - 75 13 9 1990 21.0000000 16.9036430 - 76 14 9 1990 22.0000000 16.6268774 - 77 15 9 1990 22.0000000 16.3628087 - 78 16 9 1990 22.0000000 16.1103316 - 79 17 9 1990 20.0000000 15.8684563 - 80 18 9 1990 22.0000000 15.6362949 - 81 19 9 1990 16.0000000 15.4130505 - 82 20 9 1990 22.0000000 15.1980063 - 83 21 9 1990 19.0000000 19.2836178 - 84 22 9 1990 32.0000000 77.3864132 - 85 23 9 1990 27.0000000 54.4952223 - 86 24 9 1990 45.0000000 27.0531864 - 87 25 9 1990 42.0000000 18.2100793 - 88 26 9 1990 39.0000000 16.9953941 - 89 27 9 1990 30.0000000 16.6084099 - 90 28 9 1990 28.0000000 16.2463885 - 91 29 9 1990 30.0000000 15.9068582 - 92 30 9 1990 30.0000000 57.0854327 - 93 1 10 1990 56.0000000 89.4081473 - 94 2 10 1990 72.0000000 46.4460950 - 95 3 10 1990 73.0000000 38.8807895 - 96 4 10 1990 68.0000000 33.1899348 - 97 5 10 1990 53.0000000 24.3735597 - 98 6 10 1990 42.0000000 22.4888360 - 99 7 10 1990 33.0000000 21.5840049 - 100 8 10 1990 42.0000000 20.7614016 - 101 9 10 1990 34.0000000 20.0112864 - 102 10 10 1990 36.0000000 19.3254470 - 103 11 10 1990 36.0000000 18.6967165 - 104 12 10 1990 28.0000000 18.1188267 - 105 13 10 1990 32.0000000 17.5862835 - 106 14 10 1990 27.0000000 17.0942615 - 107 15 10 1990 35.0000000 16.8392337 - 108 16 10 1990 42.0000000 17.1150613 - 109 17 10 1990 35.0000000 23.9837107 - 110 18 10 1990 39.0000000 22.3266500 - 111 19 10 1990 34.0000000 16.1342467 - 112 20 10 1990 32.0000000 15.7284992 - 113 21 10 1990 34.0000000 15.3542187 - 114 22 10 1990 27.0000000 15.0045222 - 115 23 10 1990 31.0000000 14.6770017 - 116 24 10 1990 28.0000000 14.3695179 - 117 25 10 1990 25.0000000 14.4097990 - 118 26 10 1990 29.0000000 28.3987502 - 119 27 10 1990 31.0000000 34.5302349 - 120 28 10 1990 65.0000000 149.7239203 - 121 29 10 1990 69.0000000 122.4289786 - 122 30 10 1990 157.0000000 66.1069669 - 123 31 10 1990 190.0000000 47.0879813 - 124 1 11 1990 115.0000000 53.7339341 - 125 2 11 1990 104.0000000 60.5056245 - 126 3 11 1990 100.0000000 57.1391061 - 127 4 11 1990 131.0000000 52.2005247 - 128 5 11 1990 130.0000000 47.0353608 - 129 6 11 1990 115.0000000 39.8452616 - 130 7 11 1990 102.0000000 36.9235754 - 131 8 11 1990 95.0000000 34.7412231 - 132 9 11 1990 81.0000000 32.8117546 - 133 10 11 1990 66.0000000 42.4437661 - 134 11 11 1990 67.0000000 67.5457692 - 135 12 11 1990 74.0000000 56.2505511 - 136 13 11 1990 109.0000000 51.6757688 - 137 14 11 1990 92.0000000 72.3984713 - 138 15 11 1990 92.0000000 67.4781301 - 139 16 11 1990 155.0000000 54.0988979 - 140 17 11 1990 159.0000000 53.9768222 - 141 18 11 1990 131.0000000 68.8707654 - 142 19 11 1990 161.0000000 73.4134398 - 143 20 11 1990 196.0000000 149.2521064 - 144 21 11 1990 336.0000000 138.7121161 - 145 22 11 1990 566.0000000 116.8608383 - 146 23 11 1990 373.0000000 128.5553124 - 147 24 11 1990 293.0000000 120.6112776 - 148 25 11 1990 264.0000000 121.5084507 - 149 26 11 1990 226.0000000 108.3671822 - 150 27 11 1990 201.0000000 93.1645196 - 151 28 11 1990 180.0000000 83.7714165 - 152 29 11 1990 161.0000000 87.7667436 - 153 30 11 1990 149.0000000 82.9859377 - 154 1 12 1990 134.0000000 73.6883678 - 155 2 12 1990 113.0000000 68.7112129 - 156 3 12 1990 99.0000000 64.3602119 - 157 4 12 1990 107.0000000 60.6271874 - 158 5 12 1990 99.0000000 57.1823881 - 159 6 12 1990 89.0000000 54.0631232 - 160 7 12 1990 77.0000000 51.2674369 - 161 8 12 1990 71.0000000 48.7507614 - 162 9 12 1990 68.0000000 46.4791959 - 163 10 12 1990 73.0000000 44.4234930 - 164 11 12 1990 84.0000000 42.5583441 - 165 12 12 1990 88.0000000 59.8810240 - 166 13 12 1990 92.0000000 61.7763378 - 167 14 12 1990 128.0000000 53.1072449 - 168 15 12 1990 136.0000000 48.1528748 - 169 16 12 1990 114.0000000 45.7432606 - 170 17 12 1990 101.0000000 43.6235622 - 171 18 12 1990 93.0000000 41.7118752 - 172 19 12 1990 85.0000000 39.9827748 - 173 20 12 1990 81.0000000 38.4143454 - 174 21 12 1990 106.0000000 71.8083723 - 175 22 12 1990 159.0000000 88.7459628 - 176 23 12 1990 250.0000000 92.1953279 - 177 24 12 1990 298.0000000 80.2044446 - 178 25 12 1990 261.0000000 121.1935895 - 179 26 12 1990 228.0000000 191.6767414 - 180 27 12 1990 409.0000000 214.1314038 - 181 28 12 1990 486.0000000 223.8576639 - 182 29 12 1990 440.0000000 312.5224772 - 183 30 12 1990 486.0000000 387.5302457 - 184 31 12 1990 774.0000000 471.3040009 - 185 1 1 1991 889.0000000 520.0275381 - 186 2 1 1991 863.0000000 571.9283152 - 187 3 1 1991 875.0000000 627.3051289 - 188 4 1 1991 932.0000000 560.2724576 - 189 5 1 1991 826.0000000 536.8736523 - 190 6 1 1991 731.0000000 502.6980695 - 191 7 1 1991 613.0000000 481.0976628 - 192 8 1 1991 610.0000000 478.8024429 - 193 9 1 1991 686.0000000 430.3212815 - 194 10 1 1991 556.0000000 469.6082559 - 195 11 1 1991 669.0000000 501.8254669 - 196 12 1 1991 828.0000000 471.1323470 - 197 13 1 1991 735.0000000 380.6826912 - 198 14 1 1991 513.0000000 310.4291664 - 199 15 1 1991 411.0000000 256.0587765 - 200 16 1 1991 345.0000000 216.5192893 - 201 17 1 1991 293.0000000 188.3597872 - 202 18 1 1991 251.0000000 167.9421221 - 203 19 1 1991 222.0000000 152.7481486 - 204 20 1 1991 215.0000000 142.1818533 - 205 21 1 1991 213.0000000 137.5656130 - 206 22 1 1991 202.0000000 137.9478478 - 207 23 1 1991 200.0000000 130.0922821 - 208 24 1 1991 192.0000000 122.6145479 - 209 25 1 1991 176.0000000 115.7628170 - 210 26 1 1991 164.0000000 109.7449756 - 211 27 1 1991 157.0000000 104.2490802 - 212 28 1 1991 134.0000000 99.3340971 - 213 29 1 1991 130.0000000 94.9240596 - 214 30 1 1991 119.0000000 90.9541041 - 215 31 1 1991 107.0000000 87.3687817 - 216 1 2 1991 112.0000000 84.1205356 - 217 2 2 1991 109.0000000 81.1684509 - 218 3 2 1991 101.0000000 78.4772227 - 219 4 2 1991 98.0000000 76.0163013 - 220 5 2 1991 84.0000000 73.7591810 - 221 6 2 1991 93.0000000 71.6828063 - 222 7 2 1991 80.0000000 69.7670739 - 223 8 2 1991 73.0000000 67.9944141 - 224 9 2 1991 89.0000000 66.3494376 - 225 10 2 1991 84.0000000 64.8186363 - 226 11 2 1991 78.0000000 63.3901293 - 227 12 2 1991 79.0000000 62.0534464 - 228 13 2 1991 77.0000000 60.7993439 - 229 14 2 1991 80.0000000 59.6196457 - 230 15 2 1991 72.0000000 58.5071079 - 231 16 2 1991 78.0000000 58.7373022 - 232 17 2 1991 74.0000000 58.7883884 - 233 18 2 1991 77.0000000 57.6001162 - 234 19 2 1991 73.0000000 66.7183995 - 235 20 2 1991 69.0000000 79.1802622 - 236 21 2 1991 74.0000000 105.3378045 - 237 22 2 1991 81.0000000 112.9075180 - 238 23 2 1991 110.0000000 108.2060699 - 239 24 2 1991 180.0000000 104.4472432 - 240 25 2 1991 213.0000000 103.1242118 - 241 26 2 1991 222.0000000 101.2472935 - 242 27 2 1991 208.0000000 98.9641962 - 243 28 2 1991 211.0000000 95.6275996 - 244 1 3 1991 214.0000000 91.9538471 - 245 2 3 1991 208.0000000 96.5250047 - 246 3 3 1991 221.0000000 93.8712673 - 247 4 3 1991 281.0000000 88.4864132 - 248 5 3 1991 219.0000000 84.7326686 - 249 6 3 1991 190.0000000 81.4052953 - 250 7 3 1991 173.0000000 78.3812943 - 251 8 3 1991 164.0000000 75.7760973 - 252 9 3 1991 142.0000000 73.6960203 - 253 10 3 1991 133.0000000 73.1806795 - 254 11 3 1991 133.0000000 70.9667504 - 255 12 3 1991 118.0000000 68.8359708 - 256 13 3 1991 127.0000000 66.7902341 - 257 14 3 1991 113.0000000 64.9060395 - 258 15 3 1991 107.0000000 63.1654499 - 259 16 3 1991 100.0000000 61.5530442 - 260 17 3 1991 100.0000000 60.0568532 - 261 18 3 1991 95.0000000 58.6818001 - 262 19 3 1991 98.0000000 106.1516718 - 263 20 3 1991 119.0000000 101.2471710 - 264 21 3 1991 159.0000000 108.9979009 - 265 22 3 1991 196.0000000 113.7712002 - 266 23 3 1991 242.0000000 100.4188867 - 267 24 3 1991 216.0000000 93.7230403 - 268 25 3 1991 180.0000000 88.9799931 - 269 26 3 1991 145.0000000 84.8366867 - 270 27 3 1991 127.0000000 81.5160594 - 271 28 3 1991 117.0000000 77.9731550 - 272 29 3 1991 109.0000000 74.8293800 - 273 30 3 1991 106.0000000 71.9829710 - 274 31 3 1991 99.0000000 69.3976284 - 275 1 4 1991 96.0000000 67.0421693 - 276 2 4 1991 88.0000000 64.8896325 - 277 3 4 1991 87.0000000 62.9166416 - 278 4 4 1991 82.0000000 61.2724402 - 279 5 4 1991 84.0000000 59.7619245 - 280 6 4 1991 67.0000000 58.1842732 - 281 7 4 1991 89.0000000 56.7831569 - 282 8 4 1991 75.0000000 55.4847247 - 283 9 4 1991 79.0000000 54.2169504 - 284 10 4 1991 70.0000000 53.0250635 - 285 11 4 1991 69.0000000 51.9091765 - 286 12 4 1991 69.0000000 50.8616986 - 287 13 4 1991 56.0000000 49.8759095 - 288 14 4 1991 63.0000000 48.9458746 - 289 15 4 1991 58.0000000 48.0664465 - 290 16 4 1991 56.0000000 47.2325469 - 291 17 4 1991 54.0000000 46.4401786 - 292 18 4 1991 57.0000000 45.6959966 - 293 19 4 1991 53.0000000 45.2406541 - 294 20 4 1991 53.0000000 44.6284981 - 295 21 4 1991 65.0000000 44.0177778 - 296 22 4 1991 69.0000000 44.9208313 - 297 23 4 1991 61.0000000 44.1951196 - 298 24 4 1991 56.0000000 42.8423495 - 299 25 4 1991 56.0000000 41.9875780 - 300 26 4 1991 53.0000000 41.3891422 - 301 27 4 1991 49.0000000 40.8127656 - 302 28 4 1991 53.0000000 40.2571824 - 303 29 4 1991 48.0000000 42.6441750 - 304 30 4 1991 57.0000000 74.2692499 - 305 1 5 1991 69.0000000 63.1259312 - 306 2 5 1991 89.0000000 44.1855798 - 307 3 5 1991 105.0000000 42.9663478 - 308 4 5 1991 79.0000000 42.1447826 - 309 5 5 1991 69.0000000 41.3761951 - 310 6 5 1991 71.0000000 40.6525283 - 311 7 5 1991 60.0000000 39.9552057 - 312 8 5 1991 64.0000000 39.2907664 - 313 9 5 1991 59.0000000 38.6573851 - 314 10 5 1991 57.0000000 39.4376099 - 315 11 5 1991 55.0000000 40.1114333 - 316 12 5 1991 53.0000000 37.6467108 - 317 13 5 1991 52.0000000 36.8680415 - 318 14 5 1991 50.0000000 36.3686294 - 319 15 5 1991 52.0000000 38.7671988 - 320 16 5 1991 54.0000000 38.2378916 - 321 17 5 1991 54.0000000 35.5700739 - 322 18 5 1991 55.0000000 35.0482547 - 323 19 5 1991 48.0000000 34.5623878 - 324 20 5 1991 48.0000000 34.0930644 - 325 21 5 1991 49.0000000 33.6390801 - 326 22 5 1991 41.0000000 33.1993394 - 327 23 5 1991 40.0000000 32.7728453 - 328 24 5 1991 40.0000000 32.3586893 - 329 25 5 1991 39.0000000 31.9560432 - 330 26 5 1991 43.0000000 31.5641515 - 331 27 5 1991 39.0000000 31.1823238 - 332 28 5 1991 36.0000000 30.8099295 - 333 29 5 1991 33.0000000 30.4463918 - 334 30 5 1991 39.0000000 30.0911825 - 335 31 5 1991 34.0000000 29.7438180 - 336 1 6 1991 37.0000000 29.4038546 - 337 2 6 1991 35.0000000 29.0708855 - 338 3 6 1991 29.0000000 28.7445369 - 339 4 6 1991 33.0000000 28.4244652 - 340 5 6 1991 34.0000000 28.1206577 - 341 6 6 1991 32.0000000 36.8087366 - 342 7 6 1991 38.0000000 38.0822600 - 343 8 6 1991 39.0000000 30.5248260 - 344 9 6 1991 41.0000000 29.3252082 - 345 10 6 1991 44.0000000 34.2485947 - 346 11 6 1991 48.0000000 27.6078393 - 347 12 6 1991 42.0000000 26.7522548 - 348 13 6 1991 37.0000000 26.4387815 - 349 14 6 1991 39.0000000 26.1323565 - 350 15 6 1991 35.0000000 26.1360521 - 351 16 6 1991 31.0000000 27.8411557 - 352 17 6 1991 33.0000000 29.0291699 - 353 18 6 1991 31.0000000 26.4200207 - 354 19 6 1991 28.0000000 25.0202585 - 355 20 6 1991 60.0000000 49.6554836 - 356 21 6 1991 48.0000000 37.2201126 - 357 22 6 1991 54.0000000 25.3717826 - 358 23 6 1991 63.0000000 28.2660521 - 359 24 6 1991 41.0000000 25.2736578 - 360 25 6 1991 42.0000000 24.3610467 - 361 26 6 1991 43.0000000 24.0438500 - 362 27 6 1991 38.0000000 27.4996125 - 363 28 6 1991 38.0000000 26.2864162 - 364 29 6 1991 35.0000000 23.4841687 - 365 30 6 1991 41.0000000 23.1035892 diff --git a/check/case_10/output_save/b1_discharge.nc b/check/case_10/output_save/b1_discharge.nc index 7719d30ba8adbf17f5116da073c483e98dde4466..1b66eb4beb1d1fe3933e54947846b6c1a08dd480 100644 Binary files a/check/case_10/output_save/b1_discharge.nc and b/check/case_10/output_save/b1_discharge.nc differ diff --git a/check/case_10/output_save/b1_mHM_Fluxes_States.nc b/check/case_10/output_save/b1_mHM_Fluxes_States.nc index 4dd406194680e4550d4d0adca97883238695d734..37b97fd9402a1a81e5e07b095a5f06e75fd96c62 100644 Binary files a/check/case_10/output_save/b1_mHM_Fluxes_States.nc and b/check/case_10/output_save/b1_mHM_Fluxes_States.nc differ diff --git a/check/case_10/output_save/b1_mHM_restart_001.nc b/check/case_10/output_save/b1_mHM_restart_001.nc index 984033ded766aecf5ef4b12dfd00a2ef539bd793..0514fad2b8d75b1b33b042eaa204c47a5d8051d0 100644 Binary files a/check/case_10/output_save/b1_mHM_restart_001.nc and b/check/case_10/output_save/b1_mHM_restart_001.nc differ diff --git a/check/case_10/output_save/b1_mRM_Fluxes_States.nc b/check/case_10/output_save/b1_mRM_Fluxes_States.nc index b3b32c9c61dfe218e9b4c297c5a4ecb2cb90d197..6535114362c21c678b47efdc8d7a1bccfa3ffae2 100644 Binary files a/check/case_10/output_save/b1_mRM_Fluxes_States.nc and b/check/case_10/output_save/b1_mRM_Fluxes_States.nc differ diff --git a/check/case_10/output_save/b1_mRM_restart_001.nc b/check/case_10/output_save/b1_mRM_restart_001.nc index 396832e8679dc1c7eef778ee29e9f027cf2b9fc7..8bc6fa82108392fe35491bd30a1695442468398f 100644 Binary files a/check/case_10/output_save/b1_mRM_restart_001.nc and b/check/case_10/output_save/b1_mRM_restart_001.nc differ diff --git a/check/case_10/simulation_mhm_case10.ini b/check/case_10/simulation_mhm_case10.ini deleted file mode 100755 index 49a850cae652ef80fce924af410e84d9a33c1b85..0000000000000000000000000000000000000000 --- a/check/case_10/simulation_mhm_case10.ini +++ /dev/null @@ -1,18 +0,0 @@ -[main] -# path relative to wrapper.py -#path__input = ../mhm_dev/mpr_extract/ -path__input = ../../../mhm_dev/mpr_extract/ -#path__work = ../mhm_dev/mpr_extract/check/temp_work_environ/ -path__work = ../../../mhm_dev/mpr_extract/check/temp_work_environ/ -processes = mhm -domain = test_domain -python_env = eve_wrapper/0.1 -sim_folder_name = check_case_10 - -[mhm] -path__prog = ../../mhm -path__input = ../../$main__domain$/input/ - -nml__mainconfig__ndomains = 1 -nml__processselection__processcase(3) = 3 -nml__processselection__processcase(5) = -1 diff --git a/check/case_11/mhm.nml b/check/case_11/mhm.nml index fb9603f5aabfe9cf9245082c1c017795edbb3a5b..fcd24007e4eb9625f5d715934d28feab6e6293b2 100755 --- a/check/case_11/mhm.nml +++ b/check/case_11/mhm.nml @@ -1,10 +1,10 @@ &directories_general - dir_lcover(1:6) = '../../test_domain/input/luse/', '../../test_domain/input/luse/', - '../../test_domain/input/luse/', '../../test_domain/input/luse/', - '../../test_domain/input/luse/', '../../test_domain/input/luse/' - dir_morpho(1:6) = '../../test_domain/input/morph/', '../../test_domain/input/morph/', - '../../test_domain/input/morph/', '../../test_domain/input/morph/', - '../../test_domain/input/morph/', '../../test_domain/input/morph/' + dir_lcover(1:6) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain/input/mpr/' + dir_morpho(1:6) = '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain/input/mpr/', + '../../test_domain/input/mpr/', '../../test_domain/input/mpr/' dir_out(1:6) = 'output_b1/b1_', 'output_b1/b2_', 'output_b1/b3_', 'output_b1/b4_', 'output_b1/b5_', 'output_b1/b6_' mhm_file_restartout(1:6) = 'output_b1/b1_mHM_restart_001.nc', 'output_b1/b2_mHM_restart_002.nc', @@ -13,11 +13,11 @@ mrm_file_restartout(1:6) = 'output_b1/b1_mRM_restart_001.nc', 'output_b1/b2_mRM_restart_002.nc', 'output_b1/b3_mRM_restart_003.nc', 'output_b1/b4_mRM_restart_004.nc', 'output_b1/b5_mRM_restart_005.nc', 'output_b1/b6_mRM_restart_006.nc' - dircommonfiles = '../../test_domain/input/morph/' + dircommonfiles = '../../test_domain/input/mpr/' dirconfigout = 'output_b1/' - file_latlon(1:6) = '../../test_domain/input/latlon/latlon_1.nc', '../../test_domain/input/latlon/latlon_1.nc', - '../../test_domain/input/latlon/latlon_1.nc', '../../test_domain/input/latlon/latlon_1.nc', - '../../test_domain/input/latlon/latlon_1.nc', '../../test_domain/input/latlon/latlon_1.nc' + file_latlon(1:6) = '../../test_domain/input/mpr/latlon_1.nc', '../../test_domain/input/mpr/latlon_1.nc', + '../../test_domain/input/mpr/latlon_1.nc', '../../test_domain/input/mpr/latlon_1.nc', + '../../test_domain/input/mpr/latlon_1.nc', '../../test_domain/input/mpr/latlon_1.nc' / &directories_mhm @@ -25,27 +25,26 @@ dir_maxtemperature(1) = '../../test_domain/input/meteo/' dir_mintemperature(1) = '../../test_domain/input/meteo/' dir_netradiation(1) = '../../test_domain/input/meteo/' - dir_precipitation(1:6) = '../../test_domain/input/meteo/pre/', '../../test_domain/input/meteo/pre/', - '../../test_domain/input/meteo/pre/', '../../test_domain/input/meteo/pre/', - '../../test_domain/input/meteo/pre/', '../../test_domain/input/meteo/pre/' - dir_referenceet(1:6) = '../../test_domain/input/meteo/pet/', '../../test_domain/input/meteo/pet/', - '../../test_domain/input/meteo/pet/', '../../test_domain/input/meteo/pet/', - '../../test_domain/input/meteo/pet/', '../../test_domain/input/meteo/pet/' - dir_temperature(1:6) = '../../test_domain/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/', - '../../test_domain/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/', - '../../test_domain/input/meteo/tavg/', '../../test_domain/input/meteo/tavg/' + dir_precipitation(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/' + dir_referenceet(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/' + dir_temperature(1:6) = '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/', + '../../test_domain/input/meteo/', '../../test_domain/input/meteo/' dir_windspeed(1) = '../../test_domain/input/meteo/' - inputformat_meteo_forcings = 'nc' time_step_model_inputs(1:6) = 0, 0, 0, 0, 0, 0 / &directories_mrm - dir_gauges(1:6) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain/input/gauge/' - dir_total_runoff(1:6) = '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain/input/gauge/', - '../../test_domain/input/gauge/', '../../test_domain/input/gauge/' + dir_gauges(1:6) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain/input/routing/' + dir_total_runoff(1:6) = '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain/input/routing/', + '../../test_domain/input/routing/', '../../test_domain/input/routing/' / &optional_data @@ -100,7 +99,7 @@ lcoverfname(1:2) = 'lc_1981.asc', 'lc_1991.asc' lcoveryearend(1:2) = 1990, 2000 lcoveryearstart(1:2) = 1981, 1991 - nlcoverscene = 2 + nLandCoverPeriods = 2 / &lcover_mpr @@ -108,7 +107,7 @@ / &mainconfig - iflag_cordinate_sys = 0 + iFlag_coordinate_sys = 0 l0domain(1:6) = 1, 2, 3, 4, 5, 6 ndomains = 6 resolution_hydrology(1:6) = 24000, 24000, 24000, 24000, 24000, 24000 diff --git a/check/case_11/mhm_parameter.nml b/check/case_11/mhm_parameter.nml deleted file mode 100755 index 37efeb974d0e3d2e2d150195c728aad6bd48e2d5..0000000000000000000000000000000000000000 --- a/check/case_11/mhm_parameter.nml +++ /dev/null @@ -1,178 +0,0 @@ -! Emacs: -*- mode: f90 -*- -!global_parameters -!PARAMETER lower_bound upper_bound value FLAG SCALING -!interception -&interception1 -canopyInterceptionFactor = 0.1500, 0.4000, 0.15, 1, 1 -/ - -! snow -&snow1 -snowTreshholdTemperature = -2.0000, 2.0000, 1.0, 1, 1 -degreeDayFactor_forest = 0.0001, 4.0000, 1.5, 1, 1 -degreeDayFactor_impervious = 0.0000, 1.0000, 0.5, 1, 1 -degreeDayFactor_pervious = 0.0000, 2.0000, 0.5, 1, 1 -increaseDegreeDayFactorByPrecip = 0.1000, 0.9000, 0.5, 1, 1 -maxDegreeDayFactor_forest = 0.0000, 8.0000, 3.0, 1, 1 -maxDegreeDayFactor_impervious = 0.0000, 8.0000, 3.5, 1, 1 -maxDegreeDayFactor_pervious = 0.0000, 8.0000, 4.0, 1, 1 -/ - -! soilmoisture -&soilmoisture1 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -/ - -&soilmoisture2 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -&soilmoisture3 -orgMatterContent_forest = 0.0000, 20.000, 3.4, 1, 1 -orgMatterContent_impervious = 0.0000, 1.0000, 0.1, 1, 1 -orgMatterContent_pervious = 0.0000, 4.0000, 0.6, 1, 1 -PTF_lower66_5_constant = 0.6462, 0.9506, 0.76, 1, 1 -PTF_lower66_5_clay = 0.0001, 0.0029, 0.0009, 1, 1 -PTF_lower66_5_Db = -0.3727, -0.1871, -0.264, 1, 1 -PTF_higher66_5_constant = 0.5358, 1.1232, 0.89, 1, 1 -PTF_higher66_5_clay = -0.0055, 0.0049, -0.001, 1, 1 -PTF_higher66_5_Db = -0.5513, -0.0913, -0.324, 1, 1 -PTF_Ks_constant = -1.2000, -0.2850, -0.585, 1, 1 -PTF_Ks_sand = 0.0060, 0.0260, 0.0125, 1, 1 -PTF_Ks_clay = 0.0030, 0.0130, 0.0063, 1, 1 -PTF_Ks_curveSlope = 60.960, 60.960, 60.960, 0, 1 -rootFractionCoefficient_forest = 0.9000, 0.9990, 0.97, 1, 1 -rootFractionCoefficient_impervious = 0.9000, 0.9500, 0.93, 1, 1 -rootFractionCoefficient_pervious = 0.0010, 0.0900, 0.02, 1, 1 -infiltrationShapeFactor = 1.0000, 4.0000, 1.75, 1, 1 -rootFractionCoefficient_sand = 0.0010, 0.0900, 0.09, 1, 1 -rootFractionCoefficient_clay = 0.9000, 0.9990, 0.98, 1, 1 -jarvis_sm_threshold_c1 = 0.0000, 1.0000, 0.50, 1, 1 -/ - -! directSealedAreaRunoff -&directRunoff1 -imperviousStorageCapacity = 0.0000, 5.0000, 0.5, 1, 1 -/ - -! potential evapotranspiration -&PET0 ! PET is input -minCorrectionFactorPET = 0.7000, 1.3000, 0.9, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1, 1, 1 -aspectTresholdPET = 160.00, 200.00, 180.0, 1, 1 -/ -&PET1 ! PET - Hargreaves Samani -minCorrectionFactorPET = 0.7000, 1.3000, 0.9300, 1, 1 -maxCorrectionFactorPET = 0.0000, 0.2000, 0.1900, 1, 1 -aspectTresholdPET = 160.00, 200.00, 171.00, 1, 1 -HargreavesSamaniCoeff = 0.0016, 0.0030, 0.0023, 1, 1 -/ -&PET2 ! PET - Priestley Taylor -PriestleyTaylorCoeff = 0.75, 1.75, 1.1900, 1, 1 -PriestleyTaylorLAIcorr = -0.50, 0.20, 0.0580, 1, 1 -/ -&PET3 ! PET - Penman Monteith -canopyheigth_forest = 15.00, 40.00, 15.000, 1, 1 -canopyheigth_impervious = 0.01, 0.50, 0.0200, 1, 1 -canopyheigth_pervious = 0.10, 5.00, 0.1100, 1, 1 -displacementheight_coeff = 0.50, 0.85, 0.6400, 1, 1 -roughnesslength_momentum_coeff = 0.09, 0.16, 0.0950, 1, 1 -roughnesslength_heat_coeff = 0.07, 0.13, 0.0750, 1, 1 -stomatal_resistance = 10.00, 200.00, 56.000, 1, 1 -/ - -! interflow -&interflow1 -interflowStorageCapacityFactor = 75.000, 200.00, 85.0, 1, 1 -interflowRecession_slope = 0.0000, 10.000, 7.0, 1, 1 -fastInterflowRecession_forest = 1.0000, 3.0000, 1.5, 1, 1 -slowInterflowRecession_Ks = 1.0000, 30.000, 15.0, 1, 1 -exponentSlowInterflow = 0.0500, 0.3000, 0.125, 1, 1 -/ - - -! percolation -&percolation1 -rechargeCoefficient = 0.0000, 50.000, 35.0, 1, 1 -rechargeFactor_karstic = -5.0000, 5.0000, -1.0, 1, 1 -gain_loss_GWreservoir_karstic = 1.0000, 1.0000, 1.0, 0, 1 -/ - -! Muskingum routing parameters with MPR -&routing1 -muskingumTravelTime_constant = 0.3100, 0.3500, 0.325, 1, 1 -muskingumTravelTime_riverLength = 0.0700, 0.0800, 0.075, 1, 1 -muskingumTravelTime_riverSlope = 1.9500, 2.1000, 2.0, 1, 1 -muskingumTravelTime_impervious = 0.0900, 0.1100, 0.1, 1, 1 -muskingumAttenuation_riverSlope = 0.0100, 0.5000, 0.3, 1, 1 -/ - -! adaptive timestep routing -&routing2 -streamflow_celerity = 0.1, 15., 1.5, 0, 1 -/ - -! adaptive timestep routing - varying celerity -&routing3 -slope_factor = 0.1, 100., 30., 0, 1 -/ - -! ground albedo neutrons -! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH -&neutrons1 -Desilets_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N0 = 300.0, 2000.0, 1500.0, 0, 1 -COSMIC_N1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_N2 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha0 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_alpha1 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L30 = 0.01, 10.0, 1.0, 0, 1 -COSMIC_L31 = 0.01, 10.0, 1.0, 0, 1 -/ -! geological parameters (ordering according to file 'geology_classdefinition.txt') -! this parameters are NOT REGIONALIZED yet, i.e. these are and not -&geoparameter -GeoParam(1,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(2,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(3,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(4,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(5,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(6,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(7,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(8,:) = 1.000, 1000.00, 100.0, 0, 1 -GeoParam(9,:) = 1.000, 1000.00, 100.0, 1, 1 -GeoParam(10,:) = 1.000, 1000.00, 100.0, 1, 1 -/ diff --git a/check/case_11/mhm_parameter.nml b/check/case_11/mhm_parameter.nml new file mode 120000 index 0000000000000000000000000000000000000000..abb9da224562dca99f6fdae9da07fb60314b62ec --- /dev/null +++ b/check/case_11/mhm_parameter.nml @@ -0,0 +1 @@ +../../mhm_parameter.nml \ No newline at end of file diff --git a/check/case_11/output_save/FinalParam.out b/check/case_11/output_save/FinalParam.out deleted file mode 100644 index e21c79269b858d6a2c0f53b4efa887e1850acec9..0000000000000000000000000000000000000000 --- a/check/case_11/output_save/FinalParam.out +++ /dev/null @@ -1,2 +0,0 @@ - OF canopyInterceptionFactor snowTreshholdTemperature degreeDayFactor_forest degreeDayFactor_impervious degreeDayFactor_pervious increaseDegreeDayFactorByPrecip maxDegreeDayFactor_forest maxDegreeDayFactor_impervious maxDegreeDayFactor_pervious orgMatterContent_forest orgMatterContent_impervious orgMatterContent_pervious PTF_lower66_5_constant PTF_lower66_5_clay PTF_lower66_5_Db PTF_higher66_5_constant PTF_higher66_5_clay PTF_higher66_5_Db PTF_Ks_constant PTF_Ks_sand PTF_Ks_clay PTF_Ks_curveSlope rootFractionCoefficient_forest rootFractionCoefficient_impervious rootFractionCoefficient_pervious infiltrationShapeFactor imperviousStorageCapacity minCorrectionFactorPET maxCorrectionFactorPET aspectTresholdPET interflowStorageCapacityFactor interflowRecession_slope fastInterflowRecession_forest slowInterflowRecession_Ks exponentSlowInterflow rechargeCoefficient rechargeFactor_karstic gain_loss_GWreservoir_karstic slope_factor GeoParam(1,:) GeoParam(2,:) GeoParam(3,:) GeoParam(4,:) GeoParam(5,:) GeoParam(6,:) GeoParam(7,:) GeoParam(8,:) GeoParam(9,:) GeoParam(10,:) - 3.44883732188328E+00 1.50000000000000E-01 8.65166201913321E-01 1.50000000000000E+00 5.00000000000000E-01 5.00000000000000E-01 4.35979410360079E-01 6.96320388802315E-01 4.57721179037376E+00 4.00000000000000E+00 3.40000000000000E+00 1.00000000000000E-01 6.00000000000000E-01 7.60000000000000E-01 9.00000000000000E-04 -2.64000000000000E-01 8.90000000000000E-01 -1.00000000000000E-03 -3.24000000000000E-01 -5.85000000000000E-01 1.25000000000000E-02 6.30000000000000E-03 6.09600000000000E+01 9.70000000000000E-01 9.32535469132466E-01 1.25340054276464E-02 1.75000000000000E+00 5.00000000000000E-01 9.00000000000000E-01 1.00000000000000E-01 1.80000000000000E+02 8.50000000000000E+01 7.00000000000000E+00 1.75997679037401E+00 1.50000000000000E+01 1.25000000000000E-01 3.50000000000000E+01 -1.00000000000000E+00 1.00000000000000E+00 3.00000000000000E+01 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.00000000000000E+02 1.35956664578167E+02 diff --git a/check/case_11/output_save/b6_daily_discharge.out b/check/case_11/output_save/b6_daily_discharge.out deleted file mode 100644 index 7a8d8a891a8b7d963dd9ddaffb661b8d133333bc..0000000000000000000000000000000000000000 --- a/check/case_11/output_save/b6_daily_discharge.out +++ /dev/null @@ -1,1462 +0,0 @@ - No Day Mon Year Qobs_0000000398 Qsim_0000000398 - 1 1 1 1990 157.0000000 20.2377279 - 2 2 1 1990 129.0000000 76.5546794 - 3 3 1 1990 117.0000000 126.1351645 - 4 4 1 1990 111.0000000 142.8180424 - 5 5 1 1990 112.0000000 142.3683410 - 6 6 1 1990 93.0000000 139.6975925 - 7 7 1 1990 87.0000000 137.6460017 - 8 8 1 1990 84.0000000 132.8976165 - 9 9 1 1990 80.0000000 131.3667482 - 10 10 1 1990 78.0000000 131.0019567 - 11 11 1 1990 78.0000000 124.6313352 - 12 12 1 1990 77.0000000 116.5746695 - 13 13 1 1990 76.0000000 113.4113590 - 14 14 1 1990 73.0000000 113.2883653 - 15 15 1 1990 66.0000000 113.8180203 - 16 16 1 1990 76.0000000 117.0491190 - 17 17 1 1990 73.0000000 116.4319650 - 18 18 1 1990 71.0000000 112.8845944 - 19 19 1 1990 90.0000000 109.6329924 - 20 20 1 1990 82.0000000 105.1798834 - 21 21 1 1990 80.0000000 100.3098128 - 22 22 1 1990 81.0000000 96.3369976 - 23 23 1 1990 97.0000000 118.1278532 - 24 24 1 1990 198.0000000 139.0615180 - 25 25 1 1990 392.0000000 141.2473142 - 26 26 1 1990 519.0000000 141.1932471 - 27 27 1 1990 565.0000000 125.1441479 - 28 28 1 1990 331.0000000 110.3219625 - 29 29 1 1990 293.0000000 103.3468034 - 30 30 1 1990 302.0000000 101.9974932 - 31 31 1 1990 233.0000000 97.1846706 - 32 1 2 1990 198.0000000 96.5724342 - 33 2 2 1990 183.0000000 101.1444594 - 34 3 2 1990 206.0000000 103.2429575 - 35 4 2 1990 215.0000000 100.1173763 - 36 5 2 1990 183.0000000 92.8722935 - 37 6 2 1990 159.0000000 87.6867665 - 38 7 2 1990 167.0000000 84.9532726 - 39 8 2 1990 138.0000000 83.2152824 - 40 9 2 1990 126.0000000 82.6527516 - 41 10 2 1990 131.0000000 98.2840328 - 42 11 2 1990 173.0000000 122.4832658 - 43 12 2 1990 240.0000000 126.0939260 - 44 13 2 1990 270.0000000 134.3511224 - 45 14 2 1990 458.0000000 180.7414405 - 46 15 2 1990 996.0000000 237.1640656 - 47 16 2 1990 1370.0000000 247.7056439 - 48 17 2 1990 1540.0000000 226.8006532 - 49 18 2 1990 1210.0000000 199.4161367 - 50 19 2 1990 616.0000000 177.2718106 - 51 20 2 1990 465.0000000 161.2615796 - 52 21 2 1990 373.0000000 149.4438896 - 53 22 2 1990 298.0000000 140.2664254 - 54 23 2 1990 270.0000000 132.6605705 - 55 24 2 1990 234.0000000 126.0508680 - 56 25 2 1990 218.0000000 122.0991243 - 57 26 2 1990 203.0000000 141.0704360 - 58 27 2 1990 314.0000000 176.2418519 - 59 28 2 1990 520.0000000 219.9466053 - 60 1 3 1990 689.0000000 272.7429158 - 61 2 3 1990 777.0000000 303.4575875 - 62 3 3 1990 584.0000000 295.1419980 - 63 4 3 1990 429.0000000 265.4365746 - 64 5 3 1990 365.0000000 233.6985033 - 65 6 3 1990 281.0000000 207.2734531 - 66 7 3 1990 257.0000000