-
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.
icepack_parameters: optionally compute 'dragio' from under-ice roughn…
…ess (#366) * icepack_parameters: optionally compute 'dragio' from under-ice roughness In some applications, we want the ice-ocean drag coefficient 'dragio' to be computed using an under-ice roughness length and the thickness of the first ocean level instead of imposing its value directly. Add a new boolean flag 'calc_dragio' and real parameters 'iceruf_ocn', 'thickness_ocn_layer1', where 'iceruf_ocn' is the under-ice roughness length, and 'thickness_ocn_layer1' is the thickness of the first ocean level, to module 'icepack_parameters'. With 'calc_dragio = .true.', compute the ice-ocean drag coefficient following [1]. Update the documentation accordingly. [1] https://doi.org/10.1002/2014JC010677 * Add 'calc_dragio' to namelist and add a test Add the 'calc_dragio' flag introduced in the previous commit to the Icepack namelist. Add a test for the new feature in the base_suite.
- Loading branch information
1 parent
37f2a17
commit a80472b
Showing
9 changed files
with
90 additions
and
13 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
calc_dragio = .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
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