Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed May 15, 2024
1 parent 903abc8 commit 4f20c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgdas_global_marine_analysis_letkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Take configuration from environment and cast it as python dictionary
config = cast_strdict_as_dtypedict(os.environ)

# Instantiate the aerosol analysis task
# Instantiate the marine letkf task
MarineLetkf = MarineLETKF(config)
MarineLetkf.initialize()
MarineLetkf.run()
Expand Down

0 comments on commit 4f20c8a

Please sign in to comment.