-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
202411 Release of FV3 Dynamical Core (#364)
* relase of FV3 Team development of dynamical core * update documentation and release notes
- Loading branch information
1 parent
970884a
commit 162fdc4
Showing
46 changed files
with
7,982 additions
and
6,102 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
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,20 @@ | ||
NOTE: these tracers are not specific ratios and so should not be mass-adjusted. | ||
To activate, add the following to your field_table: | ||
|
||
``` | ||
"TRACER", "atmos_mod", "w_diff" | ||
"longname", "w_diff" | ||
"units", "m/s" | ||
"adjust_mass", "false" | ||
"profile_type", "fixed", "surface_value=0" / | ||
"TRACER", "atmos_mod", "pbl_age" | ||
"longname", "Age of air from PBL" | ||
"units", "d" | ||
"adjust_mass", "false" | ||
"profile_type", "fixed", "surface_value=0." / | ||
"TRACER", "atmos_mod", "tro_pbl_age" | ||
"longname", "Age of air from tropical PBL" | ||
"units", "d" | ||
"adjust_mass", "false" | ||
"profile_type", "fixed", "surface_value=0." / | ||
``` |
Oops, something went wrong.