Skip to content

Commit

Permalink
fix omp error in dycore and atmos_model.F90 (#77)
Browse files Browse the repository at this point in the history
* fix omp error in dycore and atmos_model.F90

* Update atmos_cubed_sphere submodule
  • Loading branch information
DusanJovic-NOAA authored Mar 11, 2020
1 parent 38a495e commit fc9a4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atmos_cubed_sphere
2 changes: 1 addition & 1 deletion atmos_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ subroutine assign_importdata(rc)
if (trim(impfield_name) == trim(fldname)) then
findex = QueryFieldList(ImportFieldsList,fldname)
if (importFieldsValid(findex) .and. IPD_control%cplwav2atm) then
!$omp parallel do default(shared) private(i,j,nb,ix)
!$omp parallel do default(shared) private(i,j,nb,ix,tem)
do j=jsc,jec
do i=isc,iec
nb = Atm_block%blkno(i,j)
Expand Down

0 comments on commit fc9a4c2

Please sign in to comment.