Skip to content

Commit

Permalink
Merge pull request #14068 from KuljeetMaan/master
Browse files Browse the repository at this point in the history
KuljeetMaan: kappa for band is now based on kappa_effective
  • Loading branch information
shostikk authored Jan 19, 2025
2 parents 05b507f + 2603ae0 commit 0c191e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/radi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@ SUBROUTINE INIT_RADIATION
IF (NSB==1 .AND. PATH_LENGTH > 0.0_EB) THEN
RADCAL_SPECIES2KAPPA(NS,J,K,1) = MIN(AMEAN,AP0)
ELSE
RADCAL_SPECIES2KAPPA(NS,J,K,IBND) = AP0/BBF
RADCAL_SPECIES2KAPPA(NS,J,K,IBND) = AMEAN/BBF
ENDIF
END DO RADCAL_SPECIES_LOOP
ENDDO Y_LOOP_Z
Expand Down

0 comments on commit 0c191e7

Please sign in to comment.