Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small legacy bug fix #11

Merged
merged 4 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/Applications/UMD_Etc/UMD_rc/ocean_das_config
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ setenv IN_LINE True # False: runs multiple observer jo
# True: runs observers in line (within model job, model pauses to wait until complete). Recomended for MILAN nodes
setenv ODAS_CONSTR "[sky|cas]" # Only used when IN_LINE is False. Must be same node constraint as in gcm_run.j
# Not recomended for use in Milan.
setenv BOMB_ON_SIGO False # True: BOMBS the model due to not meeting sigo ADT requirements (as before)
setenv BOMB_ON_SIGO True # True: BOMBS the model due to not meeting sigo ADT requirements (as before)
# False: Skips ADT observations that fail sigo requirements. Does not bomb.
# Varibles used for salinity relaxation
setenv SSSVAR LEVITUSSC # use SMAP seasonal cycle for SSS relaxation
Expand Down
2 changes: 1 addition & 1 deletion src/Applications/UMD_Etc/scripts/oda_run.j
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ if( $ODAS_OUTPUT_OMA == True )then
endif
if ($IN_LINE == True) then
# False assumes forecast is already writen
${UMD_LETKFSCRIPTS}/ocean_observer_comb.py oma ${ANADIR} False $DA_seq
${UMD_LETKFSCRIPTS}/ocean_observer.py oma ${ANADIR} False $DA_seq
set OBSSTATUS = $status
if( $OBSSTATUS == 1 ) then
echo "BAD OMA OBSERVER IN oda_run.j"
Expand Down
Loading