Skip to content

Commit

Permalink
Phil's ccpp fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Apr 8, 2020
1 parent 975dfc2 commit 102bafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compns_stochy.F90
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ subroutine compns_stochy (me,sz_nml,input_nml_file,fn_nml,nlunit,deltim,iret)
if (shum(k).GT.0) l_min=min(shum_lscale(k),l_min)
if (skeb(k).GT.0) l_min=min(skeb_lscale(k),l_min)
enddo
if (lndp_type.GT.0) l_min=min(lndp_lscale(1),l_min)
!ntrunc=1.5*circ/l_min
ntrunc=circ/l_min
if (me==0) print*,'ntrunc calculated from l_min',l_min,ntrunc
Expand Down

0 comments on commit 102bafb

Please sign in to comment.