Ignore:
Timestamp:
07/15/19 23:21:31 (5 years ago)
Author:
dubos
Message:

devel : fixed diagnosis of hydrostatic pressure for Lagrangian vertical coordinate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/base/init_grid_param.f90

    r952 r955  
    7070    compute_pression_mid => compute_pression_mid_hex 
    7171    compute_temperature  => compute_temperature_hex 
     72    compute_hydrostatic_pressure => compute_hydrostatic_pressure_hex 
    7273    ! dynamics 
    7374    compute_pvort_only        => compute_pvort_only_hex 
     
    8586    compute_pression_mid => compute_pression_mid_unst 
    8687    compute_temperature  => compute_temperature_unst 
     88    compute_hydrostatic_pressure => compute_hydrostatic_pressure_unst 
    8789    ! dynamics 
    8890    compute_pvort_only         => compute_pvort_only_unst 
Note: See TracChangeset for help on using the changeset viewer.