Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions physics/drag_suite.F90
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ subroutine drag_suite_run( &
! Initialize CCPP error handling variables
errmsg = ''
errflg = 0
var_temp2=0.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var_temp2 = 0. please

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll modify it. Thanks!



!--------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions physics/module_sf_noahmp_glacier.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,8 @@ subroutine glacier_flux (nsoil ,nsnow ,emg ,isnow ,df ,dzsnso ,z
dtg = 0.
mozsgn = 0
mozold = 0.
moz=0.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you adjust the formatting so that it looks like

         mozold = 0.
         moz    = 0.

please?


h = 0.
fv = 0.1

Expand Down