Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge NCAR:dtc/develop into NOAA-EMC:dev/emc 2020/04/14 #17

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions driver/fvGFS/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module atmosphere_mod
! <tr>
! <td>mpp_mod</td>
! <td>mpp_error, stdout, FATAL, NOTE, input_nml_file, mpp_root_pe,
! mpp_npes, mpp_pe, mpp_chksum,mpp_get_current_pelist,
! mpp_npes, mpp_pe, mpp_chksum,mpp_get_current_pelist,
! mpp_set_current_pelist</td>
! </tr>
! <tr>
Expand Down Expand Up @@ -1269,7 +1269,6 @@ subroutine atmosphere_get_bottom_layer (Atm_block, DYCORE_Data)
rrg = rdgas / grav

if (first_time) then
print *, 'calculating slp kr value'
! determine 0.8 sigma reference level
sigtop = Atm(mytile)%ak(1)/pstd_mks+Atm(mytile)%bk(1)
do k = 1, npz
Expand Down
4 changes: 2 additions & 2 deletions model/fv_regional_bc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5539,14 +5539,14 @@ subroutine create_restart_with_bcs(Atm)
,'yaxis_1' &
,'yaxis_2' &
,'zaxis_1' &
,'Time' &
,'Time ' &
/)
!
character(len=9),dimension(ndims_tracers) :: dim_names_tracers=(/ &
'xaxis_1' &
,'yaxis_1' &
,'zaxis_1' &
,'Time' &
,'Time ' &
/)
!
!-----------------------------------------------------------------------
Expand Down