Naoki Mizukami

Results 28 issues of Naoki Mizukami

These variables are exposed to users through control file. if their names are not very intuitive, consider renaming ``` ! DIRECTORIES ancil_dir = '' ! directory containing ancillary data input_dir...

question
cesm-coupling
cleanup
standalone

The time step level subprocess time reporting be made an option for a --v (verbose) flag, and add a summary of timing at the end appearing by default.

wontfix

Issue: currently allow only 32bit integer for river network ID. ideal: allow 32bit, 64bit integer and string for IDs. Possible solution: Create module to read IDs based on netCDF type...

enhancement

It is proposed that one routing scheme is used for one simulation (i.e., remove route_opt = 0, route with all the schemes), because as new routing schemes are added, using...

enhancement
question

**issue:** There is no fill value attribute in output netcdf **resolution:** Define in write_simout.f90 https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90/NF90_005fDEF_005fVAR_005fFILL.html#NF90_005fDEF_005fVAR_005fFILL **caution:** 1. Be careful that missing values are propagated through routing process (runof read, remapping,...

Implement some transfer function to compute gamma distribution parameter time_scale parameters, which will be consistent with TF in MPR

enhancement

Currently, reach routing in a headwater HRU is not performed because lateral flow (`BASIN_QR`) is always added at the bottom of reach (nothing is coming from the top of the...

This PR includes: - hydraulic properties that used to compute celerity and diffusivity (for DW routing) use uniform flow equation (i.e., manning equation). - Adding options to include floodplain for...

cesm-coupling
new features
standalone
science

Related to #482. Once two compiling error described in #482 locally, the model is successfully compiled. when try running, however, it hangs at very beginning of the initialization. I got...

bug
CESM only

Erik (@ekluzek) suggested this, and use [write_restart_pio.f90](https://github.com/ESCOMP/mizuRoute/pull/482/files/2c01d88e1cf750815d8a3ac2aa3e94a61cdfe57b#diff-fc17794cea08939ea2153c09862e61f01e2dd7cf4536bf3f03070e580f98290f) etc. ``` fortran pure integer function get_routing_index(routing_method_name) result(route_indices) implicit none integer(i4b) :: route_indices(3) ! route_indices(1)->routeRunoff index, route_indices(2)->volume index, route_indices(2)->inflow index select case(routing_method_name) case(accumRunoff)...

enhancement
low priority
cleanup
infrastructure