Ignore:
Timestamp:
06/13/19 16:45:41 (5 years ago)
Author:
adurocher
Message:

trunk : Fixed GCC warnings

Fixed iso c bindings
fixed warnings with -Wall -Wno-aliasing -Wno-unused -Wno-unused-dummy-argument -Wno-maybe-uninitialized -Wno-tabs warnings
Removed all unused variables (-Wunused-variable)
vector%dot_product is now dot_product_3d to avoid compilation warning "dot_product shadows intrinsic" with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/initial/etat0_dcmip4.f90

    r548 r899  
    5252    INTEGER :: l,ij 
    5353    REAL(rstd) :: etal, etavl, etas, etavs, sinlat, coslat, & 
    54          Y, Tave, T, phis_ave, vort, r2, utot, & 
     54         Y, Tave, T, phis_ave, vort, utot, & 
    5555         dthetaodeta_ave, dthetaodeta, dthetaodlat, duodeta, K, r 
    5656     
Note: See TracChangeset for help on using the changeset viewer.