-
Notifications
You must be signed in to change notification settings - Fork 247
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
update ww3 version with thread safe code changes #44
Comments
Code committed in pull request #56. Close issue. |
climbfuji
added a commit
to climbfuji/ufs-weather-model
that referenced
this issue
May 5, 2020
…_PHYSICS dtc/hwrf-physics: update README_HWRF_PHYSICS.txt
XiaSun-Atmos
pushed a commit
to XiaSun-Atmos/ufs-weather-model
that referenced
this issue
Aug 8, 2020
* github version of latest branch * some fixes to physics driver * adding import field of z0 surface roughness length and cplwav2atm flag for coupling wave to atm * removing 271.2 near line 1884 * minor update of atmos_model.F90 * updating GFS_typedef for includeing ras in ccpp, plus minor mod in physics driver * after merging with Jessica's wave update in fv3 * coupling with ww3 * after merging with fv3atm develop branch and updating for ras * FV3 updates for RAS MG3 SHOC so that IPD and CCPP reproduce in REPRO mode * updating mg driver, physics driver and typedef * updating gcm_shoc.f90 to turn on commented code in assumed pdf * constraing imported ice fraction in atmos_model.F90 * after merging with NOAA-EMC/fv3atm/develop * minor fix to atmos_model.F90 and IPD physics driver * updating .gitmodules * adding two couplrd suites * a bug fix in atmos_model.F90, added a logical frac_grid_off to enable reading fractional grid orography file and run as no fractional grid, and minor bug fix in physics driver related to the fractional grid - FV3GFS_io.F90 is modified to use lake fraction if it exists to distinguish lake from ocean * adding con_csol to GFS_typedefs.F90 and GFS_typedefs.meta for CCPP * Update long names of hydrometeors to match the ccpp-physics change * reverting white space changes in .gitmodules * adding ignore_lake flag to GFS_typedefs.F90 andFV3GFS_io.F90 to preserve the option used in current s2s benchmarks * settng the momentum, sensible and latent heat fluxes over land exported to the mediator set to large values and over 100% sea ice set to values imported from icemodel. The mask identifying the ocean points to the mediator is correted based on ocean fraction. Updates also include name changes for the ice fields as changed by Denise Worthen. Also added an ignore_lake option to the namelist * changing variable puny to epsln in atmos_model.F90 on Denise's recommendation * added a new namelist parameter, min_lake_height, with default value of 250m, changeable by user to give more generality * update gcycle * point atmos_cubed_sphere to NOAA-EMC repo and ccpp/physics to SMoorthi-EMC SM_Jan102020 branch * reverting definition of do_cnvgwd in GFS_typedefs.F90 * removed 3 lines from gcycle.F90, which I previously forgot to delete * fixing a bug in gcycle update * removing updating tsfco in gcycle when nsstr is on * updating .gitmodules to point to NCAR/ccpp-physics master branch Co-authored-by: Jessica.Meixner <[email protected]> Co-authored-by: Dom Heinzeller <[email protected]> Co-authored-by: Jun.Wang <[email protected]>
climbfuji
pushed a commit
to climbfuji/ufs-weather-model
that referenced
this issue
Nov 19, 2020
…leanup Unified UGWP wrapper PR around ufs-community#43
LarissaReames-NOAA
pushed a commit
to LarissaReames-NOAA/ufs-weather-model
that referenced
this issue
Oct 22, 2021
* add GFSv16 dzmin change * Add code changes in external_ic.F90 and fv_grid_tools.F90 for dev/jcsda, dycore PR ufs-community#35 Co-authored-by: Jun Wang <[email protected]> Co-authored-by: Dan Holdaway <[email protected]>
junwang-noaa
pushed a commit
that referenced
this issue
Dec 15, 2021
Updates CICE for the latest Consortium main. See CICE Issue #44 for a list of updates included. In particular, this PR will update the icepack submodule to include a fix which allows -init=snan,arrays to be used in debug mode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is found that WW3 threading is not working properly. The issue is resolved. WW3 repository will be updated and the ufs-weather-model needs to point to the updated WW3 repository.
The text was updated successfully, but these errors were encountered: