Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jun 20, 2024
1 parent 4736410 commit 497f94c
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 11 deletions.
25 changes: 25 additions & 0 deletions config/longrun_configs/amip_target_topo_diagedmf_1m.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
FLOAT_TYPE: "Float32"
albedo_model: "CouplerAlbedo"
anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
dt: "120secs"
dt_cpl: 120
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
energy_check: false
hourly_checkpoint: true
hourly_checkpoint_dt: 720
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
precip_model: "1M"
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "90days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf_1m.toml"
turb_flux_partition: "CombinedStateFluxesMOST"
use_reference_state: false
24 changes: 24 additions & 0 deletions config/longrun_configs/amip_target_topo_diagedmf_atmos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
FLOAT_TYPE: "Float32"
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
dt: "120secs"
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
energy_check: false
hourly_checkpoint: true
hourly_checkpoint_dt: 720
netcdf_output_at_levels: true
output_default_diagnostics: true
start_date: "20100401"
surface_setup: "PrescribedSurface"
t_end: "10days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
turb_flux_partition: "CombinedStateFluxesMOST"
use_reference_state: false
diagnostics:
- short_name: [rsdt, rsut, rsds, rsus]
period: 1days
writer: h5
- short_name: [rsdt, rsut, rsds, rsus]
period: 1days
9 changes: 5 additions & 4 deletions config/longrun_configs/amip_target_topo_diagedmf_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
dt: "120secs"
dt_cpl: 120
dt_save_state_to_disk: "20days"
dt_save_to_sol: "10days"
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
energy_check: false
hourly_checkpoint: false
hourly_checkpoint: true
hourly_checkpoint_dt: 720
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "30days"
t_end: "120days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
Expand Down
24 changes: 24 additions & 0 deletions config/longrun_configs/amip_target_topo_diagedmf_ft64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
FLOAT_TYPE: "Float64"
albedo_model: "CouplerAlbedo"
anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
dt: "100secs"
dt_cpl: 100
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
energy_check: false
hourly_checkpoint: true
hourly_checkpoint_dt: 240
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "60days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
turb_flux_partition: "CombinedStateFluxesMOST"
use_reference_state: false
18 changes: 13 additions & 5 deletions config/longrun_configs/amip_target_topo_diagedmf_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@ anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
dt: "120secs"
dt_cpl: 120
dt_save_state_to_disk: "20days"
dt_save_to_sol: "10days"
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
energy_check: false
hourly_checkpoint: false
hourly_checkpoint: true
hourly_checkpoint_dt: 720
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
start_date: "20100101"
start_date: "20100709"
surface_setup: "PrescribedSurface"
t_end: "300days"
t_end: "30days"
topo_smoothing: true
topography: "Earth"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
turb_flux_partition: "CombinedStateFluxesMOST"
use_reference_state: false
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli]
period: 1days
- short_name: [rsdt, rsds, rlut, rsd, rsu, rld, rlu, hussfc, evspsbl, pr]
period: 1days
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
period: 1days
10 changes: 8 additions & 2 deletions toml/amip_target_topo_diagedmf.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[alpha_rayleigh_w]
value = 3.0
value = 10.0

[zd_rayleigh]
value = 35000.0

[alpha_rayleigh_uh]
value = 0.0

[precipitation_timescale]
value = 600

[entr_inv_tau]
value = 0.002

Expand All @@ -26,4 +29,7 @@ value = 0.6
value = 0

[max_area_limiter_scale]
value = 0
value = 0

[ocean_surface_albedo]
value = 0.06
29 changes: 29 additions & 0 deletions toml/amip_target_topo_diagedmf_1m.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[alpha_rayleigh_w]
value = 3.0

[zd_rayleigh]
value = 35000.0

[alpha_rayleigh_uh]
value = 0.0

[entr_inv_tau]
value = 0.002

[entr_coeff]
value = 0

[detr_inv_tau]
value = 0

[detr_buoy_coeff]
value = 0.12

[detr_vertdiv_coeff]
value = 0.6

[min_area_limiter_scale]
value = 0

[max_area_limiter_scale]
value = 0

0 comments on commit 497f94c

Please sign in to comment.