Ignore:
Timestamp:
07/03/19 17:15:11 (5 years ago)
Author:
dubos
Message:

devel : interfaces for caldyn_fast and caldyn_slow_hydro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90

    r928 r935  
    55  USE compute_caldyn_vert_mod, ONLY : compute_caldyn_vert => compute_caldyn_vert_manual 
    66  USE compute_caldyn_vert_NH_mod, ONLY : compute_caldyn_vert_NH => compute_caldyn_vert_NH_manual 
    7   USE compute_theta_mod, ONLY : compute_theta => compute_theta_manual 
    8   USE compute_geopot_mod, ONLY : compute_geopot => compute_geopot_manual 
    97  USE compute_caldyn_kv_mod, ONLY : compute_caldyn_kv 
    108  USE compute_caldyn_Coriolis_mod, ONLY : compute_caldyn_Coriolis => compute_caldyn_Coriolis_manual 
     
    1210  USE compute_caldyn_slow_NH_mod, ONLY : compute_caldyn_slow_NH 
    1311  USE compute_caldyn_solver_mod, ONLY : compute_caldyn_solver 
    14   USE compute_caldyn_fast_mod, ONLY : compute_caldyn_fast => compute_caldyn_fast_manual 
    1512  USE compute_NH_geopot_mod, ONLY : compute_NH_geopot 
    1613  IMPLICIT NONE 
     
    3532    USE output_field_mod 
    3633    USE checksum_mod 
    37     USE compute_caldyn_mod, ONLY : compute_pvort_only 
     34    USE compute_caldyn_mod, ONLY : compute_pvort_only, compute_theta, & 
     35         compute_geopot, compute_caldyn_fast 
    3836    IMPLICIT NONE 
    3937    LOGICAL,INTENT(IN)    :: write_out 
Note: See TracChangeset for help on using the changeset viewer.