Skip to content

Commit

Permalink
Merge pull request #1662 from billsacks/fix_flgl
Browse files Browse the repository at this point in the history
Make Flgl_qice attname consistent with name
Test suite: ./create_test cime_developer on yellowstone
Test baseline: N/A
Test namelist changes: none
Test status: bit for bit

Fixes #1660

User interface changes?: none

Code review:tcraig
  • Loading branch information
jedwards4b authored Jun 8, 2017
2 parents 50b9d34 + deb3625 commit f8f6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/mct/shr/seq_flds_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ subroutine seq_flds_set(nmlfile, ID, infodata)
longname = 'New glacier ice flux'
stdname = 'ice_flux_out_of_glacier'
units = 'kg m-2 s-1'
attname = 'Fgll_qice'
attname = 'Flgl_qice'
call set_glc_elevclass_field(name, attname, longname, stdname, units, l2x_fluxes)
call set_glc_elevclass_field(name, attname, longname, stdname, units, l2x_fluxes_to_glc, &
additional_list = .true.)
Expand Down

0 comments on commit f8f6221

Please sign in to comment.