Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 20, 2024
1 parent 273a4da commit 2bd101b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/ClimaLandSimulations/src/Fluxnet/run_fluxnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ function run_fluxnet(
σl = params.auto_resp.σl,
μr = params.auto_resp.μr,
μs = params.auto_resp.μs,
f1 = params.auto_resp.f1,
f2 = params.auto_resp.f2,
Rel = params.auto_resp.Rel,
)
)
# Set up radiative transfer
Expand Down
3 changes: 1 addition & 2 deletions src/diagnostics/land_compute_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ end
@diagnostic_compute "vapor_flux" SoilCanopyModel p.soil.turbulent_fluxes.vapor_flux

# Soil - SoilCO2
@diagnostic_compute "heterotrophic_respiration" SoilCanopyModel p.soilco2.top_bc *
83.26 # convert from kg C to mol CO2
@diagnostic_compute "heterotrophic_respiration" SoilCanopyModel (p.soilco2.top_bc*83.26) # convert from kg C to mol CO2
@diagnostic_compute "soilco2_diffusivity" SoilCanopyModel p.soilco2.D
@diagnostic_compute "soilco2_source_microbe" SoilCanopyModel p.soilco2.Sm

Expand Down

0 comments on commit 2bd101b

Please sign in to comment.