ESCOMP / MOSART

Model for Scale Adaptive River Transport, Mosart, part of the Community Earth System Model
http://www.cesm.ucar.edu/
Other
8 stars 27 forks source link

Use integer parameters to identify each budget term #95

Closed slevis-lmwg closed 3 weeks ago

slevis-lmwg commented 1 month ago

I think that we should use integer parameters to identify each budget term and bring clarity to this code. Instead of budget_terms( 1, nt) it should be budget_terms(RUNOFF_WATER, nt) (or whatever it is).

_Originally posted by @jedwards4b in https://github.com/ESCOMP/MOSART/pull/76#discussion_r1438919232_