-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: davegill/SCRIPTS
base: master
head repository: wrf-model/SCRIPTS
compare: master
- 12 commits
- 400 files changed
- 1 contributor
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4bbd51e - Browse repository at this point
Copy the full SHA 4bbd51eView commit details -
Merge pull request #3 from kkeene44/boolean_warning
Python is updated to V3.8 for regression testing and now when running a WRF test, a warning message is printed out: /wrf/rd_l2_norm.py:11: DeprecationWarning: np.boolis a deprecated alias for the builtinbool. To silence this warning, use boolby itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.bool_ here. This is not an error, but may cause confusion for some. To remove this error, the file rd_l2_norm.py has been modified so the warning will be ignored.
Configuration menu - View commit details
-
Copy full SHA for d78ac8c - Browse repository at this point
Copy the full SHA d78ac8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b146d - Browse repository at this point
Copy the full SHA 42b146dView commit details -
Merge pull request #4 from kkeene44/update_script_v16
The new version16 build of the Docker container, which uses GNUv10, now displays different numbers for compiling options during WRF configuration. GNU options were previously 32 (serial), 33 (smpar), and 34 (dmpar). They are now 1, 2, and 3, respectfully. This requires a modification to script.csh to use the updated options. One command in script.csh used 'python3' and since the repository is updated to use python3.8, this command is updated to "python3.8."
Configuration menu - View commit details
-
Copy full SHA for 4fe003d - Browse repository at this point
Copy the full SHA 4fe003dView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cb7e42 - Browse repository at this point
Copy the full SHA 2cb7e42View commit details -
Merge pull request #1 from kkeene44/update_namelists_ghg_input
Add ghg_input=0 to namelists with non-compatible radiation options By default, ghg_input is turned on. This is only compatible with radiation options: CAM, RRTM, Dudhia, RRTMG, and RRTMG fast. There are several namelists in the regression tests that use other options and therefore the model is not able to run for those tests. All namelists that include non-compatible radiation options now include ghg_input=0 in the &physics record.
Configuration menu - View commit details
-
Copy full SHA for ae317fd - Browse repository at this point
Copy the full SHA ae317fdView commit details
Commits on Nov 15, 2023
-
Revert "add ghg_input=0 to namelists w/ non-compatible radiation," wh…
…ich is causing regtest fails This reverts commit 2cb7e42.
Configuration menu - View commit details
-
Copy full SHA for d193ebf - Browse repository at this point
Copy the full SHA d193ebfView commit details -
Merge pull request #2 from kkeene44/revert_ghg_input_nl_changes
Revert "add ghg_input=0 to namelists w/ non-compatible radiation,"
Configuration menu - View commit details
-
Copy full SHA for 35f81c3 - Browse repository at this point
Copy the full SHA 35f81c3View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4649b3f - Browse repository at this point
Copy the full SHA 4649b3fView commit details -
Merge pull request #3 from kkeene44/build.csh_config_numbers
modified configuration options (#s) in script.csh Reg-tests are failing (or rather aren't providing any pass/fail information) for all tests - there is no output provided for real.exe or wrf.exe. This was due to the configuration options (the numerical values) for the variable CONF_BUILD_NUM in script.csh. A while back they were changed to 1, 2, and 3, but they should be 32, 33, and 34. The script has been changed back to allow the reg-tests to work again.
Configuration menu - View commit details
-
Copy full SHA for 35d36d2 - Browse repository at this point
Copy the full SHA 35d36d2View commit details
Commits on Dec 12, 2023
-
Add ghg_input=0 to namelists with non-compatible radiation options
By default, ghg_input is turned on. This is only compatible with radiation options: CAM, RRTM, Dudhia, RRTMG, and RRTMG fast. There are several namelists in the regression tests that use other options and therefore the model is not able to run for those tests. All namelists that include non-compatible radiation options now include ghg_input=0 in the &physics record.
Configuration menu - View commit details
-
Copy full SHA for 22922ae - Browse repository at this point
Copy the full SHA 22922aeView commit details -
Merge pull request #4 from kkeene44/add_ghg_input_0_namelists
By default, ghg_input is turned on. This is only compatible with radiation options: CAM, RRTM, Dudhia, RRTMG, and RRTMG fast. There are several namelists in the regression tests that use other options and therefore the model is not able to run for those tests. All namelists that include non-compatible radiation options now include ghg_input=0 in the &physics record. This was committed previously, but due to some debugging, it had to be reverted. It is now being added again as a new commit.
Configuration menu - View commit details
-
Copy full SHA for 416918d - Browse repository at this point
Copy the full SHA 416918dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master