From 10329ecfb70ce238cdde294540dbcdf01abee8ec Mon Sep 17 00:00:00 2001 From: laurenchilutti <60401591+laurenchilutti@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:12:33 -0400 Subject: [PATCH] removing deprecated fmsio call in solo/atmos_model (#21) --- solo/atmos_model.F90 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/solo/atmos_model.F90 b/solo/atmos_model.F90 index c4f47ad..8506ba4 100644 --- a/solo/atmos_model.F90 +++ b/solo/atmos_model.F90 @@ -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 !----------------------------------------------------------------------- @@ -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