Naoki Mizukami
Naoki Mizukami
Adding history output option for upstream inflow. No science answer changes #454
It seems like simulation start time (`simStart`) needs to be specified for continue run for standalone run. This is to read runoff input at correct time. Similarly, restart file the...
When using gnu compiler with MPT, PIO sync fails (seemingly randomly) as segmentation fault (invalid memory reference). Using intel compiler with MPT works fine. Using gnu with openmpi works fine...
Now, mizuRoute uses a rectangular channel with unlimited channel depth. By implementing bankfull depth of the channel, allow the water to spill over the channel to the floodplain. This allow...
**Goal:** to enable to trace DOC/DON (or other constituents) from land models **Urgency:** months to a year **Background:** Use advection-dispersion equation dC/dt = -U*dC/dx + D*d2C/dx2 + source + in-stream_process...
We found incorrect runoff mapping from LND to ROF again. This powerpoint shows the problem [cmep_history.pptx](https://github.com/ESCOMP/mizuRoute/files/12423309/cmep_history.pptx) **What we did:** - turn on cpl history file output and run CTSM-mizuroute with...
Hi @ekluzek, Some of CLM grid boxes (e.g., fv0.9x1.25) are not overlapped by any mizuRoute catchments along the coasts. I wonder if this causes problem with the water balance when...
`select type` implementation done in #373, can be implemented in more places
Currently, restart file is read with regular netCDF library to main core, and then the restart information is scattered to distributed cores with MPI. Given mizuRoute is required to use...
Erik suggested that at least output data type need to be either float or double, which can be specified by the user. This is good practice and double precision is...