Skip to content

Commit

Permalink
Move initialization of modchemistry before that of surface
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Vila committed Sep 7, 2019
1 parent 4f35105 commit 31a7b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/modstartup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ subroutine startup
use modsubgrid, only : initsubgrid
use mpi, only : MPI_COMM_WORLD,MPI_INTEGER,MPI_LOGICAL,MPI_CHARACTER
use modmpi, only : initmpi,my_real,myid,nprocx,nprocy,mpierr
use modchem, only : initchem

implicit none
integer :: ierr
Expand Down Expand Up @@ -253,6 +254,7 @@ subroutine startup
call initboundary
call initthermodynamics
call initradiation
call initchem
call initsurface
call initsubgrid
call initpois
Expand Down
2 changes: 1 addition & 1 deletion src/program.f90
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ program DALES !Version 4.0.0alpha
call initbulkmicrostat
call initbudget
!call initstressbudget
call initchem
! call initchem
call initheterostats
call initcanopy

Expand Down

0 comments on commit 31a7b15

Please sign in to comment.