Skip to content
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

[develop]: Remove shell workflow. #764

Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a295284
Bug fix with FIELD_TABLE_FN
danielabdi-noaa May 10, 2022
fd67251
Modify crontab management, use config_defaults.sh.
danielabdi-noaa May 10, 2022
6021cf3
Add status badge.
danielabdi-noaa May 16, 2022
5a2db4f
Update cheyenne crontab management.
danielabdi-noaa May 19, 2022
db96de1
source lmod-setup
danielabdi-noaa May 19, 2022
a63f913
Add main to set_predef_grid
danielabdi-noaa May 21, 2022
62ca154
Bug fix in predef_grid
danielabdi-noaa May 25, 2022
9d597c3
Don't import dead params.
danielabdi-noaa May 25, 2022
b992652
Fix bug in resetting VERBOSE
danielabdi-noaa May 26, 2022
2c1b2a4
Minor fix in INI config.
danielabdi-noaa May 27, 2022
1fd8557
Construct var_defns components from dictionary.
danielabdi-noaa May 26, 2022
e05e206
Allow also lower case variables to be exported.
danielabdi-noaa May 30, 2022
7d29801
Updates to python workflow due to PR #776
danielabdi-noaa May 24, 2022
47fe6eb
Use python versions of link_fix and set_FV3_sfc in job script.
danielabdi-noaa May 7, 2022
2d1790c
Use python versions of create_diag/model.
danielabdi-noaa Jun 2, 2022
b838969
Some fixes addressing Christina's suggestions.
danielabdi-noaa Jun 15, 2022
8b07fc3
Delete shell workflow
danielabdi-noaa Jun 2, 2022
b8d6c9c
Append pid to temp files.
danielabdi-noaa Jun 8, 2022
c9f04f7
Update scripts to work with the latest hashes of UFS_UTILS and UPP (#…
chan-hoo Jun 9, 2022
5f1d916
Remove -S option from link_fix call.
danielabdi-noaa Jun 16, 2022
9f88f60
Fixes due to merge
danielabdi-noaa Jun 27, 2022
9b30afd
Cosmoetic changes.
danielabdi-noaa Jul 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bug fix in predef_grid
  • Loading branch information
danielabdi-noaa committed Jul 14, 2022
commit 62ca1544f05729724c046ed2d789dc418b3fe7dd
35 changes: 0 additions & 35 deletions ush/predef_grid_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,41 +187,6 @@
#
#-----------------------------------------------------------------------
#
# The RRFS CONUS domain with ~13km cells.
#
#-----------------------------------------------------------------------
#
"RRFS_CONUS_13km":
GRID_GEN_METHOD: "ESGgrid"
ESGgrid_LON_CTR: -97.5
ESGgrid_LAT_CTR: 38.5
ESGgrid_DELX: 13000.0
ESGgrid_DELY: 13000.0
ESGgrid_NX: 396
ESGgrid_NY: 232
ESGgrid_PAZI: 0.0
ESGgrid_WIDE_HALO_WIDTH: 6
DT_ATMOS: 45
LAYOUT_X: 16
LAYOUT_Y: 10
BLOCKSIZE: 32
#if QUILTING = True
WRTCMP_write_groups: 1
WRTCMP_write_tasks_per_group: 10
WRTCMP_output_grid: "lambert_conformal"
WRTCMP_cen_lon: -97.5
WRTCMP_cen_lat: 38.5
WRTCMP_stdlat1: 38.5
WRTCMP_stdlat2: 38.5
WRTCMP_nx: 393
WRTCMP_ny: 225
WRTCMP_lon_lwr_left: -121.70231097
WRTCMP_lat_lwr_left: 22.57417972
WRTCMP_dx: 13000.0
WRTCMP_dy: 13000.0
#
#-----------------------------------------------------------------------
#
danielabdi-noaa marked this conversation as resolved.
Show resolved Hide resolved
# The RRFS CONUS domain with ~3km cells.
#
#-----------------------------------------------------------------------
Expand Down