Skip to content

Commit

Permalink
Removed ESM15 version with hard-wired parameter, #278
Browse files Browse the repository at this point in the history
  • Loading branch information
rml599gh committed Oct 14, 2024
1 parent 8f62897 commit 183df1f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/science/casa-cnp/casa_cnp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1341,13 +1341,11 @@ SUBROUTINE casa_delsoil(veg,casapool,casaflux,casamet,casabiome)
+casaflux%Psimm(nland)
! net mineralization

# ifdef ESM15
casaflux%Pleach(nland) = (1.0e-4) &
* max(0.0,casapool%Psoillab(nland))
# else
!rml 14/10/24 #278 remove ESM15 specific version as can be
!accommodated by setting appropriate parameter in pftlookup
casaflux%Pleach(nland) = casaflux%fPleach(nland) &
* MAX(0.0,casapool%Psoillab(nland))
# endif

DO k=1,msoil
DO j=1,mlitter
casaflux%FluxPtosoil(nland,k) = casaflux%FluxPtosoil(nland,k) &
Expand Down

0 comments on commit 183df1f

Please sign in to comment.