Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/module_sf_noahmp_glacier.F
Original file line number Diff line number Diff line change
Expand Up @@ -1196,9 +1196,9 @@ SUBROUTINE SFCDIF1_GLACIER(ITER ,ZLVL ,ZPD ,Z0H ,Z0M , & !in
REAL, INTENT(INOUT) :: FH !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FM2 !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FH2 !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FV !friction velocity (m/s)

! outputs
REAL, INTENT(OUT) :: FV !friction velocity (m/s)
REAL, INTENT(OUT) :: CM !drag coefficient for momentum
REAL, INTENT(OUT) :: CH !drag coefficient for heat
REAL, INTENT(OUT) :: CH2 !drag coefficient for heat
Expand Down
4 changes: 2 additions & 2 deletions src/module_sf_noahmplsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -4618,12 +4618,12 @@ SUBROUTINE SFCDIF1(parameters,ITER ,SFCTMP ,RHOAIR ,H ,QAIR , & !in
REAL, INTENT(INOUT) :: FH !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FM2 !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FH2 !sen heat stability correction, weighted by prior iters
REAL, INTENT(INOUT) :: FV !friction velocity (m/s)

! outputs

REAL, INTENT(OUT) :: CM !drag coefficient for momentum
REAL, INTENT(OUT) :: CH !drag coefficient for heat
REAL, INTENT(OUT) :: FV !friction velocity (m/s)
REAL, INTENT(OUT) :: CH2 !drag coefficient for heat

! locals
Expand Down Expand Up @@ -4769,7 +4769,7 @@ SUBROUTINE SFCDIF2(parameters,ITER ,Z0 ,THZ0 ,THLM ,SFCSPD , & !in
REAL, intent(INOUT) :: AKHS
REAL, intent(INOUT) :: RLMO
REAL, intent(INOUT) :: WSTAR2
REAL, intent(OUT) :: USTAR
REAL, intent(INOUT) :: USTAR

REAL ZZ, PSLMU, PSLMS, PSLHU, PSLHS
REAL XX, PSPMU, YY, PSPMS, PSPHU, PSPHS
Expand Down