File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ developers:
21
21
22
22
Also, keep in mind that
23
23
24
- !!!note
25
-
24
+ !!! note
25
+
26
26
Julia artifacts are always entire folders, never single files!
27
27
28
28
### Julia artifacts and MPI
@@ -77,7 +77,7 @@ The `@clima_artifact` macro is executed at parse time when the argument is a
77
77
literal string (e.g., ` @clima_artifact("socrates") ` ), and at runtime when it is
78
78
a variable ` @clima_artifact(artifact_name) ` .
79
79
80
- !!!note
80
+ !!! note
81
81
82
82
`context` is a positional argument, not a keyword one. Calling
83
83
`@clima_artifact("socrates"; context)` will fail. (This is due to how Julia
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ non-conservative linear interpolation onto lat-long(-z) grids.
55
55
[ TempestRemap] ( https://github.com/ClimateGlobalChange/tempestremap ) to perform
56
56
conservative interpolation onto lat-long grids.
57
57
58
- !!!note
58
+ !!! note
59
59
60
60
At the moment, `TempestRegridder` *does not* support MPI/GPUs and can
61
61
only perform interpolation onto lat-long grids (not on z).
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ along each direction) and returns a `ClimaCore` `Field` defined on the
68
68
Currently, ` InterpolationsRegridder ` only supports spherical shells and extruded
69
69
spherical shells (but it could be easily extended to other domains).
70
70
71
- !!!note
71
+ !!! note
72
72
73
73
It is easy to change the spatial interpolation type if needed.
74
74
You can’t perform that action at this time.
0 commit comments