Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/chemistry/geoschem/chemistry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ subroutine chem_timestep_tend( state, ptend, cam_in, cam_out, dT, pbuf, fh2o )
REAL(r8) :: relHum (state%NCOL,PVER) ! Relative humidity [0-1]
REAL(r8) :: satV (state%NCOL,PVER) ! Work arrays
REAL(r8) :: satQ (state%NCOL,PVER) ! Work arrays
REAL(r8) :: qH2O (state%NCOL,PVER) ! Specific humidity [kg/kg]
REAL(r8) :: qH2O (pcols, PVER) ! Specific humidity [kg/kg] has to be pcols for newnuc.
REAL(r8) :: h2ovmr (state%NCOL,PVER) ! H2O volume mixing ratio
REAL(r8) :: mBar (state%NCOL,PVER) ! Mean wet atmospheric mass [amu]
REAL(r8) :: invariants(state%NCOL,PVER,nfs)
Expand Down
Loading