Naoki Mizukami

Results 90 comments of Naoki Mizukami

Just looking into the codes, fixing this needs some moving around of several subroutines, so`simStart` and `fname_state_in` are populated accordingly from rpointer file (and restart file to get `simStart` information)

Hi @ekluzek , Yes, this is expected. A different number of MPI tasks changes orders of basinID (hru dimension) and reachID (seg dimension) in history file. If basinID and reachID...

Hi Erik (@ekluzek) I am wondering if we can use this to reorder history netcdfs before comparing the two. /glade/u/home/mizukami/hydro_nm/python_general/nc_reorder.py ``` usage: nc_reorder.py [-h] nc1 nc2 var dim Script to...

PR #459 allow a user to use system installed PIO instead of building PIO in mizuRoute standalone building process. However, if system installed PIO does not have GPTL option, the...

Hi Erik, yes, it is clearly from the esmf function, but do you know what exactly is the problem? is it node id problem (usually starting 0, but does not...

Hi Erik (@ekluzek), hru_id is in double (I expected id to be int32). This might be problem? Not sure why it is in double (must be from python)..... but it...

ah, looking at PET log, ESMF is complaining mesh node id (index?) not computing node.... that is strange (I never expect node index become negative)

We need to move ESMF mesh with 1-index from naoki's directory to cesm data directory. But also ESFM may allow us to use 0-index base MESH in next update??

thanks Erik, I fetched add_mizuRoute branch from your repo and rebase it to my local add_mizuRoute. or should I fetch ctsm5.1.dev159 from ESCOMP/CTSM repo and then use this??

Ah ok. I was wondering.. i fetched and looked at add_mizuRoute and it was update 8 weeks ago last time. so just wait, and I just changed python script (i...