Skip to content

Commit

Permalink
Merge pull request #1011 from fvitt/zz_cam6_3_018_mosaic_externals
Browse files Browse the repository at this point in the history
MOSAIC branch externals
  • Loading branch information
fvitt authored Apr 18, 2024
2 parents b7d115e + 639a90e commit 4954e5d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ local_path = components/cice
required = True

[cime]
tag = cime5.8.48
tag = cime5.8.32.9
protocol = git
repo_url = https://github.com/ESMCI/cime
local_path = cime
required = True

[cism]
tag = cism2_1_69
tag = cism2_1_69_b
protocol = git
repo_url = https://github.com/ESCOMP/cism-wrapper
local_path = components/cism
Expand Down
18 changes: 9 additions & 9 deletions Externals_CAM.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
[chem_proc]
local_path = chem_proc
protocol = svn
repo_url = https://svn-ccsm-models.cgd.ucar.edu/tools/proc_atm/chem_proc/release_tags
protocol = git
repo_url = https://github.com/ESCOMP/CHEM_PREPROCESSOR.git
tag = chem_proc5_0_04
required = True

[carma]
local_path = src/physics/carma/base
protocol = svn
repo_url = https://svn-ccsm-models.cgd.ucar.edu/carma/release_tags
tag = carma3_49_rel
protocol = git
repo_url = https://github.com/ESCOMP/CARMA_base.git
tag = carma3_49
required = True

[cosp2]
local_path = src/physics/cosp2/src
protocol = svn
repo_url = https://github.com/CFMIP/COSPv2.0/tags/
tag = v2.1.4cesm/src
protocol = git
repo_url = https://github.com/CFMIP/COSPv2.0
sparse = ../.cosp_sparse_checkout
tag = v2.1.4cesm
required = True

[clubb]
Expand Down Expand Up @@ -64,4 +65,3 @@ required = True

[externals_description]
schema_version = 1.0.0

9 changes: 4 additions & 5 deletions bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -920,12 +920,12 @@ if ($aer_model eq 'mam' ) {
my @mode_spec_src;
my %modal_groups;
my %modal_species;

# MOSAIC (dsj)
my $mosaic = $cfg->get('mosaic');
if ($mosaic) {
if ($aero_modes eq '4mode' ) {
my %modal_species = ( 'so4'=>'sulfate',
%modal_species = ( 'so4'=>'sulfate',
'no3'=>'nitrate',
'nh4'=>'ammonium',
'pom'=>'p-organic',
Expand All @@ -942,15 +942,14 @@ if ($aer_model eq 'mam' ) {
}
}
else {
my %modal_species = ( 'so4'=>'sulfate',
%modal_species = ( 'so4'=>'sulfate',
'nh4'=>'ammonium',
'pom'=>'p-organic',
'soa'=>'s-organic',
'bc' =>'black-c',
'dst'=>'dust',
'ncl'=>'seasalt' );
}


if ($aero_modes eq '3mode' ) {
# MAM rad_climate settings. The externally mixed quantities in the modal aerosol
Expand Down Expand Up @@ -2814,7 +2813,7 @@ if ($waccmx) {
add_default($nl,'oplus_ring_polar_filter');
}

# Chemistry options
# Chemistry options
# MOSAIC (dsj)
my $mosaic = $cfg->get('mosaic');
if ($mosaic) {
Expand Down
1 change: 1 addition & 0 deletions src/physics/cosp2/.cosp_sparse_checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/

0 comments on commit 4954e5d

Please sign in to comment.