Skip to content

Commit

Permalink
rearrange groupd in bld
Browse files Browse the repository at this point in the history
  • Loading branch information
Irena Vankova committed Jul 2, 2024
1 parent afab857 commit b98b940
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions components/mpas-ocean/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,11 @@ add_default($nl, 'config_use_sgr_opt_temp');
add_default($nl, 'config_use_sgr_opt_salt');
add_default($nl, 'config_sgr_temperature');
add_default($nl, 'config_sgr_salinity');
if ($OCN_SGR eq 'data') {
add_default($nl, 'config_subglacial_runoff_mode', 'val'=>"data");
} else {
add_default($nl, 'config_subglacial_runoff_mode');
}

############################
# Namelist group: coupling #
Expand Down Expand Up @@ -801,11 +806,6 @@ add_default($nl, 'config_land_ice_flux_ISOMIP_gammaT');
add_default($nl, 'config_land_ice_flux_rms_tidal_velocity');
add_default($nl, 'config_land_ice_flux_jenkins_heat_transfer_coefficient');
add_default($nl, 'config_land_ice_flux_jenkins_salt_transfer_coefficient');
if ($OCN_SGR eq 'data') {
add_default($nl, 'config_subglacial_runoff_mode', 'val'=>"data");
} else {
add_default($nl, 'config_subglacial_runoff_mode');
}

#############################
# Namelist group: advection #
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-ocean/bld/build-namelist-section
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ add_default($nl, 'config_use_sgr_opt_temp');
add_default($nl, 'config_use_sgr_opt_salt');
add_default($nl, 'config_sgr_temperature');
add_default($nl, 'config_sgr_salinity');
add_default($nl, 'config_subglacial_runoff_mode');

############################
# Namelist group: coupling #
Expand Down Expand Up @@ -312,7 +313,6 @@ add_default($nl, 'config_land_ice_flux_ISOMIP_gammaT');
add_default($nl, 'config_land_ice_flux_rms_tidal_velocity');
add_default($nl, 'config_land_ice_flux_jenkins_heat_transfer_coefficient');
add_default($nl, 'config_land_ice_flux_jenkins_salt_transfer_coefficient');
add_default($nl, 'config_subglacial_runoff_mode');

#############################
# Namelist group: advection #
Expand Down
2 changes: 2 additions & 0 deletions components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,8 @@
description="Divergence of transmission through interfaces of surface fluxes below the surface layer at cell centers. These are applied only to subglacial runoff."
packages="dataSubglacialRunoffFluxPKG"
/>


<!-- Input fields for coupling -->
<!-- Coupling fields associated with heat fluxes -->
<var name="latentHeatFlux" type="real" dimensions="nCells Time" units="W m^-2"
Expand Down

0 comments on commit b98b940

Please sign in to comment.