-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NML changes for HRRR_gf and GFS_v17_p8_ugwpv1 #500
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2c81c84
Update hera module for rocky8, remove shell setup scripts
9da57a8
update spack versio
936b893
add files for 2 MOSAiC cases from Amy Solomon
ce1c106
Merge branch 'NCAR:main' into add_MOSAic_case
hertneky 1aed401
Merge branch 'main' into dephy_conversion
grantfirl dd673f2
add dephy_converter.py
grantfirl 636450a
Merge branch 'main' into dephy_conversion
grantfirl 19aea49
working version (at least for bomex)
grantfirl b25af21
only add vertical advective forcing if forc_w or forc_wap are not on
grantfirl cc937f5
add surface variables and updated case_config namelists
grantfirl 298b59b
Merge branch 'main' into dephy_conversion
grantfirl 3ba2954
add COMBLE case configuration and changes to scm_input.F90 to work wi…
grantfirl 48d180e
Merge branch 'add_MOSAic_case' into dephy_conversion
grantfirl 7eae638
update and convert MOSAiC cases to DEPHY format; allow both surfacefo…
grantfirl 6e449c5
add new cases to rt_test_cases.py
grantfirl 684448d
update get_all_static_data.sh script to grab v7.0.0-beta release asse…
grantfirl 6e1b78f
add vegtype_frac and soiltype_frac to UFS_case_gen and SCM input for …
grantfirl 98d9791
update namelists for HRRR_gf and GFS_v17_p8_ugwpv1 suites
grantfirl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
$case_config | ||
case_name = 'COMBLE', | ||
input_type = 1 | ||
lsm_ics = .false., | ||
do_spinup = .false., | ||
spinup_timesteps = 0, | ||
reference_profile_choice = 2, | ||
column_area = 1.45E8, | ||
$end |
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
$case_config | ||
case_name = 'LASSO_2016051812', | ||
runtime = 54000, | ||
thermo_forcing_type = 2, | ||
mom_forcing_type = 3, | ||
relax_time = 7200.0, | ||
sfc_flux_spec = .true., | ||
sfc_roughness_length_cm = 10.0 | ||
sfc_type = 1, | ||
reference_profile_choice = 2, | ||
year = 2016, | ||
month = 5, | ||
day = 18, | ||
hour = 12, | ||
column_area = 2.0E9, | ||
$end | ||
&case_config | ||
case_name = 'LASSO_2016051812' | ||
column_area = 2000000000.0 | ||
input_type = 1 | ||
reference_profile_choice = 2 | ||
sfc_roughness_length_cm = 10.0 | ||
/ |
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
$case_config | ||
case_name = 'LASSO_2016051812_MSDA', | ||
runtime = 54000, | ||
thermo_forcing_type = 2, | ||
mom_forcing_type = 3, | ||
relax_time = 7200.0, | ||
sfc_flux_spec = .true., | ||
sfc_roughness_length_cm = 10.0 | ||
sfc_type = 1, | ||
reference_profile_choice = 2, | ||
year = 2016, | ||
month = 5, | ||
day = 18, | ||
hour = 12, | ||
column_area = 2.0E9, | ||
$end | ||
&case_config | ||
case_name = 'LASSO_2016051812_MSDA' | ||
column_area = 2000000000.0 | ||
input_type = 1 | ||
reference_profile_choice = 2 | ||
sfc_roughness_length_cm = 10.0 | ||
/ |
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
$case_config | ||
case_name = 'LASSO_2016051812_VARA', | ||
runtime = 54000, | ||
thermo_forcing_type = 2, | ||
mom_forcing_type = 3, | ||
relax_time = 7200.0, | ||
sfc_flux_spec = .true., | ||
sfc_roughness_length_cm = 10.0 | ||
sfc_type = 1, | ||
reference_profile_choice = 2, | ||
year = 2016, | ||
month = 5, | ||
day = 18, | ||
hour = 12, | ||
column_area = 2.0E9, | ||
$end | ||
&case_config | ||
case_name = 'LASSO_2016051812_VARA' | ||
column_area = 2000000000.0 | ||
input_type = 1 | ||
reference_profile_choice = 2 | ||
sfc_roughness_length_cm = 10.0 | ||
/ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI. When I added this nml, I followed the coupled simulation, https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/rt.conf#L29, which is what I thought was the HR4 target, not the control_p8_ugwpv1 test.
Hence the differences here are not isolated to recent GWD updates.