Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ed_sphere into nest_workaround_read_ccpp_suite_from_input_nml
  • Loading branch information
climbfuji committed Mar 31, 2021
2 parents 97ccbe7 + 03a7ae7 commit 129a3ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/fv_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,11 @@ subroutine fv_dynamics(npx, npy, npz, nq_tot, ng, bdt, consv_te, fill,
mdt = bdt / real(k_split)

if ( idiag%id_mdt > 0 .and. (.not. do_adiabatic_init) ) then
#ifdef __GFORTRAN__
!$OMP parallel do default(none) shared(is,ie,js,je,npz)
#else
!$OMP parallel do default(none) shared(is,ie,js,je,npz,dtdt_m)
#endif
do k=1,npz
do j=js,je
do i=is,ie
Expand Down

0 comments on commit 129a3ae

Please sign in to comment.