!******************************************************************************* !Subroutine - rapid_close_Vlat_file !******************************************************************************* subroutine rapid_close_Vlat_file !Purpose: !Close Qobs_file from Fortran/netCDF. !Author: !Cedric H. David, 2013-2015. !******************************************************************************* !Global variables !******************************************************************************* use netcdf use rapid_var, only : & rank,IS_nc_status,IS_nc_id_fil_Vlat implicit none !******************************************************************************* !Intent (in/out), and local variables !******************************************************************************* !******************************************************************************* !Includes !******************************************************************************* !******************************************************************************* !Close file !******************************************************************************* if (rank==0) IS_nc_status=NF90_CLOSE(IS_nc_id_fil_Vlat) !******************************************************************************* !End subroutine !******************************************************************************* end subroutine rapid_close_Vlat_file