Skip to content

Commit

Permalink
modified: noah_dynsetup.F
Browse files Browse the repository at this point in the history
 !    call noah_gfrac()
 !    call noah_alb()
  • Loading branch information
yangfanglin committed Feb 11, 2020
1 parent 01d1a90 commit 3427d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/gldas_model.fd/lsms/noah.igbp/noah_dynsetup.F
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ subroutine noah_dynsetup()
endif
if(masterproc) then
#endif
call noah_gfrac()
call noah_alb()
! call noah_gfrac()
! call noah_alb()
#if ( ! defined OPENDAP )
endif
call MPI_BCAST(noahdrv%noah_gflag,1,MPI_INTEGER,0, &
Expand Down

0 comments on commit 3427d4b

Please sign in to comment.