Skip to content

Commit a30dd03

Browse files
committed
fixed error in use of _ASSERT() (lsm_routines.F90)
1 parent f8c82ad commit a30dd03

File tree

1 file changed

+6
-4
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSland_GridComp/Shared

1 file changed

+6
-4
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSland_GridComp/Shared/lsm_routines.F90

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,11 +2720,13 @@ end subroutine dampen_tc_oscillations
27202720
! *******************************************************************
27212721

27222722
subroutine get_Z0_FORMULATION_params( Z0_FORM, &
2723-
MIN_VEG_HEIGHT, SCALE4ZVG, SCALE4Z0 )
2724-
2725-
integer, intent(in) :: Z0_FORM
2726-
real, intent(out) :: MIN_VEG_HEIGHT, SCALE4ZVG, SCALE4Z0
2723+
MIN_VEG_HEIGHT, SCALE4ZVG, SCALE4Z0, &
2724+
rc )
27272725

2726+
integer, intent(in) :: Z0_FORM
2727+
real, intent(out) :: MIN_VEG_HEIGHT, SCALE4ZVG, SCALE4Z0
2728+
integer, intent(out), optional :: rc ! needed for _ASSERT()
2729+
27282730
! -------------------------------------------------
27292731

27302732
select case (Z0_FORM)

0 commit comments

Comments
 (0)