From e2b4d0a704f2f03abd3e1c04f2284ba7021f0f15 Mon Sep 17 00:00:00 2001 From: sanatcumar Date: Tue, 25 Jun 2024 21:01:09 +0000 Subject: [PATCH] Added doxygen info --- sorc/sfc_climo_gen.fd/interp.F90 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sorc/sfc_climo_gen.fd/interp.F90 b/sorc/sfc_climo_gen.fd/interp.F90 index 752b7f778..aa8473670 100644 --- a/sorc/sfc_climo_gen.fd/interp.F90 +++ b/sorc/sfc_climo_gen.fd/interp.F90 @@ -385,10 +385,11 @@ end subroutine adjust_for_landice !> use Scale to fix the data to the correct value -!! -!! @param[inout] idim i dimension of model tile. -!! @param[inout] jdim j dimension of model tile. -!! @param[in] field_ch Field name. +!! +!! @param[inout] field to scale. +!! @param[in] idim i dimension of model tile. +!! @param[in] jdim j dimension of model tile. +!! @param[inout] scale factor to scale the field. !! @author George Gayno NCEP/EMC !! @author Sanath Kumar NCEP/EMC !!