Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Reference manuals
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
Reference manuals
Commits
c6322e02
Commit
c6322e02
authored
3 months ago
by
Daley Calvert
Browse files
Options
Downloads
Patches
Plain Diff
Fix pipeline failure due to the use of \np macros in a tabularx block in the DIA chapter
parent
a0640abd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3683
passed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
latex/NEMO/subfiles/chap_DIA.tex
+5
-5
5 additions, 5 deletions
latex/NEMO/subfiles/chap_DIA.tex
with
5 additions
and
5 deletions
latex/NEMO/subfiles/chap_DIA.tex
+
5
−
5
View file @
c6322e02
...
...
@@ -786,28 +786,28 @@ will be automatically replaced if they correspond to any of the placeholders in
\hline
\hline
\centering
\texttt
{
@expname@
}
&
The experiment name (from
\
np
{
cn
_
exp
}
{
cn
\_
exp
}
in the namelist)
\\
The experiment name (from
\
texttt
{
cn
\_
exp
}
in the namelist)
\\
\hline
\centering
\texttt
{
@freq@
}
&
Output frequency (from XML attribute
\texttt
{
output
\_
freq
}
)
\\
\hline
\centering
\texttt
{
@startdate@
}
&
Starting date of the simulation (from
\
np
{
nn
_
date0
}
{
nn
\_
date0
}
in the restart or the namelist).
Starting date of the simulation (from
\
texttt
{
nn
\_
date0
}
in the restart or the namelist).
\newline
\verb
?
yyyymmdd
?
format
\\
\hline
\centering
\texttt
{
@startdatefull@
}
&
Starting date of the simulation (from
\
np
{
nn
_
date0
}
{
nn
\_
date0
}
in the restart or the namelist).
Starting date of the simulation (from
\
texttt
{
nn
\_
date0
}
in the restart or the namelist).
\newline
\verb
?
yyyymmdd_hh:mm:ss
?
format
\\
\hline
\centering
\texttt
{
@enddate@
}
&
Ending date of the simulation (from
\
np
{
nn
_
date0
}
{
nn
\_
date0
}
and
\
np
{
nn
_
itend
}
{
nn
\_
itend
}
in the namelist).
Ending date of the simulation (from
\
texttt
{
nn
\_
date0
}
and
\
texttt
{
nn
\_
itend
}
in the namelist).
\newline
\verb
?
yyyymmdd
?
format
\\
\hline
\centering
\texttt
{
@enddatefull@
}
&
Ending date of the simulation (from
\
np
{
nn
_
date0
}
{
nn
\_
date0
}
and
\
np
{
nn
_
itend
}
{
nn
\_
itend
}
in the namelist).
Ending date of the simulation (from
\
texttt
{
nn
\_
date0
}
and
\
texttt
{
nn
\_
itend
}
in the namelist).
\newline
\verb
?
yyyymmdd_hh:mm:ss
?
format
\\
\hline
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment