Erik Kluzek

Results 185 issues of Erik Kluzek

In moving from mksurfdata.pl to using subset for single point datasets, one capability we have removed is the ability to do transient single-point datasets. We have this in place for...

type: enhancement

We need to add the ability to the tools to modify surface datasets to handle the all-urban case where you want everything to be urban. This option was previously embedded...

type: enhancement
type: code cleanup
tag: enh - new science

The calculation of xmf in SoilTemperatureMod has an if statement where the if and else both contain the same expression. Thus the if statement should just be removed. @mvdebolskiy noticed...

type: code cleanup
tag: simple bfb

This applies when #1787 comes to main-development. There's a note in SoilTemperatureMod.F90 that talks about needing to include excess ice in the calucation of watsat and satw. ` !TODO recalculate...

type: -investigation
tag: enh - new science

### Brief summary of bug Rather than using the current date to advance the stream data for the CH4 finundation stream a fixed date is being used because when the...

priority: low
type: bug

### Description of changes Use the manage_python_env script to setup the conda environment and use it rather than ncar_pylib ### Specific notes Contributors other than yourself, if any: None CTSM...

type: enhancement
type: tests

We talked about this at the CTSM software meeting this morning. Something that wouldn't be hard to do would be to run the python unit tests in the python directory...

type: tests

With the update to NUOPC we'll need a way for users to create ESMF mesh files from domain files (or from their grid) for any regional grids they create. This...

type: enhancement

### Description of changes Set zetamaxstable to 2.0 when BHS is on for all subgrid types. This also means to remove the hardcoded setting to 100 for vegetation when BHS...

type: enhancement
type: code cleanup

### Description of changes Get the single point surface datasets to be created using subset_data rather than mksurfdata. ### Specific notes Contributors other than yourself, if any: @negin513 CTSM Issues...

type: enhancement
type: code cleanup