Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2157,6 +2157,7 @@ sub write_filepath
print $fh "$camsrcdir/src/atmos_phys/schemes/cloud_fraction\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/vertical_diffusion\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/holtslag_boville\n";
print $fh "$camsrcdir/src/atmos_phys/schemes/bretherton_park\n";

# Dynamics package and test utilities
print $fh "$camsrcdir/src/dynamics/$dyn\n";
Expand Down
4 changes: 2 additions & 2 deletions bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3610,12 +3610,12 @@ Default: 100.e3 (hPa)
<entry id="eddy_moist_entrain_a2l" type="real" category="pbl"
group="eddy_diff_nl" valid_values="" >
Moist entrainment enhancement parameter.
Default: set by build-namelist
Default: 30.D0
</entry>

<entry id="kv_top_pressure" type="real" category="pbl"
group="eddy_diff_nl" valid_values="" >
Pressure (Pa) that defined the upper atmosphere for adjustment of
Pressure (Pa) that defines the upper atmosphere for adjustment of
eddy diffusivities from diag_TKE using kv_top_scale.
Default: 0.
</entry>
Expand Down
4 changes: 2 additions & 2 deletions src/control/cam_snapshot_common.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ subroutine fill_pbuf_info(pbuf_info, pbuf, const_cname)
'ipbl ','unset ',&
'ISS_FRAC ','unset ',&
'kpblh ','unset ',&
'ksrftms ','unset ',&
'ksrftms ','kg/m2/s ',&
'kvh ','m2/s ',&
'kvm ','m2/s ',&
'kvt ','m2/s ',&
Expand Down Expand Up @@ -1606,7 +1606,7 @@ subroutine fill_pbuf_info(pbuf_info, pbuf, const_cname)
'wpthlp_mc_zt ','unset ',&
'WPTHLP_nadv ','unset ',&
'WPTHVP ','unset ',&
'WSEDL ','unset ',&
'WSEDL ','m/s ',&
'wstarPBL ','unset ',&
'ZM_DP ','unset ' /), (/2,100/))

Expand Down
3,310 changes: 0 additions & 3,310 deletions src/physics/cam/eddy_diff.F90

This file was deleted.

988 changes: 376 additions & 612 deletions src/physics/cam/eddy_diff_cam.F90

Large diffs are not rendered by default.

139 changes: 0 additions & 139 deletions src/physics/cam/pbl_utils.F90

This file was deleted.

Loading
Loading