-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'singhbalwinder/atm/add-bc-pom-coarse-mode' (PR #416)
Add bc and pom in the coarse mode of the MAM3/MAM4 chem pkgs This commit adds BC and POM in the 3rd mode (coarse) of MAM3 and MAM4 chemistry packages. To run the model is this configuration, user has to configure the model using "rain_evap_to_coarse_aero" option. This option will act as a CPP directive where turning this on would add BC and POM into the coarse mode of MAM3 or MAM4 chemistry packages. Another option "mam_amicphys_optaa_out" is added to control the invocation of amicphys codes. This commit also fixes a bug in the chemistry preprocessor and a bug in RtmMod.F90 file. Fixes #484 [BFB] [NML] [FCC] AG-138
- Loading branch information
Showing
24 changed files
with
8,495 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
so4_a3 | ||
pom_a3 | ||
bc_a3 | ||
soa_a3 | ||
num_a3 | ||
ncl_a4 | ||
so4_a4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
so4_a3 | ||
pom_a3 | ||
bc_a3 | ||
soa_a3 | ||
num_a3 | ||
ncl_a4 | ||
so4_a4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.