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

Add fields and fixes to dev/ufs-weather-model branch, as required by Coastal App #1291

Open
wants to merge 21 commits into
base: dev/ufs-weather-model
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a2fd06e
fix units and directions for netcdf gridded output
DeniseWorthen Jan 31, 2024
e8b3ef6
fix nuopc cap for radiation stress components
uturuncoglu Jul 15, 2024
f13050b
fix type in the radiation stress components
uturuncoglu Jul 22, 2024
5debd42
fix ww3 restart issue
uturuncoglu Jul 29, 2024
6064dfc
fix time axis in netcdf output files
DeniseWorthen Jul 31, 2024
58718d7
Merge remote-tracking branch 'origin/feature/fixnctime' into feature/…
DeniseWorthen Aug 2, 2024
1f52e1f
use new radstr routine to match history file values
DeniseWorthen Aug 5, 2024
e236af5
fixes and placeholders
DeniseWorthen Aug 5, 2024
213dc9c
additional fields, with notes
DeniseWorthen Aug 5, 2024
c40e603
add stokes, allow for fill value
DeniseWorthen Aug 6, 2024
e4be313
allow cesm to use history frequency of ussx,ussy
DeniseWorthen Aug 6, 2024
3ac08f4
Merge branch 'dev/ufs-weather-model' into feature/fixunits
DeniseWorthen Aug 6, 2024
7fc0c8d
Merge remote-tracking branch 'origin/feature/fixunits' into HEAD
DeniseWorthen Aug 6, 2024
95010ab
add bottom currents and fix rad stress tag
DeniseWorthen Aug 7, 2024
b9c70b2
add t0m1 and thm
DeniseWorthen Aug 8, 2024
bd72ace
add bt4 switch and taubbl exports
DeniseWorthen Aug 8, 2024
b8d0ff7
fix debug failure
DeniseWorthen Aug 8, 2024
6b229be
uncomment So_h
DeniseWorthen Aug 8, 2024
19f7a27
remove unused variables from wav_import_export
DeniseWorthen Aug 8, 2024
cb2e58b
Merge branch 'dev/ufs-weather-model' into feature/addflds4schism
DeniseWorthen Aug 10, 2024
1b78c31
Merge branch 'dev/ufs-weather-model' into feature/addflds4schism
DeniseWorthen Nov 14, 2024
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
1 change: 1 addition & 0 deletions model/bin/switch_meshcap_pdlib_bt4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NCO PDLIB SCOTCH NOGRB DIST MPI PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT4 DB1 MLIM FLD2 TR0 BS0 RWND WNX1 WNT1 CRX1 CRT1 O0 O1 O2 O3 O4 O5 O6 O7 O14 O15 IC0 IS0 REF0
1 change: 1 addition & 0 deletions model/src/w3iorsmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ SUBROUTINE W3IORS ( INXOUT, NDSR, DUMFPI, IMOD, FLRSTRT , filename)
TICE(1) = -1
TICE(2) = 0
TRHO(1) = -1
TRHO(2) = 0
TIC1(1) = -1
TIC1(2) = 0
TIC5(1) = -1
Expand Down
Loading
Loading