Skip to content

Commit

Permalink
Update noahmpdrv.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
tsga authored Oct 30, 2024
1 parent 9b88ec3 commit 3672889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ module noahmpdrv

integer, parameter :: psi_opt = 0 ! 0: MYNN or 1:GFS

private
private

public :: noahmpdrv_init, noahmpdrv_run, &
public :: noahmpdrv_init, noahmpdrv_run, &
noahmpdrv_timestep_init, noahmpdrv_finalize

contains
contains

!> \ingroup NoahMP_LSM
!! \brief This subroutine is called during the CCPP initialization phase and calls set_soilveg() to
Expand Down

0 comments on commit 3672889

Please sign in to comment.