Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@
units="-"
description="Whether this run is within the JEDI data assimilation framework; used to add temperature and specific humidity as diagnostics"
possible_values=".true. or .false."/>
<nml_option name="config_da_update_2mTQ" type="logical" default_value="false"
units="-"
description="Whether to update 2mT and 2mQ between JEDI DA outer loops, set to .true. if using 2mT and 2mQ to compute OMB"
possible_values=".true. or .false."/>
</nml_record>

<nml_record name="development" in_defaults="false">
Expand Down
Loading