Skip to content

Commit

Permalink
Modify log/description of ENTHALPY_FROM_COUPLER
Browse files Browse the repository at this point in the history
This commit change the description of parameter ENTHALPY_FROM_COUPLER,
and it changes the call so that ENTHALPY_FROM_COUPLER is now logged
at this point.
  • Loading branch information
gustavo-marques authored and alperaltuntas committed Apr 21, 2022
1 parent b7665f4 commit 7924fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,8 @@ subroutine surface_forcing_init(Time, G, US, param_file, diag, CS, restore_salt,
default=.false., do_not_log=.true.)

call get_param(param_file, mdl, "ENTHALPY_FROM_COUPLER", CS%enthalpy_cpl, &
default=.false., do_not_log=.true.)
"If True, the heat (enthalpy) associated with mass entering/leaving the "//&
"ocean is provided via coupler.", default=.false.)

if (restore_salt) then
call get_param(param_file, mdl, "FLUXCONST", CS%Flux_const, &
Expand Down

0 comments on commit 7924fba

Please sign in to comment.