Erik Kluzek

Results 1353 comments of Erik Kluzek

OK, I got it working. The core changes are this: ``` diff diff --git a/route/build/src/write_restart_pio.f90 b/route/build/src/write_restart_pio.f90 index 45a244fb..2727e8a1 100644 --- a/route/build/src/write_restart_pio.f90 +++ b/route/build/src/write_restart_pio.f90 @@ -191,7 +191,7 @@ SUBROUTINE restart_output(ierr, message)...

@nmizukami it looks like this is the solution

@jedwards4b @billsacks this is a potential fix that does get it to work. But, I'm not sure it's the right thing to do. It simply removes the space character from...

To comment on why my proposed fix is an incomplete hack is that it will fail for different scenarios. 1. First, when the array of strings is broken up on...

Louisa reports on a similar problem for a different case: > On Mon, Sep 29, 2025 at 11:00 AM Louisa Emmons wrote: > I got this error: > ​ERROR: incompatible...

Oh, wait in the above I removed whitespace differences, so it is the same problem! Editing above to correct.

I like these ideas @samsrabin thanks for making the issue.

The problem is here: https://github.com/ESCOMP/CTSM/blob/master/cime_config/config_component.xml#L205-L206 where NOANTHRO is only defined for CLM50 and CLM60. What we should setup is a way for options that are NOT defined to trigger an...

The same kind of problem shows up for DV and VIC for the setting of: CLM_BLDNML_OPTS, and for CLM_USER_MODS for CMIP6 and WACCMCMIP6 and FATES-SP. For LND_TUNING_MODE invalid settings set...