Kate Fossell

Results 7 issues of Kate Fossell

The post processing repository has changed the name from EMC_post to UPP to be consistent with other naming conventions across the board. Need to update the Externals.cfg file to use...

Date/Time information (startdate, fhr, etc.) are set multiple times in set_env for each component sincce each component run script historically used a different environmental variable name. Consolidate these into one...

type: enhancement

[More info](https://nickjanetakis.com/blog/docker-tip-25-adding-metadata-to-your-docker-images-with-labels)

topic: docker
type: enhancement

This can be useful for testing different library/code versions.

topic: docker
type: enhancement

Create python utilities to plot and visualize useful GSI output.

topic: gsi image
topic: python image
type: enhancement

Some Dockerfiles are using "latest" for some packages which can break containers. Examine each component and determine which packages need a version specified.

John reported that new MacOS systems with M1/M2 chips are not compatible with container images that were generated with x86 processors. The presumed error is that if we run our...