Ignore:
Timestamp:
09/08/15 16:23:06 (9 years ago)
Author:
dubos
Message:

Towards HEVI time stepping

File:
1 edited

Legend:

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

    r343 r360  
    6464    TYPE(t_field),POINTER :: f_q(:) 
    6565    TYPE(t_field),POINTER :: f_hflux(:), f_wflux(:) 
    66     TYPE(t_field),POINTER :: f_dps(:) 
    67     TYPE(t_field),POINTER :: f_dtheta_rhodz(:) 
    68     TYPE(t_field),POINTER :: f_du(:) 
     66    TYPE(t_field) :: f_dps(:) 
     67    TYPE(t_field) :: f_dtheta_rhodz(:) 
     68    TYPE(t_field) :: f_du(:) 
    6969 
    7070    REAL(rstd),POINTER :: ps(:) 
     
    103103  END SUBROUTINE caldyn 
    104104 
    105  
    106105  SUBROUTINE compute_caldyn(ps,u, hflux,wflux,dps, dtheta_rhodz,du) 
    107106    USE icosa 
Note: See TracChangeset for help on using the changeset viewer.