An error about the pvd_mod

Scanning dependencies of target udfs
[ 96%] Building Fortran object CMakeFiles/udfs.dir/C_/Users/DELL/Desktop/11.17/patch.f.obj
[ 97%] Building Fortran object CMakeFiles/udfs.dir/C_/Users/DELL/Desktop/11.17/usr_rates.f.obj
C:\Users\DELL\Desktop\11.17\patch.f:1:0:

 diff --git a/model/cartesian_grid/pvd_mod.f b/model/cartesian_grid/pvd_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:2:0:

 index aeb71898e..3cec2dc4a 100644
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:3:0:

 --- a/model/cartesian_grid/pvd_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:4:0:

 +++ b/model/cartesian_grid/pvd_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:5:1:

 @@ -45,7 +45,7 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:9:0:

 -               OPEN(UNIT = UNIT_PVD, FILE = TRIM(PVD_FILENAME))
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:10:0:

 +               OPEN(UNIT = UNIT_PVD, FILE = TRIM(PVD_FILENAME),ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:14:1:

 @@ -58,14 +58,14 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:18:0:

 -               OPEN(UNIT = UNIT_PVD, FILE = TRIM(PVD_FILENAME))
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:19:0:

 +               OPEN(UNIT = UNIT_PVD, FILE = TRIM(PVD_FILENAME),ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:23:55:

                 PVD_FILE_INITIALIZED(VTK_REGION)=.TRUE.
                                                       1
Error: Unexpected STATEMENT FUNCTION statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:26:0:

 -               OPEN(UNIT=UNIT_PVD,FILE = TRIM(PVD_FILENAME),POSITION="APPEND",STATUS='OLD')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:27:0:

 +               OPEN(UNIT=UNIT_PVD,FILE = TRIM(PVD_FILENAME),POSITION="APPEND",STATUS='OLD',ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:30:55:

                 PVD_FILE_INITIALIZED(VTK_REGION)=.TRUE.
                                                       1
Error: Unexpected STATEMENT FUNCTION statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:31:1:

 @@ -74,7 +74,7 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:32:11:

        ELSE
           1
Error: Duplicate ELSE statements at (1) and (1)
C:\Users\DELL\Desktop\11.17\patch.f:35:0:

 -         OPEN(UNIT=UNIT_PVD,FILE = TRIM(PVD_FILENAME),POSITION="APPEND",STATUS='OLD')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:36:0:

 +         OPEN(UNIT=UNIT_PVD,FILE = TRIM(PVD_FILENAME),POSITION="APPEND",STATUS='OLD',ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:40:0:

 diff --git a/model/des/vtp_mod.f b/model/des/vtp_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:41:0:

 index 3f36225b7..51251c48c 100644
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:42:0:

 --- a/model/des/vtp_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:43:0:

 +++ b/model/des/vtp_mod.f
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:44:1:

 @@ -462,7 +462,7 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:48:0:

 -                  OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,STATUS='NEW')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:49:0:

 +                  OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,STATUS='NEW',ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:53:1:

 @@ -474,8 +474,7 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:54:33:

              ELSE ! a restart run
                                 1
Error: Duplicate ELSE statements at (1) and (1)
C:\Users\DELL\Desktop\11.17\patch.f:57:0:

 -                  OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,&
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:59:0:

 +                  OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,POSITION="REWIND",STATUS='OLD',IOSTAT=IOS,ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:63:1:

 @@ -518,8 +517,7 @@ CONTAINS
 1
Error: Invalid character in name at (1)
C:\Users\DELL\Desktop\11.17\patch.f:66:31:

           ELSE ! not FIRST_PASS
                               1
Error: Duplicate ELSE statements at (1) and (1)
C:\Users\DELL\Desktop\11.17\patch.f:67:0:

 -            OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,&
 1
Error: Unclassifiable statement at (1)
C:\Users\DELL\Desktop\11.17\patch.f:69:0:

 +            OPEN(UNIT=UNIT_PVD,FILE=FNAME_PVD,POSITION="APPEND",STATUS='OLD',IOSTAT=IOS,ACTION='READWRITE')
 1
Error: Unclassifiable statement at (1)
f951.exe: Error: Unexpected end of file in 'C:\Users\DELL\Desktop\11.17\patch.f'
CMakeFiles\udfs.dir\build.make:78: recipe for target 'CMakeFiles/udfs.dir/C_/Users/DELL/Desktop/11.17/patch.f.obj' failed
mingw32-make.exe[2]: *** [CMakeFiles/udfs.dir/C_/Users/DELL/Desktop/11.17/patch.f.obj] Error 1
mingw32-make.exe[2]: *** Waiting for unfinished jobs....
CMakeFiles\Makefile2:101: recipe for target 'CMakeFiles/udfs.dir/all' failed
mingw32-make.exe[1]: *** [CMakeFiles/udfs.dir/all] Error 2
Makefile:134: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 2
==========================================================================

                     BUILD FAILED
==========================================================================