Ignore:
Timestamp:
09/25/15 14:36:36 (9 years ago)
Author:
dubos
Message:

Introduced DEC convention for velocity - HEVI only - cleanup to follow

File:
1 edited

Legend:

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

    r361 r362  
    22  USE icosa 
    33  USE transfert_mod 
    4   USE caldyn_kernels_mod 
     4  USE caldyn_kernels_base_mod 
     5  USE caldyn_kernels_hevi_mod 
    56  USE caldyn_gcm_mod 
    6  
    77  IMPLICIT NONE 
    88  PRIVATE 
    9  
    109  PUBLIC caldyn_hevi 
    1110 
     
    7574    IF(caldyn_eta==eta_mass) THEN 
    7675       CALL send_message(f_ps,req_ps) ! COM00 
     76       CALL wait_message(req_ps) ! COM00 
    7777    ELSE 
    7878       CALL send_message(f_mass,req_mass) ! COM00 
    79     END IF 
    80  
    81     ! Block below moved from caldyn_pvort when splitting it into caldyn_theta and caldyn_pvort_only 
    82     IF(caldyn_eta==eta_mass) THEN 
    83        CALL wait_message(req_ps) ! COM00 
    84     ELSE 
    8579       CALL wait_message(req_mass) ! COM00 
    8680    END IF 
    87  
    8881    CALL send_message(f_theta_rhodz,req_theta_rhodz) ! COM01 
    8982    CALL wait_message(req_theta_rhodz) ! COM01 Moved from caldyn_pvort 
     
    10093       theta = f_theta(ind) 
    10194       pk = f_pk(ind) 
    102        geopot = f_geopot(ind)   
     95       geopot = f_geopot(ind) 
    10396       CALL compute_theta(ps,theta_rhodz, mass,theta) 
    10497       CALL compute_geopot(ps,mass,theta, pk,geopot) 
Note: See TracChangeset for help on using the changeset viewer.