Skip to content

Commit

Permalink
modified maximum number of cohorts to exceed nlevcan_ed x nclmax x np…
Browse files Browse the repository at this point in the history
…ft_ed, allowing for enough IO array space on radiation restart variables
  • Loading branch information
rgknox committed Feb 3, 2016
1 parent b5d0ca1 commit 353f82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/clm/src/ED/main/EDTypesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module EDTypesMod

! for setting number of patches per gridcell and number of cohorts per patch
! for I/O and converting to a vector
integer, parameter :: numPatchesPerGridCell = 20 !
integer, parameter :: numCohortsPerPatch = 40 !
integer, parameter :: cohorts_per_gcell = 800 ! This is the max number of individual items one can store per
integer, parameter :: numPatchesPerGridCell = 10 !
integer, parameter :: numCohortsPerPatch = 160 !
integer, parameter :: cohorts_per_gcell = 1600 ! This is the max number of individual items one can store per
! each grid cell and effects the striding in the ED restart
! data as some fields are arrays where each array is
! associated with one cohort
Expand Down

0 comments on commit 353f82f

Please sign in to comment.