Skip to content

Commit

Permalink
Rm comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
darianboggs committed Sep 24, 2024
1 parent 5b1cc70 commit b0cea01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions field_utils/FieldCondensedArray.F90
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ function get_fptr_shape(f, rc) result(fptr_shape)
logical :: has_vertical
character(len=:), allocatable :: spec_name
character(len=*), parameter :: VERTICAL_DIM_NONE_NAME = 'VERTICAL_DIM_NONE'
!wdb fixme deleteme This seems fragile. We should probably make a utility function
!that selects the type(VerticalDimSpec) parameter based on a string. Perhaps a
!logical function in VerticalDimSpec.F90 that recogizes a VerticalDimSpec based on
!the string from the ESMF_Info.

call ESMF_FieldGet(f, gridToFieldMap=gridToFieldMap, _RC)
call ESMF_FieldGet(f, rank=rank, _RC)
Expand Down

0 comments on commit b0cea01

Please sign in to comment.