Skip to content

Commit

Permalink
Adding data option for land ice fluxes in ocn conservation analysis m…
Browse files Browse the repository at this point in the history
…ember
  • Loading branch information
darincomeau committed Feb 7, 2024
1 parent 947d2fb commit 23624db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,8 @@ subroutine ocn_restart_conservation_check(domain, err)!{{{
err = 0

if ( trim(config_land_ice_flux_mode) == 'standalone' .or. &
trim(config_land_ice_flux_mode) == 'coupled' ) then
trim(config_land_ice_flux_mode) == 'coupled' .or. &
trim(config_land_ice_flux_mode) == 'data' ) then
landIceFreshwaterFluxesOn = .true.
end if

Expand Down

0 comments on commit 23624db

Please sign in to comment.