Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rose_fvcom_setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PML-modelling
rose_fvcom_setup
Commits
a0373b8b
Commit
a0373b8b
authored
Feb 04, 2019
by
Modellers Operational
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix in nan check script
parent
d974a119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/nan_check/rose-app.conf
app/nan_check/rose-app.conf
+3
-3
No files found.
app/nan_check/rose-app.conf
View file @
a0373b8b
[
command
]
default
=
log_file
=${
ROSE_TASK_LOG_ROOT
};
log_dir
=${
log_file
::${
#log_
dir}-4}
default
=
log_file
=${
ROSE_TASK_LOG_ROOT
};
log_dir
=${
log_file
::${
#log_
file}-4};
cd
${
log_dir
};
cd
../../
run_fvcom
/
01
/;
nanlines
=$(
grep
-
w
"NaN"
job
.
out
|
wc
-
l
"
);
if
[ ${
nanlines
} -
gt
0
];
then
exit
1
fi
nanlines
=$(
grep
-
w
"NaN"
job
.
out
|
wc
-
l
);
if
[ ${
nanlines
} -
gt
0
];
then
exit
1
;
fi
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment