Skip to content
Snippets Groups Projects
Commit 009a602e authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Philippe 11/10/2019: minor correction for ifort compiler v16.0.1

parent b48d45c4
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,8 @@
! Author: P. Wautelet 18/09/2019
module modd_netcdf_sfx
#ifdef SFX_MNH
use modd_netcdf, only: IDCDF_KIND
#endif
implicit none
#ifndef SFX_MNH
integer, parameter :: IDCDF_KIND = selected_int_kind( 8 )
#endif
end module modd_netcdf_sfx
......@@ -35,8 +35,6 @@ USE MODD_SURF_ATM_GRID_n, ONLY : SURF_ATM_GRID_t
USE MODD_SURF_ATM_n, ONLY : SURF_ATM_t
USE MODD_SSO_n, ONLY : SSO_t
!
USE MODE_READ_CDF, ONLY : IDCDF_KIND
USE MODI_ABOR1_SFX
USE MODI_READ_AND_SEND_MPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment