Skip to content

Commit

Permalink
Fix legacy extension warning for write statement
Browse files Browse the repository at this point in the history
in chgres_cube/surface.F90

Fixes ufs-community#450
  • Loading branch information
GeorgeGayno-NOAA committed Apr 23, 2021
1 parent ea82135 commit 4ba32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/surface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ subroutine check_smois_land
do i =clb(1),cub(1)
do j = clb(2),cub(2)
if (landmask_ptr(i,j)==1 .and. soilm_target_ptr(i,j,1) < 0.001 .and. nint(veg_type_target_ptr(i,j)) /= veg_type_landice_target) then !.and. &
WRITE(*,'(a,2i5,a,2i3)'), " CORRECTING G.P. ",i,j," PARAMS FROM SEA TO LAND &
WRITE(*,'(a,2i5,a,2i3)') " CORRECTING G.P. ",i,j," PARAMS FROM SEA TO LAND &
VALUES; curr stype,vtype=", nint(soil_type_target_ptr(i,j)),nint(veg_type_target_ptr(i,j))
! Set values to missing so that search function can then replace
! them with nearby point values (see replace_land_sfcparams)
Expand Down

0 comments on commit 4ba32f7

Please sign in to comment.