Skip to content

Commit 9aa885d

Browse files
uwaguraUtheri Wagura
andauthored
Regrouped yaml entries for clarity and improved commenting (NOAA-GFDL#106)
Co-authored-by: Utheri Wagura <Utheri.Wagura@an005.princeton.rdhpcs.noaa.gov>
1 parent c313f29 commit 9aa885d

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

diagnostics/physics/config.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ------------- Dataset Locations and Variables ---------------
2+
13
figures_dir: 'figures/'
24
glorys: '/work/acr/mom6/diagnostics/glorys/glorys_sfc.nc'
35
glorys_zos: '/work/acr/glorys/GLOBAL_MULTIYEAR_PHY_001_030/monthly/glorys_monthly_z_fine_*.nc'
@@ -10,7 +12,8 @@ rename_map:
1012
geolon_c: lon_b
1113
geolat_c: lat_b
1214

13-
# Domain and plotting details
15+
# ------------ Domain and General Plotting Details --------------
16+
1417
domain: ocean_monthly
1518

1619
# Lat/lon range
@@ -31,7 +34,7 @@ y:
3134
min: 4
3235
max: 59
3336

34-
# Projection ( current options are either NorthPolarStereo for the arctic, or PlateCarree for all other domains
37+
# Projection ( current options are either NorthPolarStereo or PlateCarree )
3538
projection_grid: 'PlateCarree'
3639
projection_data: 'PlateCarree'
3740

@@ -48,15 +51,10 @@ text_xint: 4 # This is unused if col=1, so it is only included for completeness
4851
text_yint: 4
4952
plot_lat: False
5053

51-
# SST_eval settings
52-
oisst: '/work/acr/oisstv2/'
54+
# --------------- Script specific settings -----------------
5355

54-
# SSS_eval settigns
55-
rcdir: '/net2/acr/regional_climatologies/'
56-
rc_vars:
57-
- swa
58-
- gom
59-
- nwa
56+
# ---- sst_eval settings
57+
oisst: '/work/acr/oisstv2/'
6058

6159
# Colorbar for sst plots
6260
levels_min: 2
@@ -71,10 +69,18 @@ bias_max_trends: 1.51
7169
bias_step: 0.25
7270
ticks: [-2, -1, 0, 1, 2]
7371

74-
# SST Trends Settings
72+
# ---- sst_trends Settings
7573
start_year: "2005"
7674
end_year: "2019"
7775

76+
# ---- sss_eval settings
77+
rcdir: '/net2/acr/regional_climatologies/'
78+
rc_vars:
79+
- swa
80+
- gom
81+
- nwa
82+
83+
# ---- ssh_eval settings
7884
# Colorbar for ssh plots
7985
ssh_levels_min: -1.1
8086
ssh_levels_max: .8

0 commit comments

Comments
 (0)