-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration files for long control simulations (#208)
* Allow using fv3atm model * Update diag_tables to have z500 * Update diag_tables for long runs * Update diag_tables * Fix monthly-mean entries in diat_tables * Add 40-day run configs * Remove unused variable * Add run configs for 2015 nudged runs * Add more configs * Add free-running simulation with analysis SST config * Fix T, u, v, ps nudged run config yaml * Update diag_table for free run * Add use_analysis_sst option * Update README
- Loading branch information
Oliver Watt-Meyer
authored
Mar 31, 2020
1 parent
fa73bb7
commit 5a5d8e4
Showing
10 changed files
with
516 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
kubernetes: | ||
docker_image: us.gcr.io/vcm-ml/fv3gfs-python:v0.3.1 | ||
memory_gb: 14 | ||
cpu_count: 24 | ||
fv3config: | ||
diag_table: diag_table_long_free | ||
experiment_name: free-40day | ||
initial_conditions: gfs_example | ||
namelist: | ||
atmos_model_nml: | ||
fhout: 1.0 | ||
fhmax: 10000 | ||
coupler_nml: | ||
current_date: | ||
- 2016 | ||
- 8 | ||
- 1 | ||
- 0 | ||
- 0 | ||
- 0 | ||
days: 5 | ||
minutes: 0 | ||
seconds: 0 | ||
dt_atmos: 900 # seconds | ||
dt_ocean: 900 # seconds | ||
fv_core_nml: | ||
layout: | ||
- 2 | ||
- 2 | ||
gfs_physics_nml: | ||
fhzero: 1.0 | ||
use_analysis_sst: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
kubernetes: | ||
docker_image: us.gcr.io/vcm-ml/fv3gfs-python:v0.3.1 | ||
memory_gb: 14 | ||
cpu_count: 24 | ||
fv3config: | ||
diag_table: diag_table_long_nudged | ||
experiment_name: nudged-40day | ||
initial_conditions: gfs_example | ||
namelist: | ||
atmos_model_nml: | ||
fhout: 1.0 | ||
fhmax: 10000 | ||
coupler_nml: | ||
current_date: | ||
- 2016 | ||
- 8 | ||
- 1 | ||
- 0 | ||
- 0 | ||
- 0 | ||
days: 5 | ||
minutes: 0 | ||
seconds: 0 | ||
dt_atmos: 900 # seconds | ||
dt_ocean: 900 # seconds | ||
fv_core_nml: | ||
nudge: true | ||
layout: | ||
- 2 | ||
- 2 | ||
gfs_physics_nml: | ||
fhzero: 1.0 | ||
use_analysis_sst: true | ||
fv_nwp_nudge_nml: | ||
add_bg_wind: false | ||
do_ps_bias: false | ||
ibtrack: true | ||
input_fname_list: nudging_file_list | ||
k_breed: 10 | ||
kbot_winds: 0 | ||
mask_fac: 0.2 | ||
nf_ps: 3 | ||
nf_t: 3 | ||
nudge_debug: true | ||
nudge_hght: false | ||
nudge_ps: true | ||
nudge_virt: true | ||
nudge_winds: true | ||
r_hi: 5.0 | ||
r_lo: 3.0 | ||
r_min: 225000.0 | ||
t_is_tv: false | ||
tau_hght: 86400.0 | ||
tau_ps: 86400.0 | ||
tau_virt: 86400.0 | ||
tau_vt_rad: 1.0 | ||
tau_vt_slp: 86400.0 | ||
tau_vt_wind: 86400.0 | ||
tau_winds: 86400.0 | ||
tc_mask: true | ||
time_varying: false | ||
track_file_name: No_File_specified | ||
use_high_top: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.