forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dEdd implementation (CICE-Consortium#760)
* Update dEdd implementation - Update Icepack with several fixes (changes answers for tr_aero) - Update bgc aerosol table to higher precision - Add modal aerosol tests - Update test suites * Update Icepack including dEdd fixes
- Loading branch information
Showing
8 changed files
with
145 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
nilyr = 7 | ||
nslyr = 1 | ||
ncat = 5 | ||
nblyr = 7 | ||
n_aero = 0 | ||
n_zaero = 3 | ||
n_algae = 3 | ||
n_doc = 2 | ||
n_dic = 0 | ||
n_don = 1 | ||
n_fed = 1 | ||
n_fep = 1 | ||
ice_ic = 'none' | ||
tr_brine = .true. | ||
tr_zaero = .true. | ||
z_tracers = .true. | ||
solve_zbgc = .true. | ||
scale_bgc = .true. | ||
bgc_data_type = 'default' | ||
tr_bgc_Nit = .true. | ||
tr_bgc_C = .true. | ||
tr_bgc_Am = .true. | ||
tr_bgc_Sil = .true. | ||
tr_bgc_DMS = .true. | ||
tr_bgc_PON = .true. | ||
tr_bgc_hum = .true. | ||
tr_bgc_DON = .true. | ||
tr_bgc_Fe = .true. | ||
modal_aero = .true. | ||
# dEdd_algae = .true. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
shortwave = 'dEdd' | ||
tr_aero = .true. | ||
modal_aero = .true. | ||
|
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
Oops, something went wrong.