Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d8c5143
feat: unified wrf/wrf-chem model_mod
hkershaw-brown Sep 26, 2024
e5d0c09
removed duplicate WRF_BC, WRF_DART_untiliies
hkershaw-brown Sep 26, 2024
0f6a771
default qtys up to date with main
hkershaw-brown Sep 26, 2024
625b639
Merge branch 'main' into wrf-unified
hkershaw-brown Oct 11, 2024
2ea9d16
Merge branch 'main' into wrf-unified
hkershaw-brown Oct 24, 2024
bdbd412
Merge branch 'main' into wrf-unified
hkershaw-brown Nov 12, 2024
5dcddc0
Merge branch 'main' into wrf-unified
hkershaw-brown Dec 9, 2024
63ac77d
Merge branch 'main' into wrf-unified
hkershaw-brown Jan 9, 2025
64cff2d
Merge branch 'main' into wrf-unified
hkershaw-brown Jan 24, 2025
f3adcb0
Merge branch 'main' into wrf-unified
hkershaw-brown Feb 3, 2025
9e82160
remove runme_filter script
hkershaw-brown Feb 3, 2025
3ceae60
Merge branch 'main' into wrf-unified
hkershaw-brown Feb 6, 2025
d00a9c8
Merge branch 'main' into wrf-unified
hkershaw-brown Mar 19, 2025
75cd497
Merge branch 'main' into wrf-unified
hkershaw-brown Mar 31, 2025
402bc03
Merge branch 'main' into wrf-unified
hkershaw-brown Apr 23, 2025
8377313
Merge branch 'main' into wrf-unified
hkershaw-brown May 21, 2025
e6ecdf5
Merge branch 'main' into wrf-unified
hkershaw-brown Jun 9, 2025
98fac77
fix typo
hkershaw-brown Jun 10, 2025
349821e
update namelist documentation
hkershaw-brown Jun 10, 2025
d1feab1
model_mod.nml to match namelist
hkershaw-brown Jun 10, 2025
809ba1f
Merge branch 'main' into wrf-unified
hkershaw-brown Jul 7, 2025
dd738dc
Merge branch 'main' into wrf-unified
hkershaw-brown Aug 11, 2025
182352c
Merge branch 'main' into wrf-unified
hkershaw-brown Aug 19, 2025
1902e56
Merge branch 'main' into wrf-unified
hkershaw-brown Aug 28, 2025
f8cd1fe
Merge branch 'main' into wrf-unified
hkershaw-brown Aug 28, 2025
9091f62
file read for chemistry seperate file
hkershaw-brown Nov 10, 2025
8e2f685
chore: remove experiments from exclude, directory does not exist
hkershaw-brown Nov 26, 2025
a9f304c
Merge branch 'main' into wrf-unified
hkershaw-brown Nov 26, 2025
2fb81bc
doc: wrf-unifed namelist
hkershaw-brown Nov 26, 2025
c2ae926
fix: corner passed to model_pressure_s
hkershaw-brown Nov 26, 2025
ca99a46
fix: QTY_VAPOR_MIXING_RATIO is 3d, not a 2d field
hkershaw-brown Nov 26, 2025
e09693e
fix: surface_pressure_interpolate
hkershaw-brown Nov 27, 2025
c625c2a
fix: set level below for vertislevel
hkershaw-brown Nov 27, 2025
13dec7c
fix: 10m winds use wind_interpolate
hkershaw-brown Dec 1, 2025
120fde8
fix: set level below for vertisurface, vertiundef
hkershaw-brown Dec 2, 2025
fe245f2
feat: landmask interpolate
hkershaw-brown Dec 2, 2025
682e92b
fix: move surface check to before checking if qty is in the state
hkershaw-brown Dec 2, 2025
a85bba3
fix: interpolation for qty_specific_humidity
hkershaw-brown Dec 2, 2025
41563dd
fix: bounds check for DENSITY
hkershaw-brown Dec 3, 2025
30ebb1e
use k1 only if vertissurface
hkershaw-brown Dec 3, 2025
de9d3f8
comment: qty_temperature is not in the state so use qty_potential_tem…
hkershaw-brown Dec 3, 2025
fe5402f
fix: units for cloudwater_de, cloud_ice_de
hkershaw-brown Dec 3, 2025
f0b6776
feat: model_interpolate option to fail if surface obs is too far away…
hkershaw-brown Dec 3, 2025
c8b7929
Merge branch 'main' into wrf-unified
hkershaw-brown Dec 4, 2025
26f387a
Merge branch 'main' into wrf-unified
hkershaw-brown Jan 7, 2026
d54ef34
fix-bitwise: vertical conversion of obs vertical then horiz interp
hkershaw-brown Jan 12, 2026
862151c
fix-bitwise: need to check for vertical localization
hkershaw-brown Jan 13, 2026
d6b4293
initialize to false for found_in_domain
hkershaw-brown Jan 14, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
!
! QTY_2M_SPECIFIC_HUMIDITY
! QTY_2M_TEMPERATURE
! QTY_2M_POTENTIAL_TEMPERATURE
! QTY_10M_U_WIND_COMPONENT
! QTY_10M_V_WIND_COMPONENT
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
! QTY_2D_PARAMETER
! QTY_2M_SPECIFIC_HUMIDITY
! QTY_2M_TEMPERATURE
! QTY_2M_POTENTIAL_TEMPERATURE
! QTY_2M_VAPOR_MIXING_RATIO
! QTY_3D_PARAMETER
! QTY_ABSOLUTE_HUMIDITY
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ References
models/wrf/readme
models/wrf/WRF_DART_utilities/replace_wrf_fields
models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess
models/wrf_unified/readme
models/utilities/default_model_mod


Expand Down
1 change: 1 addition & 0 deletions models/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ DART supported models:
- :doc:`tiegcm/readme`
- :doc:`wrf_hydro/readme`
- :doc:`wrf/readme`
- :doc:`WRF CHEM <wrf_unified/readme>`

If you are interested in creating a DART interface for a new model, see :ref:`Using new models` and :ref:`Porting new models`.
Loading