xanthos icon indicating copy to clipboard operation
xanthos copied to clipboard

An extensible global hydrologic framework

Results 18 xanthos issues
Sort by recently updated
recently updated
newest added

The current `xanthos` can only output annual hydropower by GCAM region. Would it be possible to add the functionality to enable monthly hydropower generation by GCAM basin? (or by dam?)...

Set up a proper logger that closes handlers on model completion.

enhancement

Add GitHub actions CI in to replace Travis-CI.

tests

Reported by Guta W Abeshu in email to Mohamad on Saturday, August 15, 2020: "I found a numerical issue that results in NAN in estimated runoff magnitudes in the recent...

I found this while tracking down something for Tom: https://github.com/JGCRI/xanthos/blob/754f111939c0611c17ac846f5bd407b5780a2d14/xanthos/data_reader/ini_reader.py#L606 I believe the best practice would be to change `print(...)` to `logging.warning(...)` Also, I grepped the rest of the source...

*TASK:* Create a reader to ingest standard climate data formats in 3D [day, latitude, longitude] to the format and units required by Xanthos [land_cell, month]. *COMPLETED:* - Built functionality to...

enhancement

Create a reader to ingest standard climate data formats in 3D [day, latitude, longitude] to the format and units required by Xanthos [land_cell, month].

enhancement

It is unclear what the intent is of the `HistFlag` configuration variable. The wiki says > If True, channel storage and soil moisture files are saved; if False, channel storage...

question