NCAR / DART

Data Assimilation Research Testbed
https://dart.ucar.edu/
Apache License 2.0
189 stars 142 forks source link

remove smoother_mod #479

Closed hkershaw-brown closed 1 year ago

hkershaw-brown commented 1 year ago

The smoother mod is not functional in DART Manhattan.

Downside: It will require removing my favourite line of code in dart:

Screen Shot 2023-05-25 at 10 58 08 AM

Upsides:

hkershaw-brown commented 1 year ago

https://github.com/NCAR/DART/tree/smooth-remove

Note on mass removing nameslist from input.nmls find . -name input.nml -exec sed -i '' '/^&smoother_nml/,/\//d' input.nml {} \;

hkershaw-brown commented 1 year ago

This is an aside but I don't think lorenz_96_tracer_advection filter_input.cdl needs a copy of the namlist in the cdl file