Skip to content

Commit

Permalink
bugfix in fname
Browse files Browse the repository at this point in the history
  • Loading branch information
amfox37 committed Jan 25, 2025
1 parent 6fe11e9 commit a27412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEOSlandassim_GridComp/clsm_ensupd_read_obs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ subroutine read_obs_sm_CYGNSS( &

tmpname = 'cyg.ddmi.s'// YYYY // MM // DD //'-030000-e'// YYYY // MM // DD //'-210000.l3.grid-soil-moisture-36km.a32.d33.nc'

tmpfname = trim(this_obs_param%path) // '/Y' // YYYY // '/M' // MM // '/' // trim(tmpname) // '.nc'
tmpfname = trim(this_obs_param%path) // '/Y' // YYYY // '/M' // MM // '/' // trim(tmpname)

if (logit) write (logunit, '(400A)') 'Reading CYGNSS soil moisture data from file: ', trim(tmpfname)

Expand Down

0 comments on commit a27412e

Please sign in to comment.