Ignore:
Timestamp:
02/14/18 00:06:52 (6 years ago)
Author:
dubos
Message:

devel/unstructured : local mesh setup + halo exchange

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/unstructured/timestep_unstructured.F90

    r677 r681  
    66#endif 
    77  USE caldyn_unstructured_mod 
     8  USE transfer_unstructured_mod 
    89  IMPLICIT NONE 
    910  PRIVATE 
     
    151152       DO stage=1, nb_stage 
    152153           
     154          CALL update_halo(transfer_primal, rhodz) 
     155          CALL update_halo(transfer_primal, theta_rhodz(:,:,1)) ! FIXME 
     156 
    153157          IF(hydrostatic) THEN 
    154158              
     
    163167              
    164168             CALL compute_caldyn_fast(tauj(stage), pk,berni,theta,geopot, du_fast(:,:,stage), u) 
    165               
     169             CALL update_halo(transfer_edge, u) 
    166170             CALL compute_pvort_only(rhodz,u,qv,qu) 
     171             CALL update_halo(transfer_edge, qu) 
     172 
    167173             CALL compute_caldyn_slow_hydro(rhodz,theta,u, berni,hflux,du_slow(:,:,stage)) 
    168174             CALL compute_coriolis(hflux,theta,qu, bufu1, drhodz(:,:,stage), dtheta_rhodz(:,:,:,stage),du_slow(:,:,stage)) 
Note: See TracChangeset for help on using the changeset viewer.