-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements CCPP-ized tropopause_find (#293)
Companion PR: ESCOMP/atmospheric_physics#112 Note: I think I brought in more changes than necessary in `ncar_ccpp` due to the my `atmospheric_physics` branch being based off `development` rather than the released used in CAM-SIMA. I can do a rebase if necessary... ## Changes made to support CCPP-ized tropopause_find * Copied utility module `interpolate_data.F90` from CAM * Added utility module `tropopause_read_file.F90` to provide climatological tropopause data to tropopause_find from CAM-SIMA * `&tropopause_nl tropopause_climo_file` is read from `tropopause_read_file.F90` inside SIMA and not in the parameterization, to avoid passing this file name back and forth between the parameterization to CAM-SIMA * Adds `get_curr_calday()` result to new standard name variable `fractional_calendar_days_on_end_of_current_timestep` * Submodule update (possibly need a rebase?) I recommend manually merging in the history PR for testing. It might be easier to merge my branch (`jimmielin:hplin/tropopause_find`) into `peverwhee:history_court`.
- Loading branch information
Showing
10 changed files
with
1,551 additions
and
5 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
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
Submodule ncar_ccpp
updated
29 files
Oops, something went wrong.