Skip to content

Commit

Permalink
Fix to marine DA prep (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Mar 22, 2024
1 parent 78b9e88 commit a575b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgdas_global_marine_analysis_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def find_clim_ens(input_date):
varconfig = Template.substitute_structure(varconfig, TemplateConstants.DOLLAR_PARENTHESES, envconfig.get)

# Remove empty obs spaces in var_yaml
ufsda.yamltools.save_check(varconfig.as_dict(), target=var_yaml, app='var')
ufsda.yamltools.save_check(varconfig, target=var_yaml, app='var')

################################################################################
# Prepare the yamls for the "checkpoint" jjob
Expand Down

0 comments on commit a575b46

Please sign in to comment.