Skip to content

Commit

Permalink
remove reference to non-existent GFS_restart module
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiesch committed May 7, 2021
1 parent 2699980 commit 358a9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/external_ic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ subroutine get_nggps_ic (Atm, fv_domain, dt_atmos )
!> Namelist variables
!> filtered_terrain - use orography maker filtered terrain mapping
#ifdef __PGI
use GFS_restart, only : GFS_restart_type
!! use GFS_restart, only : GFS_restart_type

implicit none
#endif
Expand Down Expand Up @@ -1390,7 +1390,7 @@ end subroutine get_ncep_ic
subroutine get_ecmwf_ic( Atm, fv_domain )

#ifdef __PGI
use GFS_restart, only : GFS_restart_type
!! use GFS_restart, only : GFS_restart_type

implicit none
#endif
Expand Down

0 comments on commit 358a9e2

Please sign in to comment.