Skip to content

Commit

Permalink
removing deprecated fmsio call in solo/atmos_model (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Apr 18, 2023
1 parent 7b8deb1 commit 10329ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions solo/atmos_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ program atmos_model
use FMSconstants
use atmosphere_mod, only: atmosphere_init, atmosphere_end, atmosphere, atmosphere_domain

!--- FMS old io
use fms_io_mod, only: fms_io_exit!< This can't be removed until fms_io is not used at all

implicit none

!-----------------------------------------------------------------------
Expand Down Expand Up @@ -111,7 +108,6 @@ program atmos_model
! ------ end of atmospheric time step loop -----

call atmos_model_end
call fms_io_exit
call fms_end

contains
Expand Down

0 comments on commit 10329ec

Please sign in to comment.