Changeset 605


Ignore:
Timestamp:
10/24/17 01:46:15 (7 years ago)
Author:
dubos
Message:

trunk : backported r600 from devel

File:
1 edited

Legend:

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

    r604 r605  
    99       f_buf_Fel(:), f_buf_uh(:), & ! horizontal velocity, different from prognostic velocity if NH 
    1010       f_buf_ulon(:), f_buf_ulat(:) 
    11   TYPE(t_field),POINTER, SAVE :: f_buf1_i(:), f_buf2_i(:) 
    1211  TYPE(t_field),POINTER, SAVE :: f_buf_v(:), f_buf_s(:), f_buf_p(:) 
    1312  TYPE(t_field),POINTER, SAVE :: f_pmid(:) 
     
    1615  TYPE(t_field),POINTER, SAVE :: f_theta(:) 
    1716 
    18   PUBLIC init_observable, write_output_fields_basic, f_theta 
     17  PUBLIC init_observable, write_output_fields_basic, f_theta, f_buf_i 
    1918 
    2019CONTAINS 
     
    2221  SUBROUTINE init_observable 
    2322    CALL allocate_field(f_buf_i,   field_t,type_real,llm,name="buffer_i") 
    24     CALL allocate_field(f_buf1_i,   field_t,type_real,llm,name="buffer1_i") 
    25     CALL allocate_field(f_buf2_i,   field_t,type_real,llm,name="buffer2_i") 
    2623    CALL allocate_field(f_buf_p,   field_t,type_real,llm+1)  
    2724    CALL allocate_field(f_buf_ulon,field_t,type_real,llm, name="buf_ulon") 
Note: See TracChangeset for help on using the changeset viewer.