Skip to content

Commit

Permalink
Merge pull request #338 from climbfuji/feature/ccpp_data_thrd_cnt
Browse files Browse the repository at this point in the history
Set cdata%thrd_cnt in driver/fvGFS/atmosphere.F90
  • Loading branch information
laurenchilutti authored May 21, 2024
2 parents cc8afe6 + 630022f commit 061a736
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 061a736

Please sign in to comment.