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_academic.f90

    r548 r899  
    1919    TYPE(t_field),POINTER,SAVE :: f_Ki(:) 
    2020    TYPE(t_field),POINTER,SAVE :: f_temp(:) 
    21    
    22     REAL(rstd),POINTER :: Ki(:,:) 
    23     REAL(rstd),POINTER :: temp(:) 
    24     INTEGER :: ind 
    2521         
    2622    CALL allocate_field(f_ps,field_t,type_real) 
     
    9288  REAL(rstd) :: ddsin 
    9389  REAL(rstd) :: thetarappel 
    94   REAL(rstd) :: lon,lat 
     90  REAL(rstd) :: lat 
    9591  REAL(rstd) :: p(iim*jjm,llm+1) 
    96   REAL(rstd) :: alpha(iim*jjm,llm),beta(iim*jjm,llm) 
    97   REAL(rstd) :: delta 
    98   REAL(rstd) :: pks(iim*jjm),pk(iim*jjm,llm) 
    9992  REAL(rstd) :: phi(iim*jjm,llm) 
    10093  REAL(rstd) :: x   
Note: See TracChangeset for help on using the changeset viewer.