Ignore:
Timestamp:
10/30/15 15:41:06 (9 years ago)
Author:
dubos
Message:

Progress towards NH

File:
1 edited

Legend:

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

    r362 r366  
    1818  !$OMP THREADPRIVATE(caldyn_conserv)  
    1919 
    20   TYPE(t_message),PUBLIC :: req_ps, req_mass, req_theta_rhodz, req_u, req_qu 
     20  TYPE(t_message),PUBLIC :: req_ps, req_mass, req_theta_rhodz, req_u, req_qu, req_geopot, req_w 
    2121 
    2222  PUBLIC :: compute_geopot, compute_caldyn_vert 
     
    5151 
    5252    IF(caldyn_eta==eta_mass .AND. .NOT. DEC) THEN 
    53  
    5453!!! Compute exner function and geopotential 
    5554       DO l = 1,llm 
     
    6463       ENDDO 
    6564    ELSE  
    66        ! We are using a Lagrangian vertical coordinate 
    67        ! Pressure must be computed first top-down (temporarily stored in pk) 
     65       ! We are using DEC or a Lagrangian vertical coordinate 
     66       ! Pressure is computed first top-down (temporarily stored in pk) 
    6867       ! Then Exner pressure and geopotential are computed bottom-up 
    69        ! Notice that the computation below should work also when caldyn_eta=eta_mass           
     68       ! Works also when caldyn_eta=eta_mass           
    7069 
    7170       IF(boussinesq) THEN ! compute geopotential and pk=Lagrange multiplier 
Note: See TracChangeset for help on using the changeset viewer.