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
c5ba3101
Commit
c5ba3101
authored
2 years ago
by
Guillaume S
Browse files
Options
Downloads
Patches
Plain Diff
set correct directory variables for AGRIF
parent
63f1113c
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/agrifpp.sh
+2
-2
2 additions, 2 deletions
mk/agrifpp.sh
mk/bld.cfg
+2
-2
2 additions, 2 deletions
mk/bld.cfg
with
4 additions
and
4 deletions
mk/agrifpp.sh
+
2
−
2
View file @
c5ba3101
...
...
@@ -60,8 +60,8 @@ if [ "$MYFILE" == "agrif2model.f90" ];then
if
[
-d
${
MYDIR
}
/
${
NEW_CONF
}
/WORK
]
;
then
\c
p
${
MYDIR
}
/
${
NEW_CONF
}
/WORK/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/obj/
$MYFILE
else
\c
p
${
MY
DIR
}
/
${
NEW_CONF
}
/
src
/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/obj/
$MYFILE
\c
p
${
CONFIG_
DIR
}
/
${
NEW_CONF
}
/
WORK
/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/obj/
$MYFILE
fi
else
cd
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/ppsrc/nemo
;
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/conv
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/agrif_oce.in
-rm
-incdir
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/inc
-comdirout
${
MYDIR
}
/
${
NEW_CONF
}
/NEMOFILES/obj
-convfile
${
MYFILE
}
>
/dev/null
fi
\ No newline at end of file
fi
This diff is collapsed.
Click to expand it.
mk/bld.cfg
+
2
−
2
View file @
c5ba3101
...
...
@@ -14,7 +14,7 @@ search_src 1
src::ioipsl
$MAIN_DIR/ext/IOIPSL/src
src::agrif
$MAIN_DIR/ext/AGRIF/AGRIF_FILES
src::nemo
$
CONFIG_
DIR/$NEW_CONF/NEMOFILES/obj
src::nemo
$
NEMO_T
DIR/$NEW_CONF/NEMOFILES/obj
src::ppr_1d
$MAIN_DIR/ext/PPR/src
...
...
@@ -41,7 +41,7 @@ bld::pp::ioipsl 1
bld::pp::nemo
1
bld::pp::agrif
1
bld::pp::ppr_1d
1
bld::tool::fppflags::nemo
%FPPFLAGS -I$
CONFIG_
DIR/$NEW_CONF/NEMOFILES/inc
bld::tool::fppflags::nemo
%FPPFLAGS -I$
NEMO_T
DIR/$NEW_CONF/NEMOFILES/inc
bld::tool::fppflags::ioipsl
%FPPFLAGS
bld::tool::fppflags::agrif
%FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h
bld::tool::fppflags::ppr_1d
%FPPFLAGS
...
...
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