Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
elisacw committed Oct 17, 2024
1 parent 4883eb8 commit cf37257
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 181 deletions.
2 changes: 1 addition & 1 deletion src/biogeochem/CNFUNMIMICSplusMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ subroutine CNFUNMIMICSplus (bounds, num_soilc, filter_soilc, num_soilp ,filter_s
call calc_myc_roi(decomp_cpools_vr(c,j,i_am_myc),decomp_npools_vr(c,j,i_am_myc) , &
decomp_cpools_vr(c,j,i_phys_som),decomp_cpools_vr(c,j,i_avl_som),decomp_cpools_vr(c,j,i_chem_som), &
decomp_npools_vr(c,j,i_phys_som),decomp_npools_vr(c,j,i_chem_som), &
(smin_no3_to_plant_vr(c,j) + smin_nh4_to_plant_vr(c,j)) * dt, am_step , dzsoi_decomp(j),big_cost, costs_paths(p,j,am))
(smin_no3_to_plant_vr(c,j) + smin_nh4_to_plant_vr(c,j)) * dt, am_step , dzsoi_decomp(j),big_cost, costs_paths(p,j,ipam))
end if
costs_paths(p,j,ipecm)=1./costs_paths(p,j,ipecm)
costs_paths(p,j,ipam)=1./costs_paths(p,j,ipam) ! convert to C/N
Expand Down
Loading

0 comments on commit cf37257

Please sign in to comment.