Skip to content

Enable exchange of runoff DOC from Land to Ice used in CMIP7 ESM4.5#1034

Open
nikizadehgfdl wants to merge 5 commits intoNOAA-GFDL:dev/gfdlfrom
nikizadehgfdl:exchange_land2ice_runoffDOC
Open

Enable exchange of runoff DOC from Land to Ice used in CMIP7 ESM4.5#1034
nikizadehgfdl wants to merge 5 commits intoNOAA-GFDL:dev/gfdlfrom
nikizadehgfdl:exchange_land2ice_runoffDOC

Conversation

@nikizadehgfdl
Copy link

  • Address coupler issue 163
  • Land component calcutes the DOC (Dissolved Organic Carbon) content flux in runoff (KgC/m2/s)
  • COBALT needs access to that runoff flux (currently done via data_override from file)
  • Ocean component needs to make the flux available to COBALT
  • Ice component needs to make the flux available to ICE
  • land_ice_flux_exchange needs to exchange the flux from Land to Ice

- Land component calcutes the DOC (Dissolved Organic Carbon) content flux in runoff (KgC/m2/s)
- COBALT needs access to that runoff flux (currently done via data_override from file)
- Ocean component needs to make the flux available to COBALT
- Ice component needs to make the flux available to ICE
- land_ice_flux_exchange needs to exchange the flux from Land to Ice
Copy link
Member

@Hallberg-NOAA Hallberg-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct the units and unit conversion factors as noted in the comments attached to specific lines, and also please add the logical test (and optional argument to allocate_forcing_by_group()) so that the array that is being added here is only being allocated if it would actually be used.

if (fluxes%dt_buoy_accum < 0) then
call allocate_forcing_type(G, fluxes, water=.true., heat=.true., ustar=.not.CS%nonBous, press=.true., &
fix_accum_bug=.not.CS%ustar_gustless_bug, tau_mag=CS%nonBous)
fix_accum_bug=.not.CS%ustar_gustless_bug, tau_mag=CS%nonBous, carbon=.true.)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the value of carbon here should not be hard-coded, but rather it should be run-time configurable or configurable based in information passed in from the coupler, depending on whether this is a physical coupled model or a full ESM that is being used. Assuming that MOM6 is always run as a full ESM does not seem wise to me.

- Nothing will be allocated/avaliable unless a parameter is set in overrides
  # Allow Carbon Runoff diagnostics
  #override ALLOW_CARBON_FLUX_EXCHANGE = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants