Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chem/module_input_chem_data.F
Original file line number Diff line number Diff line change
Expand Up @@ -3843,8 +3843,8 @@ SUBROUTINE bdy_chem_value_top_pv ( chem,xlat, &

REAL, DIMENSION(ims:ime,kms:kme,jms:jme,num_chem ), &
intent(INOUT) :: chem
REAL, DIMENSION( ims:ime , jms:jme ), intent(IN) :: xlat ! for determination of O3/PV p\
roportionality constant
REAL, DIMENSION( ims:ime , jms:jme ), intent(IN) :: xlat ! for determination of O3/PV proportionality constant

REAL :: pv2o3_con ! for determination of O3/PV proportionality constant
REAL, DIMENSION(ims:ime , kms:kme , jms:jme), intent(IN) :: pv,pb,p
REAL :: preshPa
Expand Down