-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of relative links to utils files
- Loading branch information
Liam Megill
committed
Nov 6, 2024
1 parent
b54a505
commit 9ee2d58
Showing
3 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
""" | ||
Calculates the contrail response. | ||
_author_: Liam Megill | ||
_email_: [email protected] | ||
""" | ||
|
||
__author__ = "Liam Megill" | ||
__email__ = "[email protected]" | ||
__license__ = "Apache License 2.0" | ||
|
||
|
||
import numpy as np | ||
import xarray as xr | ||
from openairclim.interpolate_time import apply_evolution | ||
|
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