Skip to content

Commit

Permalink
testing CESM3_SLH using cam_cesm2_2_rel_09_slh
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPedroFernandez committed Oct 1, 2024
1 parent 535c5a0 commit 3f96c04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -620,13 +620,21 @@ if ($chem) {
# Dry Deposition -- The responsibility for dry deposition is shared between CAM and CLM.
# The namelist is read by a driver module, seq_drydep_mod, and the information is shared
# between CAM and CLM by use association of that module.
add_default($nl, 'drydep_method');

# rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh
# add_default($nl, 'drydep_method');
# rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh

# drydep_srf_file is only needed for prognostic MAM when the grid is unstructured.
# structured grids can do interpolation on the fly.
if ($chem =~ /_mam/ and ($dyn =~ /se/ or $dyn =~ /fv3/)) {
add_default($nl, 'drydep_srf_file');
}

# rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh
add_default($nl, 'dep_data_file');
# rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh

}

# Initial conditions
Expand Down

0 comments on commit 3f96c04

Please sign in to comment.