Skip to content

Commit

Permalink
Merge branch 'sunt05/issue283' of github.com:UMEP-dev/SUEWS into sunt…
Browse files Browse the repository at this point in the history
…05/issue283
  • Loading branch information
MatthewPaskin committed Oct 14, 2024
2 parents 36f3fc7 + 7d84199 commit 3c8fc0e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 110 deletions.
106 changes: 0 additions & 106 deletions BuildClasses/TE_LDN.nml

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ livehtml:
# If wanted, clean all *.o files after build
clean:
$(MAKE) -C $(suews_dir) clean
$(MAKE) -C $(supy_dir) clean
$(MAKE) -C $(docs_dir) clean
rm -rf build dist *.egg-info

Expand Down
3 changes: 2 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- scikit-image
- scikit-learn
- scipy
- sphinx
- pip:
- f90wrap==0.2.14
- f90wrap==0.2.15
- atmosp
1 change: 0 additions & 1 deletion src/suews/src/suews_ctrl_driver.f95
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ SUBROUTINE SUEWS_cal_Main( &
datetimeLine, & ! input
dataOutLineSTEBBS) ! output


!==============translation of output variables into output array===========
IF (Diagnose == 1) WRITE (*, *) 'Calling BEERS_cal_main_DTS...'
CALL SUEWS_update_outputLine_DTS( &
Expand Down
2 changes: 1 addition & 1 deletion src/suews/src/suews_phys_stebbs.f95
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ SUBROUTINE stebbsonlinecouple( &
wallStatesL(3) = Least
wallStatesL(4) = Lwest
Lwall_sout = SUM(wallStatesL)/SIZE(wallStatesL)

! !
IF (flginit == 0) THEN

Expand Down

0 comments on commit 3c8fc0e

Please sign in to comment.