Skip to content
Merged
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
1 change: 1 addition & 0 deletions driver/fvGFS/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ subroutine atmosphere_init (Time_init, Time, Time_step, Grid_box, area)
! and thread number are not used; set to safe values
cdata%blk_no = 1
cdata%thrd_no = 1
cdata%thrd_cnt = 1

! Create shared data type for fast and slow physics, one for each thread
#ifdef OPENMP
Expand Down