Skip to content

Commit

Permalink
fix diagnostics in some model configs
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 14, 2024
1 parent 8cd2581 commit df16856
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config/default_configs/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ reference_job_id:
help: |-
Identifier of job to use as the "reference" solution in the quicklook plot; the current job's results get compared to the results of the quicklook job on the main branch
value: ~
post_process:
help: "Post process [`true` (default), `false`]"
value: true
vert_diff:
help: "Vertical diffusion [`false` (default), `VerticalDiffusion`, `true` (defaults to `VerticalDiffusion`)]"
value: "false"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_amip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ job_id: "longrun_aquaplanet_amip"
toml: [toml/longrun_aquaplanet_amip.toml]
output_default_diagnostics: false
diagnostics:
- short_name: [ts, ta, theta, ha, pfull, rho, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu, rsdcs, rsucs, rldcs, rlucs]
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu, rsdcs, rsucs, rldcs, rlucs]
reduction_time: average
period: 1days
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ job_id: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M.toml]
output_default_diagnostics: false
diagnostics:
- short_name: [ts, ta, theta, ha, pfull, rho, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu, rsdcs, rsucs, rldcs, rlucs]
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu]
reduction_time: average
period: 1days
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job_id: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_diffonly_0M"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M.toml]
output_default_diagnostics: false
diagnostics:
- short_name: [ts, ta, theta, ha, pfull, rho, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu, rsdcs, rsucs, rldcs, rlucs]
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, rsd, rsu, rld, rlu]
reduction_time: average
period: 1days
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/test_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ t_end: "2hours"
job_id: "test_io"
dt_save_to_sol: "1hours"
dt_save_state_to_disk: "1hours"
post_process: false
1 change: 0 additions & 1 deletion config/model_configs/test_mpi_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ job_id: "test_mpi_io"
t_end: "2hours"
dt_save_to_sol: "1hours"
dt_save_state_to_disk: "1hours"
post_process: false
1 change: 0 additions & 1 deletion config/perf_configs/flame_perf_target_edmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply_limiter: false
dt_save_state_to_disk: "10secs"
precip_model: ~
turbconv: "edmf"
post_process: false
FLOAT_TYPE: "Float64"
job_id: "flame_perf_target_edmf"
z_stretch: false

0 comments on commit df16856

Please sign in to comment.