Skip to content

Commit

Permalink
Fix ndep from coupler
Browse files Browse the repository at this point in the history
Resolves #1233
  • Loading branch information
billsacks committed Dec 18, 2020
1 parent c4cf120 commit 0c4a1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpl/mct/lnd_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ subroutine lnd_import( bounds, x2l, glc_present, atm2lnd_inst, glc2lnd_inst, wat
! Note that forc_pbot is in Pa

do g = begg,endg
i = 1 + (g - begg)

forc_pbot = atm2lnd_inst%forc_pbot_not_downscaled_grc(g)

Expand Down

0 comments on commit 0c4a1d8

Please sign in to comment.