Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nemo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
Sam Hatfield
Nemo
Commits
4dbfc9bb
Commit
4dbfc9bb
authored
2 years ago
by
sebastien masson
Browse files
Options
Downloads
Patches
Plain Diff
need ppr_1d even without AGRIF if NST is used in the sources, #68
parent
dc320ffe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mk/bldxag.cfg
+3
-0
3 additions, 0 deletions
mk/bldxag.cfg
mk/bldxagxcdf.cfg
+3
-0
3 additions, 0 deletions
mk/bldxagxcdf.cfg
with
6 additions
and
0 deletions
mk/bldxag.cfg
+
3
−
0
View file @
4dbfc9bb
...
...
@@ -14,6 +14,7 @@ search_src 1
src::ioipsl
$MAIN_DIR/ext/IOIPSL/src
src::nemo
$CONFIG_DIR/$NEW_CONF/WORK
src::ppr_1d
$MAIN_DIR/ext/PPR/src
bld::target
nemo.exe
bld::exe_dep
...
...
@@ -35,8 +36,10 @@ bld::tool::make %MK
# Pre-process
code before analysing dependencies
bld::pp::ioipsl
1
bld::pp::nemo
1
bld::pp::ppr_1d
1
bld::tool::fppflags::nemo
%FPPFLAGS
bld::tool::fppflags::ioipsl
%FPPFLAGS
bld::tool::fppflags::ppr_1d
%FPPFLAGS
# Ignore
the following dependencies
bld::excl_dep
inc::netcdf.inc
...
...
This diff is collapsed.
Click to expand it.
mk/bldxagxcdf.cfg
+
3
−
0
View file @
4dbfc9bb
...
...
@@ -15,6 +15,7 @@ search_src 1
src::nocdf
$MAIN_DIR/ext/DUMMY_NETCDF
src::ioipsl
$MAIN_DIR/ext/IOIPSL/src
src::nemo
$CONFIG_DIR/$NEW_CONF/WORK
src::ppr_1d
$MAIN_DIR/ext/PPR/src
bld::target
nemo.exe
bld::exe_dep
...
...
@@ -37,9 +38,11 @@ bld::tool::make %MK
bld::pp::nocdf
1
bld::pp::ioipsl
1
bld::pp::nemo
1
bld::pp::ppr_1d
1
bld::tool::fppflags::nemo
%FPPFLAGS
bld::tool::fppflags::nocdf
%FPPFLAGS
bld::tool::fppflags::ioipsl
%FPPFLAGS
bld::tool::fppflags::ppr_1d
%FPPFLAGS
# Ignore
the following dependencies
bld::excl_dep
inc::VT.inc
...
...
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