NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
12 stars 11 forks source link

Functions with similar names/method consolidated in definition and location #28

Open fmalatino opened 11 months ago

fmalatino commented 11 months ago

Current functions that fit this category:

compute_eta (defined and called in multiple files) initialize_delp/_initialize_delp (similar functionality) initialize_edge_pressure/_initialize_edge_pressure (similar functionality)

I plan to track more of these down and either leave one definition in place or for something like compute_eta, place in a central module that can be imported