Skip to content

Commit

Permalink
Merge pull request #196 from geco-bern/patch-interface
Browse files Browse the repository at this point in the history
spurious brackets
  • Loading branch information
khufkens authored Dec 7, 2023
2 parents 19087af + 90da1d9 commit 8982c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface_biosphere_biomee.mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module md_interface_biomee
type(outtype_steering) :: steering
type(paramstype_siml) :: params_siml
real, dimension(:), allocatable :: fpc_grid ! allocatable because we don't know number of PFTs a priori
type(paramstype_species), dimension((MSPECIES+1)) :: params_species
type(paramstype_species), dimension(MSPECIES+1) :: params_species
type(paramtype_soil) :: params_soil
type(paramstype_tile) :: params_tile
type(inittype_cohort), dimension(MAX_INIT_COHORTS) :: init_cohort
Expand Down

0 comments on commit 8982c7f

Please sign in to comment.