Changeset 322 for codes


Ignore:
Timestamp:
01/22/15 01:51:47 (9 years ago)
Author:
dubos
Message:

Bugfix : JW06 works again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/theta_rhodz.f90

    r295 r322  
    1414  USE field_mod 
    1515  IMPLICIT NONE 
    16     CALL allocate_field(f_p,field_t,type_real,llm+1,name='p') 
    17     CALL allocate_field(f_pk,field_t,type_real,llm,name='pk') 
    18     CALL allocate_field(f_pks,field_t,type_real,name='pks') 
     16    CALL allocate_field(f_p,field_t,type_real,llm+1,name='p (theta2theta_rhodz_mod)') 
     17    CALL allocate_field(f_pk,field_t,type_real,llm,name='pk (theta2theta_rhodz_mod)') 
     18    CALL allocate_field(f_pks,field_t,type_real,name='pks (theta2theta_rhodz_mod)') 
    1919     
    2020  END SUBROUTINE init_theta2theta_rhodz 
     
    6060    REAL(rstd), POINTER :: theta_rhodz(:,:) 
    6161    REAL(rstd), POINTER :: temp(:,:) 
    62     REAL(rstd), POINTER :: p(:) 
     62    REAL(rstd), POINTER :: p(:,:) 
    6363    REAL(rstd), POINTER :: pk(:,:) 
    64     REAL(rstd), POINTER :: pks(:,:) 
     64    REAL(rstd), POINTER :: pks(:) 
    6565    INTEGER :: ind 
    6666 
     
    9999    REAL(rstd), POINTER :: theta_rhodz(:,:) 
    100100    REAL(rstd), POINTER :: temp(:,:) 
    101     REAL(rstd), POINTER :: p(:) 
     101    REAL(rstd), POINTER :: p(:,:) 
    102102    REAL(rstd), POINTER :: pk(:,:) 
    103     REAL(rstd), POINTER :: pks(:,:) 
     103    REAL(rstd), POINTER :: pks(:) 
    104104    INTEGER :: ind 
    105105 
Note: See TracChangeset for help on using the changeset viewer.