Skip to content

Commit

Permalink
Reverted general_read_gfsatm
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Jan 3, 2024
1 parent 5d053ac commit 8aebd53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gsi/general_read_gfsatm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2034,8 +2034,6 @@ subroutine general_read_gfsatm_nc(grd,sp_a,filename,uvflag,vordivflag,zflag, &
procuse=.false.

if (filename(1:3) == 'sfc') then
! if input file is sfc file, read only 2m vars
! (also sfc pressure, as is needed by setup*)
read_2m = .true.
read_z = .false.
if ( mype == 0 ) write(6,* ) &
Expand Down

0 comments on commit 8aebd53

Please sign in to comment.