Skip to content

Commit

Permalink
Merging r281:290 into release-4.1 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 committed Jul 20, 2010
1 parent 883ef69 commit 138f087
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 9 additions & 8 deletions source/ice_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,7 @@ subroutine rct_data
!
! EOP
!
#ifdef ncdf
!local parameters

character (char_len_long) :: &
Expand Down Expand Up @@ -1824,14 +1825,14 @@ subroutine rct_data
Tair_data_p ! air temperature (K) for interpolation

real (kind=dbl_kind), parameter :: & ! coefficients for Hyland-Wexler Qa
ps1 = 0.58002206d4_dbl_kind, & ! (K)
ps2 = 0.13914993d1_dbl_kind, & !
ps3 = 0.48640239d-1_dbl_kind, & ! (K^-1)
ps4 = 0.41764768d-4_dbl_kind, & ! (K^-2)
ps5 = 0.14452093d-7_dbl_kind, & ! (K^-3)
ps6 = 0.65459673d1_dbl_kind, & !
ps1 = 0.58002206e4_dbl_kind, & ! (K)
ps2 = 1.3914993_dbl_kind, & !
ps3 = 0.48640239e-1_dbl_kind, & ! (K^-1)
ps4 = 0.41764768e-4_dbl_kind, & ! (K^-2)
ps5 = 0.14452093e-7_dbl_kind, & ! (K^-3)
ps6 = 6.5459673_dbl_kind, & !
ws1 = 621.97_dbl_kind, & ! for saturation mixing ratio
Pair = 1020_dbl_kind ! Sea level pressure (hPa)
Pair = 1020._dbl_kind ! Sea level pressure (hPa)

! for interpolation of hourly data
integer (kind=int_kind) :: &
Expand Down Expand Up @@ -1930,7 +1931,7 @@ subroutine rct_data
frain(:,:,:) = c0 ! this is available in hourlymet_rh file

enddo ! nblocks

#endif
end subroutine rct_data

!=======================================================================
Expand Down
4 changes: 4 additions & 0 deletions source/ice_itd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,10 @@ subroutine cleanup_itd (nx_block, ny_block, &
istop = 0
jstop = 0

dfresh(:,:) = c0
dfsalt(:,:) = c0
dfhocn(:,:) = c0

!-----------------------------------------------------------------
! Compute total ice area.
!-----------------------------------------------------------------
Expand Down

0 comments on commit 138f087

Please sign in to comment.