Skip to content

Commit

Permalink
Fixed bug for soilw3 netcdf read.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Feb 16, 2024
1 parent b59aac3 commit 566ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy_ncf_io_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ SUBROUTINE canopy_read_ncf(infile)
TRIM(nf90_strerror(rcode))
CALL exit(2)
ENDIF
variables_2d%soilw1=variables_2d_real
variables_2d%soilw3=variables_2d_real
!Also reshape to 1D array for 1D calculation and output
! variables%soilw3=reshape(variables_2d%soilw3,[size(variables_2d%soilw3)])
!Volumetric soil moisture level 4
Expand Down

0 comments on commit 566ca91

Please sign in to comment.