Skip to content

Commit 850141b

Browse files
committed
remove accidental commit of plot_config file and update docs
1 parent b54e603 commit 850141b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

scm/doc/TechGuide/chap_cases.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ generating multiple cases at once.
460460
UFS_forcing_ensemble_generator.py [-h] -d DIR -n CASE_NAME
461461
(-lonl LON_1 LON_2 -latl LAT_1 LAT_2 -nens NENSMEMBERS |
462462
-lons [LON_LIST] -lats [LAT_LIST] |
463-
-fxy [LON_LAT_FILE])
463+
-fxy [LON_LAT_FILE] |
464+
-tile [TILE_NUMBER] -is [I_INDEX_LIST] -js [J_INDEX_LIST])
464465
[-dt TIMESTEP] [-cres C_RES] [-sdf SUITE] [-sc] [-near] [-fm] [-vm] [-wn] [-geos]
465466
466467
Mandatory arguments:
@@ -477,6 +478,8 @@ Mandatory arguments:
477478
- ``--lon_list (-lons)`` AND ``--lat_list (-lats)``: longitude and latitude of cases
478479

479480
- ``--lonlat_file (fxy)``: file containing longitudes and latitudes
481+
482+
- ``--tile (-tile) `` AND ``--i_list (-is)`` AND ``--j_list (-js)``: tile, i- and j-indices of cases
480483

481484
Optional arguments:
482485

scm/etc/scripts/plot_configs/all_vars_test.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
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,
2-
scm_datasets_labels = GFSv16, GFSv16_dephy
3-
plot_dir = plots_all_vars_no_nsst/
1+
scm_datasets = output_gabls3_SCM_GFS_v15p2/output.nc, output_gabls3_noahmp_SCM_GFS_v15p2_noahmp/output.nc,
2+
scm_datasets_labels = GFSv15p2, GFSv15p2-noahmp
3+
plot_dir = plots_all_vars/
44
obs_file = ../data/comparison_data/gabls3_scm_cabauw_obs_v33.nc
5-
obs_compare = False
5+
obs_compare = True
66
plot_ind_datasets = True
77
time_series_resample = False
88

99
[time_slices]
1010
[[total]]
11-
start = 2020, 1, 16, 22
12-
end = 2020, 1, 18, 07
11+
start = 2006, 7, 1, 13
12+
end = 2006, 7, 2, 12
1313

1414
[time_snapshots]
1515

0 commit comments

Comments
 (0)