Skip to content

Commit

Permalink
Cleans up namelist xml file and removes double ICs
Browse files Browse the repository at this point in the history
  • Loading branch information
singhbalwinder committed Jul 5, 2024
1 parent 1808b37 commit 7d25044
Showing 1 changed file with 10 additions and 36 deletions.
46 changes: 10 additions & 36 deletions components/eamxx/cime_config/namelist_defaults_scream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ be lost if SCREAM_HACK_XML is not enabled.
<surf_mom_flux type="array(real)">0.0,0.0</surf_mom_flux>
<!-- Note: MAM4xx-ACI needs dry aerosol diameter (dgnum), currently set to aitken model nominal diameter, remove it once all of MAM4xx is integrated -->
<dgnum type="real" doc="Dry aerosol particles diameter in meters">2.6e-08</dgnum>
<bc_c1 type="real">0.0</bc_c1>
<bc_c1 type="real">0.0</bc_c1>
<bc_c3 type="real">0.0</bc_c3>
<bc_c4 type="real">0.0</bc_c4>
<dst_c1 type="real">0.0</dst_c1>
Expand All @@ -519,6 +519,15 @@ be lost if SCREAM_HACK_XML is not enabled.
<num_c2 type="real">0.0</num_c2>
<num_c3 type="real">0.0</num_c3>
<num_c4 type="real">0.0</num_c4>
<!-- Surface fluxes for the land model from MAM4xx wet scavenging-->
<wetdep_hydrophilic_bc type="real">1e-5</wetdep_hydrophilic_bc>
<drydep_hydrophilic_bc type="real">1e-5</drydep_hydrophilic_bc>
<wetdep_hydrophilic_oc type="real">1e-5</wetdep_hydrophilic_oc>
<drydep_hydrophilic_oc type="real">1e-5</drydep_hydrophilic_oc>
<wetdep_dust_bin1 type="real">1e-5</wetdep_dust_bin1>
<wetdep_dust_bin2 type="real">1e-5</wetdep_dust_bin2>
<wetdep_dust_bin3 type="real">1e-5</wetdep_dust_bin3>
<wetdep_dust_bin4 type="real">1e-5</wetdep_dust_bin4>
<!-- default ne1024 initial condition files do not have these, so init to zero here -->
<!-- TODO: delete this once we can tell the AD that some fields can be inited by procs -->
<qc hgrid="ne256np4|ne1024np4">0.0</qc>
Expand All @@ -534,41 +543,6 @@ be lost if SCREAM_HACK_XML is not enabled.
<perturbation_random_seed type="integer" doc="Random seed used for perturbation. Will be overridded by generate_perturbation_random_seed=true.">0</perturbation_random_seed>
<perturbation_limit type="real" doc="Defines a range [1-x, 1+x] which perturbation will be taken from.">0.001</perturbation_limit>
<perturbation_minimum_pressure type="real" doc="Minimum pressure (relative to a reference level pressure profile) for which perturbation will be applied.">900.0</perturbation_minimum_pressure>
<!-- Note: MAM4xx-Wetscav -->
<!-- <dgnum type="real" doc="Dry aerosol particles diameter in meters">2.6e-08</dgnum> -->
<bc_c1 type="real">0.0</bc_c1>
<bc_c3 type="real">0.0</bc_c3>
<bc_c4 type="real">0.0</bc_c4>
<dst_c1 type="real">0.0</dst_c1>
<dst_c3 type="real">0.0</dst_c3>
<so4_c1 type="real">0.0</so4_c1>
<so4_c2 type="real">0.0</so4_c2>
<so4_c3 type="real">0.0</so4_c3>
<pom_c1 type="real">0.0</pom_c1>
<pom_c3 type="real">0.0</pom_c3>
<pom_c4 type="real">0.0</pom_c4>
<soa_c1 type="real">0.0</soa_c1>
<soa_c2 type="real">0.0</soa_c2>
<soa_c3 type="real">0.0</soa_c3>
<nacl_c1 type="real">0.0</nacl_c1>
<nacl_c2 type="real">0.0</nacl_c2>
<nacl_c3 type="real">0.0</nacl_c3>
<mom_c1 type="real">0.0</mom_c1>
<mom_c2 type="real">0.0</mom_c2>
<mom_c3 type="real">0.0</mom_c3>
<mom_c4 type="real">0.0</mom_c4>
<num_c1 type="real">0.0</num_c1>
<num_c2 type="real">0.0</num_c2>
<num_c3 type="real">0.0</num_c3>
<num_c4 type="real">0.0</num_c4>
<wetdep_hydrophilic_bc type="real">1e-5</wetdep_hydrophilic_bc>
<drydep_hydrophilic_bc type="real">1e-5</drydep_hydrophilic_bc>
<wetdep_hydrophilic_oc type="real">1e-5</wetdep_hydrophilic_oc>
<drydep_hydrophilic_oc type="real">1e-5</drydep_hydrophilic_oc>
<wetdep_dust_bin1 type="real">1e-5</wetdep_dust_bin1>
<wetdep_dust_bin2 type="real">1e-5</wetdep_dust_bin2>
<wetdep_dust_bin3 type="real">1e-5</wetdep_dust_bin3>
<wetdep_dust_bin4 type="real">1e-5</wetdep_dust_bin4>
</initial_conditions>

<!-- List of yaml files containing I/O output specs -->
Expand Down

0 comments on commit 7d25044

Please sign in to comment.