Skip to content

Commit

Permalink
Remove adjustment for single point data reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanhuas committed Jan 11, 2025
1 parent e8d01c6 commit f059762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mksrfdata/MOD_SingleSrfdata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ SUBROUTINE read_surface_data_single (fsrfdata, mksrfdata)
#endif
CALL ncio_read_serial (fsrfdata, 'soil_BA_alpha ', SITE_soil_BA_alpha )
CALL ncio_read_serial (fsrfdata, 'soil_BA_beta ', SITE_soil_BA_beta )
! skip for site temporally untill data available
!CALL ncio_read_serial (fsrfdata, 'soil_texture ', SITE_soil_texture )
CALL ncio_read_serial (fsrfdata, 'soil_texture ', SITE_soil_texture )
ENDIF

IF (DEF_USE_BEDROCK) THEN
Expand Down

0 comments on commit f059762

Please sign in to comment.