Skip to content

Commit

Permalink
Merge pull request #249 from TingLei-daprediction/master
Browse files Browse the repository at this point in the history
GitHub Issue #218. GSI parallel IO for FV3-LAM
  • Loading branch information
MichaelLueken committed Dec 2, 2021
2 parents f442020 + a21fb66 commit eed3d40
Show file tree
Hide file tree
Showing 5 changed files with 1,953 additions and 1,915 deletions.
1 change: 1 addition & 0 deletions src/enkf/gridio_fv3reg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ subroutine writegriddata(nanal1,nanal2,vars3d,vars2d,n3d,n2d,levels,ndim,vargrid
tsen_ind = getindex(vars3d, 'tsen') ! Tv (3D)
q_ind = getindex(vars3d, 'q') ! Q (3D)
cw_ind = getindex(vars3d, 'cw') ! CWM for WRF-NMM
oz_ind = getindex(vars3d, 'oz') ! Oz (3D)
w_ind = getindex(vars3d, 'w') ! W for WRF-ARW
ph_ind = getindex(vars3d, 'ph') ! PH for WRF-ARW

Expand Down
Loading

0 comments on commit eed3d40

Please sign in to comment.