Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -2138,6 +2138,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
2 changes: 1 addition & 1 deletion bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ 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"
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 @@ -1435,7 +1435,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 @@ -1599,7 +1599,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