|
1 | 1 | FLOAT_TYPE: "Float32" |
2 | 2 | albedo_model: "CouplerAlbedo" |
3 | 3 | atmos_config_file: "config/atmos_configs/climaatmos_wx_diagedmf.yml" |
4 | | -coupler_toml: ["toml/amip_diagedmf.toml"] |
| 4 | +coupler_toml: ["toml/wxquest_diagedmf.toml"] |
| 5 | +strict_params: false |
| 6 | +mode_name: "subseasonal" |
| 7 | +era5_initial_condition_dir: "/glade/campaign/univ/ucit0011/cchristo/wxquest_data/initial_conditions/initial_conditions_v1_dev" |
| 8 | +# era5_initial_condition_dir: "/net/sampo/data1/wxquest_data/initial_conditions/initial_conditions_v1_dev2" |
5 | 9 | initial_condition: "WeatherModel" |
6 | 10 | checkpoint_dt: "7days" |
7 | 11 | dt: "120secs" |
8 | 12 | dt_cpl: "120secs" |
9 | | -dt_cloud_fraction: "1hours" |
10 | | -dt_rad: "1hours" |
| 13 | +dt_seaice: "120secs" |
11 | 14 | energy_check: false |
12 | | -h_elem: 16 |
| 15 | +h_elem: 32 |
13 | 16 | land_fraction_source: "era5" |
14 | 17 | binary_area_fraction: false |
15 | | -mode_name: "subseasonal" |
16 | | -era5_initial_condition_dir: "/net/sampo/data1/wxquest_data/initial_conditions" |
17 | | -land_model: "bucket" |
18 | | -bucket_albedo_type: "map_temporal" |
| 18 | + |
| 19 | +### gravity waves |
| 20 | +orographic_gravity_wave: "raw_topo" |
| 21 | +non_orographic_gravity_wave: true |
| 22 | + |
| 23 | +### integrated land ### |
| 24 | +land_model: "integrated" |
| 25 | + |
| 26 | +### bucket land ### |
| 27 | +# land_model: "bucket" |
| 28 | +# bucket_albedo_type: "map_temporal" |
| 29 | +# bucket_albedo_type: "era5" |
| 30 | +# bucket_initial_condition: "/net/sampo/data1/cchristo/WeatherQuest_data/archive_dev4/era5_bucket_processed_20250831_0000.nc" |
| 31 | + |
19 | 32 | land_spun_up_ic: false |
20 | 33 | land_temperature_anomaly: "nothing" |
21 | 34 | radiation_reset_rng_seed: true |
22 | | -start_date: "20180901" |
| 35 | +# start_date: "19750101" |
| 36 | +start_date: "20230115" |
23 | 37 | surface_setup: "PrescribedSurface" |
24 | 38 | topo_smoothing: true |
25 | 39 | topography: "Earth" |
| 40 | +t_end: "8days" |
26 | 41 | netcdf_output_at_levels: true |
27 | 42 | output_default_diagnostics: false |
28 | 43 | use_coupler_diagnostics: false |
29 | 44 | use_land_diagnostics: false |
30 | | -strict_params: false |
31 | | -insolation: "timevarying" |
32 | 45 | extra_atmos_diagnostics: |
33 | | - - short_name: [hfls, hfss, rsus, rlus] |
34 | | - period: 1months |
| 46 | + - short_name: [tas, pr, mslp] |
| 47 | + period: 1days |
35 | 48 | reduction_time: average |
| 49 | + # - short_name: [tas, ts, pr, mslp, ta, hus, hur, zg, orog, pfull, ua, va, wa, waup] |
| 50 | + # period: 1days |
| 51 | + # reduction_time: average |
| 52 | + # - short_name: [hfss, hfls, evspsbl] |
| 53 | + # period: 1days |
| 54 | + # reduction_time: average |
| 55 | + ############### |
| 56 | + # - short_name: [tas, ts, pr, mslp, ta, hus, hur, zg, orog, pfull, ua, va, wa, waup] |
| 57 | + # period: 24hours |
| 58 | + # reduction_time: average |
| 59 | + # - short_name: [hfss, hfls, evspsbl] |
| 60 | + # period: 24hours |
| 61 | + # reduction_time: average |
| 62 | + # - short_name: [tas, ts, pr, mslp, ta, hus, hur, zg, orog, pfull, ua, va, wa, waup] |
| 63 | + # period: 24hours |
| 64 | + # reduction_time: average |
| 65 | + # - short_name: [zg, orog, tas, ta, mslp, pr, ua, va, ts, rhoa, pfull, hur, hus, clw, cl, hfss, hfls, evspsbl, hussfc, rsds, rlds, rlus, rsus, rld, wa, waup] |
| 66 | + # period: 24hours |
| 67 | + # reduction_time: inst |
| 68 | +# extra_atmos_diagnostics: |
| 69 | +# - short_name: [zg, orog, tas, ta, mslp, pr, ua, va, ts, rhoa, pfull, hur, hus, clw, cli, clivi, clwvi, cl, arup, tke, hfss, hfls, evspsbl, hussfc, rsds, rlds, rlus, rsus, rld, wa, waup] |
| 70 | +# period: 3hours |
| 71 | +# reduction_time: average |
0 commit comments