Skip to content

Commit

Permalink
Merge pull request #100 from gustavo-marques/set_fw_bug_to_false
Browse files Browse the repository at this point in the history
Set default of USE_NET_FW_ADJUSTMENT_SIGN_BUG to false in NUOPC cap
  • Loading branch information
alperaltuntas authored May 10, 2019
2 parents b503858 + d449d37 commit b668abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/nuopc_driver/MOM_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ subroutine surface_forcing_init(Time, G, US, param_file, diag, CS, restore_salt,
call get_param(param_file, mdl, "USE_NET_FW_ADJUSTMENT_SIGN_BUG", &
CS%use_net_FW_adjustment_sign_bug, &
"If true, use the wrong sign for the adjustment to\n"//&
"the net fresh-water.", default=.true.)
"the net fresh-water.", default=.false.)
call get_param(param_file, mdl, "ADJUST_NET_FRESH_WATER_BY_SCALING", &
CS%adjust_net_fresh_water_by_scaling, &
"If true, adjustments to net fresh water to achieve zero net are\n"//&
Expand Down

0 comments on commit b668abf

Please sign in to comment.