Skip to content

Commit

Permalink
Update cice blocks to suit the new PE layout (#108) (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: minghang.li <minghang.li1@anu.edu.au>
  • Loading branch information
github-actions[bot] and minghangli-uni authored Aug 23, 2024
1 parent 1c91761 commit 91c9848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
ustar_min = 0.0005
/
&domain_nml
block_size_x = 16
block_size_y = 15
block_size_x = 15
block_size_y = 20
distribution_type = "cartesian"
distribution_wght = "latitude"
maskhalo_bound = .true.
maskhalo_dyn = .true.
maskhalo_remap = .true.
max_blocks = 10
max_blocks = 15
ns_boundary_type = "tripole"
nx_global = 360
ny_global = 300
processor_shape = "slenderX2"
processor_shape = "slenderX1"
/
&ice_prescribed_nml
/
Expand Down

0 comments on commit 91c9848

Please sign in to comment.