Skip to content

Commit

Permalink
last part of b1 in le3
Browse files Browse the repository at this point in the history
  • Loading branch information
bellie committed Jan 3, 2025
1 parent 2aad731 commit 8a91478
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions le3/src/le3_geometry_rho.f90
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ subroutine le3_geometry_rho

gtt_1 = 2.0 * x**2 * (1.0/rc(i,j)- chi1(i,j)*dtheta_t(i,j))

! Not done
gpt_1 = 0.0
gpt_1 = x*(up - chi1(i,j)*x*dtheta_p(i,j)) &
+ (x/rc(i,j) - chi1(i,j)*x*dtheta_t(i,j))*ycosuv &
- chi1t(i,j)/chi1(i,j)*ysinuv

!-------------------------------------------------------------

Expand Down

0 comments on commit 8a91478

Please sign in to comment.