File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed
Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ # ------------- Dataset Locations and Variables ---------------
2+
13figures_dir : ' figures/'
24glorys : ' /work/acr/mom6/diagnostics/glorys/glorys_sfc.nc'
35glorys_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+
1417domain : ocean_monthly
1518
1619# Lat/lon range
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 )
3538projection_grid : ' PlateCarree'
3639projection_data : ' PlateCarree'
3740
@@ -48,15 +51,10 @@ text_xint: 4 # This is unused if col=1, so it is only included for completeness
4851text_yint : 4
4952plot_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
6260levels_min : 2
@@ -71,10 +69,18 @@ bias_max_trends: 1.51
7169bias_step : 0.25
7270ticks : [-2, -1, 0, 1, 2]
7371
74- # SST Trends Settings
72+ # ---- sst_trends Settings
7573start_year : " 2005"
7674end_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
7985ssh_levels_min : -1.1
8086ssh_levels_max : .8
You can’t perform that action at this time.
0 commit comments