Skip to content

Commit

Permalink
Merge pull request #17 from climbfuji/mynnsfclay_from_joe_in_latest_c…
Browse files Browse the repository at this point in the history
…ode_without_reversing_composites_in_typedefs_20200319

Mynnsfclay from joe in latest code without reversing composites in typedefs 2020/03/19
  • Loading branch information
DomHeinzeller authored Mar 19, 2020
2 parents 2a05c53 + 1ffee69 commit 82f1ace
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 238 deletions.
6 changes: 5 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
branch = gsd/develop
[submodule "ccpp/physics"]
path = ccpp/physics
#url = https://github.com/NOAA-GSD/ccpp-physics
#branch = gsd/develop
#url = https://github.com/climbfuji/ccpp-physics
#branch = mynnsfclay_from_joe_in_latest_code
url = https://github.com/NOAA-GSD/ccpp-physics
branch = gsd/develop
branch = mynnsfclay_from_joe_in_latest_code_without_reversing_composites_in_typedefs_20200319
2 changes: 1 addition & 1 deletion atmos_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ subroutine update_atmos_chemistry(state, rc)
ib = i + Atm_block%isc - 1
nb = Atm_block%blkno(ib,jb)
ix = Atm_block%ixp(ib,jb)
hpbl(i,j) = IPD_Data(nb)%IntDiag%hpbl(ix)
hpbl(i,j) = IPD_Data(nb)%Tbd%hpbl(ix)
area(i,j) = IPD_Data(nb)%Grid%area(ix)
stype(i,j) = IPD_Data(nb)%Sfcprop%stype(ix)
rainc(i,j) = IPD_Data(nb)%Coupling%rainc_cpl(ix)
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics
2 changes: 1 addition & 1 deletion gfsphysics/GFS_layer/GFS_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ subroutine GFS_externaldiag_populate (ExtDiag, Model, Statein, Stateout, Sfcprop
ExtDiag(idx)%intpl_method = 'bilinear'
allocate (ExtDiag(idx)%data(nblks))
do nb = 1,nblks
ExtDiag(idx)%data(nb)%var2 => IntDiag(nb)%hpbl(:)
ExtDiag(idx)%data(nb)%var2 => Tbd(nb)%hpbl(:)
enddo

idx = idx + 1
Expand Down
152 changes: 69 additions & 83 deletions gfsphysics/GFS_layer/GFS_typedefs.F90

Large diffs are not rendered by default.

Loading

0 comments on commit 82f1ace

Please sign in to comment.