Skip to content

Commit

Permalink
add lwdn and ifrac to ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Dec 7, 2023
1 parent a36cb73 commit 84a012f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc)
call fld_list_add(fldsToOcn_num, fldsToOcn, "Foxx_hrofl" , "will provide")
call fld_list_add(fldsToOcn_num, fldsToOcn, "Foxx_hrofi" , "will provide")

! for ocnnst, could be controlled via config
call fld_list_add(fldsToOcn_num, fldsToOcn, "Faxa_lwdn" , "will provide")
call fld_list_add(fldsToOcn_num, fldsToOcn, "Si_ifrac" , "will provide")

if (use_waves) then
if (wave_method == "EFACTOR") then
call fld_list_add(fldsToOcn_num, fldsToOcn, "Sw_lamult" , "will provide")
Expand Down

0 comments on commit 84a012f

Please sign in to comment.