-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config file for BGC scripts, prevent -inf when taking log10, savi…
…ng regional figures in main figures dir
- Loading branch information
Utheri Wagura
authored and
Utheri Wagura
committed
Nov 14, 2024
1 parent
412bbb2
commit 6e9882b
Showing
3 changed files
with
38 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# ------------- Dataset Locations and Variables --------------- | ||
model_grid: '../data/geography/ocean_static.nc' | ||
|
||
# ------------ Domain and General Plotting Details -------------- | ||
|
||
# Xlim/ylim to plot | ||
x: | ||
min: -99 | ||
max: -35 | ||
|
||
y: | ||
min: 4 | ||
max: 59 | ||
|
||
# Projection ( current options are either NorthPolarStereo or PlateCarree ) | ||
projection_grid: 'PlateCarree' | ||
projection_data: 'PlateCarree' | ||
|
||
# Location of skill score annotations in plot | ||
text_x: -98.5 | ||
text_y: 54 | ||
|
||
# Space between skill score text | ||
text_xint: 4 # This is unused if col=1, so it is only included for completeness | ||
text_yint: 4 | ||
plot_lat: False | ||
|
||
# --------------- Script specific settings ----------------- | ||
# ---- chl_eval settings | ||
chl_satellite: '/work/acr/occci-v6.0/oc-cci_chl_19970901_20191130_climo.nc' | ||
chl_start: '1997-09-01' | ||
chl_end: '2019-11-30' | ||
chl_ticks: [-4, -2, -1, -0.5, -0.1, 0, 0.1, 0.5, 1, 2, 4] | ||
chl_ticks_labels: ['-4', '-2', '-0.5', '0', '0.5', '2', '4'] | ||
chl_cbar_ticks: [0.25, 0.5, 1, 2, 4, 8] |