Skip to content

Commit

Permalink
Adding missing removed liquid runoff field to driver-moab
Browse files Browse the repository at this point in the history
  • Loading branch information
darincomeau committed Feb 28, 2024
1 parent e992a92 commit ba34b6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions driver-moab/shr/seq_flds_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,14 @@ subroutine seq_flds_set(nmlfile, ID, infodata)
attname = 'Foxo_ismh'
call metadata_set(attname, longname, stdname, units)

! Water flux from removed liquid runoff
call seq_flds_add(o2x_fluxes,"Foxo_rrofl")
longname = 'Water flux due to removed liqiud runoff'
stdname = 'removed_liquid_runoff_flux'
units = 'kg m-2 s-1'
attname = 'Foxo_rrofl'
call metadata_set(attname, longname, stdname, units)

! Water flux from removed solid runoff
call seq_flds_add(o2x_fluxes,"Foxo_rrofi")
longname = 'Water flux due to removed solid runoff'
Expand Down

0 comments on commit ba34b6a

Please sign in to comment.