Changeset 600


Ignore:
Timestamp:
10/23/17 18:21:27 (7 years ago)
Author:
dubos
Message:

devel : remove unused buffers in diagnostics/observable.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/diagnostics/observable.f90

    r598 r600  
    77       f_buf_Fel(:), f_buf_uh(:), & ! horizontal velocity, different from prognostic velocity if NH 
    88       f_buf_ulon(:), f_buf_ulat(:) 
    9   TYPE(t_field),POINTER, SAVE :: f_buf1_i(:), f_buf2_i(:) 
    109  TYPE(t_field),POINTER, SAVE :: f_buf_v(:), f_buf_s(:), f_buf_p(:) 
    1110  TYPE(t_field),POINTER, SAVE :: f_pmid(:) 
     
    1413  TYPE(t_field),POINTER, SAVE :: f_theta(:) 
    1514 
    16   PUBLIC init_observable, write_output_fields_basic, f_theta 
     15  PUBLIC init_observable, write_output_fields_basic, f_theta, f_buf_i 
    1716 
    1817CONTAINS 
     
    2019  SUBROUTINE init_observable 
    2120    CALL allocate_field(f_buf_i,   field_t,type_real,llm,name="buffer_i") 
    22     CALL allocate_field(f_buf1_i,   field_t,type_real,llm,name="buffer1_i") 
    23     CALL allocate_field(f_buf2_i,   field_t,type_real,llm,name="buffer2_i") 
    2421    CALL allocate_field(f_buf_p,   field_t,type_real,llm+1)  
    2522    CALL allocate_field(f_buf_ulon,field_t,type_real,llm, name="buf_ulon") 
Note: See TracChangeset for help on using the changeset viewer.