container-dtc-nwp icon indicating copy to clipboard operation
container-dtc-nwp copied to clipboard

End-to-end NWP systems in containers.

Results 12 container-dtc-nwp issues
Sort by recently updated
recently updated
newest added

plot_WRF_domain.py only works for Lat/Lon and Lambert Conformal projections. Need to fix this to include Mercator and Polar Stereographic projections.

topic: python image
type: enhancement

Modify the scripting logic to make running new cases easier. Currently, you have to update the begin/end dates in several places: namelist.input, namelist.wps, and 2 spots in set_env.ksh. Update the...

topic: common scripts
type: enhancement

topic: metviewer image
type: enhancement

Either add it as static input or configure Dockerfile to look for it optionally in wrfprd

topic: wps_wrf image
type: enhancement

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

topic: met image
topic: metviewer image
topic: common scripts
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.