Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkoPeltoniemi authored Sep 9, 2016
1 parent 02a8ac7 commit d8d62a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/minunno-example.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ PRELES( PAR = c(30, 40, 60), TAir = c(10, 10, 10), DOY = 1:3, VPD = c(1, 1, 1


## Run PRELES model for a Boreal sites, a fake boreal site
data('s1.rdata')
data('s1')
## Minunno's posteriori parameter set:
data('psetMAP.rdata')
data('psetMAP')

GPPsim <- ETsim <- matrix(NA, nrow(pSample) + 1, length(s1$PAR))
preles_MAP <- PRELES(PAR = s1$PAR, TAir = s1$TAir, DOY = s1$DOY, VPD = s1$VPD,
Expand Down

0 comments on commit d8d62a6

Please sign in to comment.