Brett Raczka

Results 76 comments of Brett Raczka

Just remembered -- I still need to make minor updates to the tutorial tar.gz file, and documentation: ``` cd $BASE_DIR wget http://www.image.ucar.edu/wrfdart/tutorial/wrf_dart_tutorial_23May2018_v3.tar.gz tar -xzvf wrf_dart_tutorial_23May2018_v3.tar.gz ``` The perturbations, surface file...

Just to document our conversation from DART standup today ... my testing of these changes have been limited to the tutorial test case example as outlined in PR https://github.com/NCAR/DART/pull/650, where...

> ok one last comment I promise, do you want to fix #672 in this pull request? (update the wrf/work/input.nml) Yes, I should include #672, and probably #660 as well,...

I seem to be getting a new error since the last shutdown of Derecho. I have been getting the following error when executing step ``./driver.csh 2017042706 param.csh >& run.out &``....

> Brett, could this be due to the CPU binding issue we experienced in WRF-Hydro? If you would like to test our fix, here is the environment command: export PALS_CPU_BIND=none...

@hkershaw-brown I think I have addressed all of your concerns. Some additional changes we discussed at standup are not optimal (adding scripting pauses to csh scripts). A more robust fix...

> > Brett, could this be due to the CPU binding issue we experienced in WRF-Hydro? If you would like to test our fix, here is the environment command: export...

Additional information on the this bug. Although the NaN SIF value occurred while running with CLM-DART, DART is unlikely to contribute to the bug (negative light saturation), although it can...

New dimensions in cesm2.3.0 include ``levmaxurbgrnd = 25``, ``mxsowings =1`` and ``mxharvests = 2``. ``levmaxurbgrnd`` dimension replaces the ``levgrnd`` dimension for some variables. There are also many differences in restart...

I was not able to reproduce the error (all tests ran as expected) using mct driver implementations of cesm2.3.0 using the following tests below. Note: ``cesm2.3.0_beta08`` was branch-off point for...