Skip to content

Commit

Permalink
add variable use_pml in gpp functions
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoGrossi-unimi authored Nov 12, 2024
1 parent 2a26201 commit c443f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpp_pmodel.mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module md_gpp_pmodel
! soilwp = 1 - wscal**(-bsoil)
! end function

subroutine gpp( tile, tile_fluxes, co2, climate, climate_acclimation, grid, init, in_ppfd, use_phydro )
subroutine gpp( tile, tile_fluxes, co2, climate, climate_acclimation, grid, init, in_ppfd, use_phydro, use_pml )
!//////////////////////////////////////////////////////////////////
! Wrapper function to call to P-model.
! Calculates meteorological conditions with memory based on daily
Expand Down

0 comments on commit c443f78

Please sign in to comment.