Skip to content
Snippets Groups Projects
Commit 7dc2aff2 authored by Victor Stepanenko's avatar Victor Stepanenko
Browse files

One comment string removed

parent 6e5ff7c2
No related branches found
No related tags found
No related merge requests found
...@@ -1493,7 +1493,6 @@ endif ifdeep ...@@ -1493,7 +1493,6 @@ endif ifdeep
real(kind=ireals), intent(inout) :: Corg !> Labile carbon content on previous time step, to be updated, mol/m**3 real(kind=ireals), intent(inout) :: Corg !> Labile carbon content on previous time step, to be updated, mol/m**3
!экспоненты альфа (lambda_new_org) !экспоненты альфа (lambda_new_org)
Corg = Corg_flux * 2 * dt/(2 + alpha * dt) + Corg * (2 - alpha * dt)/(2 + alpha * dt) Corg = Corg_flux * 2 * dt/(2 + alpha * dt) + Corg * (2 - alpha * dt)/(2 + alpha * dt)
!return Corg
END SUBROUTINE CORG_UPDATE END SUBROUTINE CORG_UPDATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment