Skip to content

Commit

Permalink
Add Tom's regional DA dycore fix (ufs-community#26)
Browse files Browse the repository at this point in the history
* regional DA fix from Tom: delz halo fix and Changes for putting GSI anl into boundary file
Co-authored-by: Tom Black <[email protected]>
* Add changes for when INTERNAL_FILE_NML is not used from Dan.
Co-authored-by: Daniel Holdaway <[email protected]>
* remove hardcoded levp=65 for source_FV3GFS
Co-authored-by: Jun Wang <[email protected]>
Co-authored-by: Tom Black <[email protected]>
Co-authored-by: Daniel Holdaway <[email protected]>
Co-authored-by: Kate Zhou <[email protected]>
  • Loading branch information
junwang-noaa committed Jul 14, 2020
1 parent 2f116fd commit b108ed2
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 6,524 deletions.
2 changes: 1 addition & 1 deletion model/fv_control.F90
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ subroutine read_namelist_fv_grid_nml
! Read Main namelist
read (f_unit,fv_grid_nml,iostat=ios)
ierr = check_nml_error(ios,'fv_grid_nml')
rewind (f_unit)
call close_file (f_unit)
#endif
call write_version_number ( 'FV_CONTROL_MOD', version )
unit = stdlog()
Expand Down
Loading

0 comments on commit b108ed2

Please sign in to comment.