Skip to content
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
8 changes: 8 additions & 0 deletions launcers/all_statics/generate_mer_statics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ process_domain () {
if [ -f "${rcustom}" ]; then
rbcs_options="${rbcs_options} -d ${rcustom}"
fi

# If there are rivers we also build the cosmetic mask
poetry run mitgcm_inputs cosmetic_mask -m "${domaindir}/meshmask.nc" \
-r "${domaindir}/additional_variables.nc" \
-o "${domaindir}/cmeshmask.nc" --mer
else
# No rivers? Then the cosmetic mask is equal to the original mask
cp -av "${domaindir}/meshmask.nc" "${domaindir}/cmeshmask.nc"
fi

poetry run mitgcm_inputs ob_indices \
Expand Down
Loading