Hi Marshall,
This is the list of errors I get:
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(857) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,‘(A)’ ) ’ CTDistSc - Disturbance scale (ratio of wave height to rotor diameter) = ‘//TRIM( Flt2LStr( CTDistSc ) )
-----------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(858) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,’(A)’ ) ’ CTLy - Lateral location of tower centerline in the dataset = ‘//TRIM( Flt2LStr( CTLy ) )
-------------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(859) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,’(A)’ ) ’ CTLz - Vertical location of tower centerline in the dataset = ‘//TRIM( Flt2LStr( CTLz ) )
-------------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(860) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,’(A)’ ) ’ CTScaleVel - Scaling velocity, U0 (m/s) = ‘//TRIM( Flt2LStr( CTScaleVel ) )
-------------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(861) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,’(A)’ ) ’ CT_DF_Y - Decimation factor for wind data in the y direction = ‘//TRIM( Int2LStr( CT_DF_Y ) )
-----------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(862) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt,’(A)’ ) ’ CT_DF_Z - Decimation factor for wind data in the z direction = ‘//TRIM( Int2LStr( CT_DF_Z ) )
-----------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(882) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: ( * :: , : ) + . - % . ** / // .LT. < .LE. <= .EQ. == .NE. …
WRITE(UnADopt, Frmt) TRIM( Int2LStr( Num4DxD ) ), TRIM( Int2LStr( Num4DyD ) ), TRIM( Int2LStr( Num4DzD ) ), TRIM( Int2LStr( Num4Dt ) )
-------------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(885) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)‘) ’ Ubot - u-component, steady wind speed at the bottom of the wave (m/s) = ‘//TRIM( Flt2LStr( Ubot ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(886) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)’) ’ DistScal - Disturbance scale (ratio of wave height to rotor diameter) = ‘//TRIM( Flt2LStr( DistScal ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(887) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)‘) ’ Lx - Downwind location of tower centerline in the dataset = ‘//TRIM( Flt2LStr( Lx ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(888) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)’) ’ Ly - Lateral location of tower centerline in the dataset = ‘//TRIM( Flt2LStr( Ly ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(889) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)‘) ’ Lz - Vertical location of tower centerline in the dataset = ‘//TRIM( Flt2LStr( Lz ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(890) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)’) ’ ScaleVel - Scaling velocity, U0 (m/s) = ‘//TRIM( Flt2LStr( ScaleVel ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(891) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)‘) ’ FD_DF_X - Decimation factor for wind data in the x direction = ‘//TRIM( Int2LStr( FD_DF_X ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(892) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)’) ’ FD_DF_Y - Decimation factor for wind data in the y direction = ‘//TRIM( Int2LStr( FD_DF_Y ) )
--------------------------------------------------------------------------------------------------------------------------------------^
C:\Documents and Settings\thanos\Desktop\AeroSubs.f90(893) : Error: Syntax error, found END-OF-STATEMENT when expecting one of: :: , : )
WRITE(UnADopt,’(A)') ’ FD_DF_Z - Decimation factor for wind data in the z direction = '//TRIM( Int2LStr( FD_DF_Z ) )
Hope this is helpful,
Thanos.