Ignore:
Timestamp:
09/23/20 16:00:58 (4 years ago)
Author:
dubos
Message:

devel : diagnose divergence and vorticity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/diagnostics/check_conserve.f90

    r913 r1052  
    5252 
    5353  SUBROUTINE check_conserve(f_ps,f_dps,f_ue,f_theta_rhodz,f_phis,it)  
    54   USE vorticity_mod 
     54  USE compute_vorticity_mod 
    5555  USE caldyn_gcm_mod 
    5656  USE exner_mod  
     
    153153 
    154154  SUBROUTINE check_conserve_detailed(it,tag, f_ps,f_dps,f_ue,f_theta_rhodz,f_phis)  
    155     USE vorticity_mod 
    156155    USE caldyn_gcm_mod 
    157156    USE exner_mod  
    158 !    USE mpipara, ONLY : is_mpi_root, comm_icosa 
    159157    USE omp_para, ONLY : is_master 
    160158    INTEGER, INTENT(IN) :: tag 
     
    268266  SUBROUTINE check_energy(f_ue,f_theta_rhodz,f_phis, etot, & 
    269267                      stot, AAM_mass_tot, AAM_vel_tot, AAM_velp_tot, AAM_velm_tot, rmsvtot)   
    270   USE vorticity_mod 
    271268    TYPE(t_field), POINTER :: f_ue(:) 
    272269    TYPE(t_field), POINTER :: f_theta_rhodz(:) 
Note: See TracChangeset for help on using the changeset viewer.