Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed May 16, 2024
1 parent 7a89af6 commit 5764c45
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions cicecore/shared/ice_domain_size.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module ice_domain_size
! namelist

integer (kind=int_kind), public :: &
max_blocks , & ! max number of blocks per processor
max_blocks , & ! number of blocks allocated per task
block_size_x, & ! size of block in first horiz dimension
block_size_y, & ! size of block in second horiz dimension
nx_global , & ! i-axis size
Expand All @@ -47,15 +47,6 @@ module ice_domain_size
integer (kind=int_kind), public, parameter :: &
max_nstrm = 5 ! max number of history output streams

!*** The model will inform the user of the correct
!*** values for the parameter below. A value higher than
!*** necessary will not cause the code to fail, but will
!*** allocate more memory than is necessary. A value that
!*** is too low will cause the code to exit.
!*** A good initial guess is found using
!*** max_blocks = (nx_global/block_size_x)*(ny_global/block_size_y)/
!*** num_procs

!=======================================================================

end module ice_domain_size
Expand Down

0 comments on commit 5764c45

Please sign in to comment.