Skip to content

Commit

Permalink
Set mapunit_value_max to a hard-coded value
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Sep 6, 2024
1 parent 1ba8b38 commit c7527b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mksurfdata_esmf/src/mksoiltexMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ subroutine mksoiltex(file_mesh_i, file_mapunit_i, file_lookup_i, mesh_o, pioid_o

! Determine mapunit_value_max (set it as a module variable so that it can be
! accessible to gen_dominant_mapunit) - this is needed in the dynamic mask routine
mapunit_value_max = maxval(dataptr)
mapunit_value_max = 32056

! Determine values in field_o
call ESMF_FieldGet(field_o, farrayptr=dataptr, rc=rc)
Expand Down

0 comments on commit c7527b5

Please sign in to comment.