Skip to content

Commit

Permalink
Hard-code data ISMF frazil off
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jun 19, 2024
1 parent 701d8fb commit 0c2bca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-ocean/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ if ($OCN_ISMF eq 'coupled') {
add_default($nl, 'config_frazil_under_land_ice', 'val'=>".true.");
} elsif ($OCN_ISMF eq 'data') {
add_default($nl, 'config_land_ice_flux_mode', 'val'=>"data");
add_default($nl, 'config_frazil_under_land_ice');
add_default($nl, 'config_frazil_under_land_ice', 'val'=>".false.");
} else {
add_default($nl, 'config_land_ice_flux_mode');
add_default($nl, 'config_frazil_under_land_ice');
Expand Down

0 comments on commit 0c2bca8

Please sign in to comment.