Skip to content

Commit

Permalink
remove accidental commit of plot_config file and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Jan 7, 2025
1 parent b54e603 commit 850141b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion scm/doc/TechGuide/chap_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ generating multiple cases at once.
UFS_forcing_ensemble_generator.py [-h] -d DIR -n CASE_NAME
(-lonl LON_1 LON_2 -latl LAT_1 LAT_2 -nens NENSMEMBERS |
-lons [LON_LIST] -lats [LAT_LIST] |
-fxy [LON_LAT_FILE])
-fxy [LON_LAT_FILE] |
-tile [TILE_NUMBER] -is [I_INDEX_LIST] -js [J_INDEX_LIST])
[-dt TIMESTEP] [-cres C_RES] [-sdf SUITE] [-sc] [-near] [-fm] [-vm] [-wn] [-geos]
Mandatory arguments:
Expand All @@ -477,6 +478,8 @@ Mandatory arguments:
- ``--lon_list (-lons)`` AND ``--lat_list (-lats)``: longitude and latitude of cases

- ``--lonlat_file (fxy)``: file containing longitudes and latitudes

- ``--tile (-tile) `` AND ``--i_list (-is)`` AND ``--j_list (-js)``: tile, i- and j-indices of cases

Optional arguments:

Expand Down
12 changes: 6 additions & 6 deletions scm/etc/scripts/plot_configs/all_vars_test.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
scm_datasets = output_atomic_ERA5_Jan16T22Jan18T06_SCM_GFS_v16_no_nsst/output.nc, output_atomic_ERA5_Jan16T22Jan18T06_dephy_SCM_GFS_v16_no_nsst/output.nc,
scm_datasets_labels = GFSv16, GFSv16_dephy
plot_dir = plots_all_vars_no_nsst/
scm_datasets = output_gabls3_SCM_GFS_v15p2/output.nc, output_gabls3_noahmp_SCM_GFS_v15p2_noahmp/output.nc,
scm_datasets_labels = GFSv15p2, GFSv15p2-noahmp
plot_dir = plots_all_vars/
obs_file = ../data/comparison_data/gabls3_scm_cabauw_obs_v33.nc
obs_compare = False
obs_compare = True
plot_ind_datasets = True
time_series_resample = False

[time_slices]
[[total]]
start = 2020, 1, 16, 22
end = 2020, 1, 18, 07
start = 2006, 7, 1, 13
end = 2006, 7, 2, 12

[time_snapshots]

Expand Down

0 comments on commit 850141b

Please sign in to comment.