Skip to content

Commit

Permalink
Revert an unnecessary change to pism_config.cdl
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Oct 29, 2021
1 parent d5f3a69 commit c764a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/mismip/check_taud_flowline/run_test.sh
Expand Up @@ -25,6 +25,7 @@ do
-i $of \
-no_mass \
-o $rf -o_order zyx -o_size big \
-output.sizes.big taud \
-ssa_dirichlet_bc \
-ssa_flow_law isothermal_glen \
-ssa_method fd \
Expand Down
2 changes: 1 addition & 1 deletion src/pism_config.cdl
Expand Up @@ -1850,7 +1850,7 @@ netcdf pism_config {
pism_config:output.size_option = "o_size";
pism_config:output.size_type = "keyword";

pism_config:output.sizes.big = "cts,liqfrac,temp,temp_pa,uvel,vvel,wvel,wvel_rel,taud";
pism_config:output.sizes.big = "cts,liqfrac,temp,temp_pa,uvel,vvel,wvel,wvel_rel";
pism_config:output.sizes.big_doc = "Comma-separated list of variables to write to the output (in addition to ``model_state`` variables and variables listed in :config:`output.sizes.medium` and :config:`output.sizes.big_2d`) if ``big`` output size is selected. Does not include fields written by sub-models.";
pism_config:output.sizes.big_type = "string";

Expand Down

0 comments on commit c764a41

Please sign in to comment.