Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
0ca323fd
Commit
0ca323fd
authored
2 years ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "DOMAINcfg + AGRIF not compiling anymore with main branch"
parent
16e07383
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mk/agrifpp.sh
+5
-3
5 additions, 3 deletions
mk/agrifpp.sh
mk/bld_preproagr_tools.cfg
+3
-3
3 additions, 3 deletions
mk/bld_preproagr_tools.cfg
tools/maketools
+2
-2
2 additions, 2 deletions
tools/maketools
with
10 additions
and
8 deletions
mk/agrifpp.sh
+
5
−
3
View file @
0ca323fd
...
...
@@ -58,11 +58,13 @@ MYDIR=$1
MYFILE
=
$(
basename
"
$2
"
)
if
[
"
$MYFILE
"
==
"agrif2model.f90"
]
;
then
# generic case
if
[
-d
${
MYDIR
}
/WORK
]
;
then
\c
p
${
MYDIR
}
//WORK/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/NEMOFILES/obj/
$MYFILE
else
\c
p
${
MYDIR
}
/WORK/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/NEMOFILES/obj/
$MYFILE
fi
# DOMAINcfg case
elif
[
-d
${
MYDIR
}
/src
]
;
then
\c
p
${
MYDIR
}
/src/
${
MYFILE
/.f90/.F90
}
${
MYDIR
}
/NEMOFILES/obj/
$MYFILE
fi
else
cd
${
MYDIR
}
/NEMOFILES/ppsrc/nemo
;
${
MYDIR
}
/NEMOFILES/conv
${
MYDIR
}
/NEMOFILES/agrif_oce.in
-rm
-incdir
${
MYDIR
}
/NEMOFILES/inc
-comdirout
${
MYDIR
}
/NEMOFILES/obj
-convfile
${
MYFILE
}
>
/dev/null
fi
This diff is collapsed.
Click to expand it.
mk/bld_preproagr_tools.cfg
+
3
−
3
View file @
0ca323fd
...
...
@@ -12,16 +12,16 @@ inc TOOLS_DIR/CUR_CONF/BLD/cpp_tools.fcm
search_src
1
src::nemo
TOOLS_DIR/CUR_CONF/src
src::nemo
TOOLS_DIR/CUR_CONF/src
bld::target
make_domain_cfg.f90 agrif_user.f90 agrif2model.f90
dir::root
TOOLS_DIR/CUR_CONF/NEMOFILES
dir::root
TOOLS_DIR/CUR_CONF/NEMOFILES
bld::tool::fc_output
bld::tool::fc_compile
bld::tool::fc_include
bld::tool::fc
COMPIL_DIR/agrifpp.sh TOOLS_DIR
bld::tool::fc
COMPIL_DIR/agrifpp.sh TOOLS_DIR
/CUR_CONF
bld::tool::fflags
bld::tool::ld
bld::tool::ldflags
...
...
This diff is collapsed.
Click to expand it.
tools/maketools
+
2
−
2
View file @
0ca323fd
...
...
@@ -172,9 +172,9 @@ if [ "${NBR_PRC}" -gt 0 ]; then
${
COMPIL_DIR
}
/Fprep_agrif.sh
${
MAIN_DIR
}
${
TOOLS_DIR
}
/
${
CUR_CONF
}
||
exit
3
# compile & copy conv
sed
-e
"s~MAIN_DIR~
${
MAIN_DIR
}
~; s~NEMO_TDIR~
${
NEMO_TDIR
}
~; s~CUR_CONF~
${
CUR_CONF
}
~; s~COMPIL_DIR~
${
COMPIL_DIR
}
~"
${
COMPIL_DIR
}
/conv.cfg
>
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/BLD/conv.cfg
sed
-e
"s~MAIN_DIR~
${
MAIN_DIR
}
~; s~NEMO_TDIR~
${
NEMO_TDIR
}
~; s~CUR_CONF~
${
CUR_CONF
}
~; s~COMPIL_DIR~
${
COMPIL_DIR
}
~
; s~arch_nemo~arch_tools~
"
${
COMPIL_DIR
}
/conv.cfg
>
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/BLD/conv.cfg
fcm build
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/BLD/conv.cfg
||
exit
1
cp
-fa
${
MAIN_DIR
}
/ext/AGRIF/agrif_oce.in
$
2
/
$1
/AGRIFLIB/bin/conv
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/NEMOFILES/.
cp
-fa
${
MAIN_DIR
}
/ext/AGRIF/agrif_oce.in
$
{
NEMO_TDIR
}
/
${
CUR_CONF
}
/AGRIFLIB/bin/conv
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/NEMOFILES/.
sed
-e
"s~MAIN_DIR~
${
MAIN_DIR
}
~; s~TOOLS_DIR~
${
TOOLS_DIR
}
~; s~CUR_CONF~
${
CUR_CONF
}
~; s~COMPIL_DIR~
${
COMPIL_DIR
}
~"
${
COMPIL_DIR
}
/bld_preproagr_tools.cfg
>
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/BLD/bld_preproagr_tools.cfg
fcm build
--ignore-lock
-j
1
${
NEMO_TDIR
}
/
${
CUR_CONF
}
/BLD/bld_preproagr_tools.cfg
||
exit
1
...
...
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