Skip to content

Commit

Permalink
add reference to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Oct 10, 2023
1 parent 5faac0e commit ee139b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/+energy/calculateBoundaryConditions.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
function [RHS, EnergyMatrices] = calculateBoundaryConditions(BoundaryCondition, EnergyMatrices, HBoundaryFlux, ForcingData, ...
SoilVariables, Precip, EVAP, Delt_t, r_a_SOIL, Rn_SOIL, RHS, L, KT)
%{
Determine the boundary condition for solving the energy equation.
Determine the boundary condition for solving the energy equation, see
STEMMUS Technical Notes.
%}

ModelSettings = io.getModelSettings();
Expand Down
3 changes: 2 additions & 1 deletion src/+energy/calculateEnergyFluxes.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function [QET, QEB] = calculateEnergyFluxes(SAVE, TT)
%{
Calculate the energy fluxes on the boundary nodes.
Calculate the energy fluxes on the boundary nodes, see STEMMUS Technical
Notes.
%}

ModelSettings = io.getModelSettings();
Expand Down

0 comments on commit ee139b1

Please sign in to comment.