Skip to content

Commit

Permalink
Duplicate land ice frazil settings in frazil section
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jun 19, 2024
1 parent 0c2bca8 commit decd023
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/mpas-ocean/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,16 @@ add_default($nl, 'config_frazil_sea_ice_reference_salinity');
add_default($nl, 'config_frazil_maximum_freezing_temperature');
add_default($nl, 'config_frazil_use_surface_pressure');

if ($OCN_ISMF eq 'coupled') {
add_default($nl, 'config_frazil_under_land_ice', 'val'=>".true.");
} elsif ($OCN_ISMF eq 'internal') {
add_default($nl, 'config_frazil_under_land_ice', 'val'=>".true.");
} elsif ($OCN_ISMF eq 'data') {
add_default($nl, 'config_frazil_under_land_ice', 'val'=>".false.");
} else {
add_default($nl, 'config_frazil_under_land_ice');
}

###################################
# Namelist group: land_ice_fluxes #
###################################
Expand Down

0 comments on commit decd023

Please sign in to comment.