Open laurencelin opened 9 years ago
laurencelin wrote:
Adding a biologically conservative solute tracer (e.g., Cl) would be very useful to understand the performance of terrestrial ecosystem in RHESSys.
The "general" solution to this would involve a re-write with a number of mass-related scalars, some of which have well-known names/indices. Ideally, these should have right-most ("fastest") subscripting in data structures.
You might even include water as one of the scalars, as in the following:
...
struct patch_object{ ... double surfce_scalars[NUM_SCALARS] ; double subsfc_scalars[NUM_SCALARS] ; double canopy_scalars[NUM_LAYERS][NUM_SCALARS] ; double litter_scalars[NUM_SCALARS] ; double stream_scalars[NUM_SCALARS] ; ...
@laurencelin Try adding labels now. I invited you to the RHESSys organization.
Thanks Brian. I added the labels “variable timestep” to both issues I posted. I was not able to make new labels but I think it’s ok.
Laurence
(Next - variable time step RHESSys) Adding a biologically conservative solute tracer (e.g., Cl) would be very useful to understand the performance of terrestrial ecosystem in RHESSys.