We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ffc65 commit c0229d2Copy full SHA for c0229d2
1 file changed
src/core_atmosphere/Registry.xml
@@ -404,6 +404,10 @@
404
units="-"
405
description="Whether this run is within the JEDI data assimilation framework; used to add temperature and specific humidity as diagnostics"
406
possible_values=".true. or .false."/>
407
+ <nml_option name="config_da_update_2mTQ" type="logical" default_value="false"
408
+ units="-"
409
+ description="Whether to update 2mT and 2mQ between JEDI DA outer loops, set to .true. if using 2mT and 2mQ to compute OMB"
410
+ possible_values=".true. or .false."/>
411
</nml_record>
412
413
<nml_record name="development" in_defaults="false">
0 commit comments