Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
RODIER Quentin
Méso-NH code
Commits
558687db
Commit
558687db
authored
3 years ago
by
Juan Escobar
Browse files
Options
Downloads
Patches
Plain Diff
Juan 18/06/2021:Makefile.MESONH.mk, ECRAD-1.4.0/1.0.1 management
parent
8572be42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.MESONH.mk
+14
-3
14 additions, 3 deletions
src/Makefile.MESONH.mk
with
14 additions
and
3 deletions
src/Makefile.MESONH.mk
+
14
−
3
View file @
558687db
...
...
@@ -128,8 +128,11 @@ INC_RAD = -I$(B)LIB/RAD/ECMWF_RAD
ifdef
MNH_ECRAD
DIR_RAD
+=
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
_mnh
DIR_RAD
+=
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
CPPFLAGS_RAD
=
-DMNH_ECRAD
INC_RAD
+=
-I
$(
B
)
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
/include
-I
$(
B
)
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
/drhook/include
CPPFLAGS_RAD
=
-DMNH_ECRAD
-DVER_ECRAD
=
$(
VER_ECRAD
)
INC_RAD
+=
-I
$(
B
)
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
/include
ifeq
"$(VER_ECRAD)" "140"
INC_RAD
+=
-I
$(
B
)
LIB/RAD/ecrad-
$(
VERSION_ECRAD
)
/drhook/include
endif
ARCH_XYZ
:=
$(
ARCH_XYZ
)
-ECRAD
$(
VER_ECRAD
)
endif
#
...
...
@@ -140,7 +143,15 @@ CPPFLAGS += $(CPPFLAGS_RAD)
INC
+=
$(
INC_RAD
)
IGNORE_DEP_MASTER
+=
olwu.D olwv.D rad1Driv_MACLATMOSPH_60LEVELS_ICRCCM3.D tstrad.D tstrad_chansubset.D tstrad_rttov7.D
\
tstrad_sx6.D
tstrad_sx6.D
ifneq
"$(VER_ECRAD)" "140"
IGNORE_DEP_MASTER
+=
read_albedo_data.D read_emiss_data.D
endif
ifeq
"$(VER_ECRAD)" "140"
IGNORE_DEP_MASTER
+=
yomhook.D
endif
OBJS0
+=
spll_orrtm_kgb1.o spll_orrtm_kgb14.o spll_orrtm_kgb3_a.o spll_orrtm_kgb4_b.o
\
spll_orrtm_kgb5_c.o spll_orrtm_kgb10.o spll_orrtm_kgb15.o spll_orrtm_kgb3_b.o
\
...
...
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