Teagan King

Results 188 comments of Teagan King

Okay, thanks. I have a different 10-11am meeting, but I might be able to join at the end of the meeting if we wrap up my other meeting early... Otherwise...

Thanks for testing this @wwieder ! I also did some tests on `run_type` and it does look like this argument is now being passed correctly, and `transient` is used as...

I am however running into some issues such as the following. @wwieder are you seeing similar results, as well? Command submitted: `./run_neon --neon-sites ABBY --experiment test_no_run-type_specified` Error: `ERROR: Build complete...

It looks like the calendar differences error is only occurring with the newest CIME checkout. I'm still a bit stumped as to why it's occurring. With the same command as...

> In our meeting this morning we thought to make this problem less likely, @TeaganKing will do the following: > > * [x] Increase the complexity of the test_one_site test...

Just to add documentation as I'm working through this, there's also a [line](https://github.com/ESCOMP/CTSM/blob/1bab27e474dad6dadbcd97374b425c6424df5799/python/ctsm/site_and_regional/tower_site.py#L404) `case.set_value("CALENDAR", "GREGORIAN")` in `tower_site.py` that may be the culprit here. This was also previously in `neon_site` in...

@ekluzek @adrifoster per our conversation last week, I'm adding you both as reviewers! Note that some changes may be made to pull out NEON-specific or PLUMBER-specific features once the PLUMBER...

There are some tests for modifying user namelists in `CTSM/python/ctsm/test/test_unit_neon_site.py`. Some additional discussion on unit tests' current implementation is in #2315. I have addressed other comments that relate to what...

Quick update, I'm currently running into some errors with `test_sys_run_neon.TestSysRunNeon` in `make all` but not with `python3 ./run_ctsm_py_tests --sys`. In Sam Rabin's comment mentioned [here](https://github.com/ESCOMP/CTSM/pull/2156), changing directories out of the...

@ekluzek It does look like the temp dir that's causing errors was set up during `test_sys_run_neon.test_one_site`, which makes me think that the issue is actually during this step? I'll look...