/usr/local/bin/g95 -Wall -std=f95 -c eddyviscosity.f90  -I/usr/local/gt4f90io-g95/include -I../setup -I../util -I../io
In file eddyviscosity.f90:131

          &     - ss_avr_sf( sf_dz_ss( ss_Qall_dif ) )  &
                                                  1
Error: Symbol 'ss_qall_dif' at (1) has no IMPLICIT type
In file eddyviscosity.f90:131

          &     - ss_avr_sf( sf_dz_ss( ss_Qall_dif ) )  &
                                     1
Error: Generic function 'sf_dz_ss' at (1) is not consistent with a specific intrinsic interface
In file eddyviscosity.f90:191

  if ( DelX >= DelZ ) then 
                   1
Error: Symbol 'delz' at (1) has no IMPLICIT type
In file eddyviscosity.f90:191

  if ( DelX >= DelZ ) then 
           1
Error: Symbol 'delx' at (1) has no IMPLICIT type
In file eddyviscosity.f90:191

  if ( DelX >= DelZ ) then 
           1
Warning (137): Variable 'delx' at (1) is never used and never set
In file eddyviscosity.f90:191

  if ( DelX >= DelZ ) then 
                   1
Warning (113): Variable 'delz' at (1) is used but not set
In file eddyviscosity.f90:44

  use physset,  only: Grav, CpDry, GasRDry, MolWtDry, LatentHeat, epsilon
                                                                         1
Warning (109): ONLY variable 'molwtdry' at (1) is never used or set
In file eddyviscosity.f90:82

  real(8)  :: ss_AA(DimXMin:DimXMax, DimZMin:DimZMax)
                                                     1
Warning (112): Variable 'ss_aa' at (1) is set but never used
In file eddyviscosity.f90:80

  real(8)  :: ss_Km_tmp(DimXMin:DimXMax, DimZMin:DimZMax)
                                                         1
Warning (112): Variable 'ss_km_tmp' at (1) is set but never used
In file eddyviscosity.f90:83

  real(8)  :: ss_MixRatSum_dif(DimXMin:DimXMax, DimZMin:DimZMax)
                                                                1
Warning (112): Variable 'ss_mixratsum_dif' at (1) is set but never used
In file eddyviscosity.f90:131

          &     - ss_avr_sf( sf_dz_ss( ss_Qall_dif ) )  &
                                                  1
Warning (113): Variable 'ss_qall_dif' at (1) is used but not set
make: *** [eddyviscosity.o] ¥¨¥é¡¼ 1
