Skip to content

Commit

Permalink
Removed commented statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatcumar committed Jun 3, 2024
1 parent a44ee4d commit 1117f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sorc/sfc_climo_gen.fd/interp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ subroutine interp(localpet, method, input_file)

print*,"- CALL FieldGather FOR MODEL GRID DATA."
call ESMF_FieldGather(data_field_mdl, data_mdl_one_tile, rootPet=0, tile=tile, rc=rc)
!call scale_data (data_mdl_one_tile, i_mdl, j_mdl, scale)
if(ESMF_logFoundError(rcToCheck=rc,msg=ESMF_LOGERR_PASSTHRU,line=__LINE__,file=__FILE__)) &
call error_handler("IN FieldGather.", rc)

Expand All @@ -251,7 +250,6 @@ subroutine interp(localpet, method, input_file)
if (.not. fract_vegsoil_type) then
select case (field_names(n))
case ('substrate_temperature','vegetation_greenness','leaf_area_index','slope_type','soil_type','soil_color')
!call scale_data (data_mdl_one_tile, i_mdl, j_mdl,scale)
call adjust_for_landice (data_mdl_one_tile, vegt_mdl_one_tile, i_mdl, j_mdl, field_names(n))
end select
endif
Expand Down

0 comments on commit 1117f4f

Please sign in to comment.