Skip to content

Commit

Permalink
Decrease radar memory footprint. NOAA-EMC#471
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed May 19, 2023
1 parent 8c2ead4 commit 6dca839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/read_radar.f90
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ subroutine read_radar(nread,ndata,nodata,infile,lunout,obstype,twind,sis,hgtl_fu
if (.not.lexist1 .and. .not.lexist2 .and. .not.lexist3) return

eradkm=rearth*0.001_r_kind
maxobs=2e8
maxobs=4e6
nreal=maxdat
nchanl=0
ilon=2
Expand Down

0 comments on commit 6dca839

Please sign in to comment.