-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement several dEdd fixes - update g/w0/tau calculation, get rid of use of puny - add missing g/w0/tau calculation after "aerosol in snow" calculation - fix bug in computation of modal_aero taer/waer/gaer, changed divide to multiple of rnilyr/rnslyr - refactor divides of rnilyr/rnslyr to multiplies of real(nilyr/nslyr) Generally changes answers for tr_aero * Update test suites, add modal test * Add set_nml.modal * Update icepack_shortwave.F90 with minor changes to implementation consistent with E3SM Icepack snicar upgrades This change is bit-for-bit for the full test suite on cheyenne.
- Loading branch information
Showing
5 changed files
with
77 additions
and
78 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,7 @@ | ||
tr_lvl = .true. | ||
tr_pond_topo = .false. | ||
tr_pond_lvl = .true. | ||
tr_aero = .true. | ||
modal_aero = .true. | ||
rfracmin = 0.15 | ||
rfracmax = 1.0 |
This file was deleted.
Oops, something went wrong.
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