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
f3b60de3
Commit
f3b60de3
authored
2 years ago
by
CHABOUREAU Jean-Pierre
Browse files
Options
Downloads
Patches
Plain Diff
Jean-Pierre 08/02/2023: update for RTTOV v13.2
parent
b72c4d1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
A-INSTALL
+7
-7
7 additions, 7 deletions
A-INSTALL
src/MNH/call_rttov13.f90
+201
-109
201 additions, 109 deletions
src/MNH/call_rttov13.f90
src/Makefile.MESONH.mk
+1
-1
1 addition, 1 deletion
src/Makefile.MESONH.mk
with
209 additions
and
117 deletions
A-INSTALL
+
7
−
7
View file @
f3b60de3
...
...
@@ -992,22 +992,22 @@ git clone -b 2014.01 https://github.com/forefireAPI/firefront.git
# because it needs a licence agrement.
#
# ----------------------------------
# OPTION 1: Use version 13.
0
of RTTOV
# OPTION 1: Use version 13.
2
of RTTOV
# -----------------------------------
#
# Run the 'configure' script preceded with the setting of the MNH_RTTOV variable:
#
cd MNH.../src/
export MNH_RTTOV=1
export VER_RTTOV=13.
0
export VER_RTTOV=13.
2
#
# Download the RTTOV package rttov13
0
.tar.xz by following the instructions given on https://nwpsaf.eu/site/software/rttov/
# Download the RTTOV package rttov13
2
.tar.xz by following the instructions given on https://nwpsaf.eu/site/software/rttov/
#
# Install the RTTOV package rttov13
0
.tar.xz
# Install the RTTOV package rttov13
2
.tar.xz
cd MNH.../src/LIB
mkdir RTTOV-13.
0
cd RTTOV-13.
0
tar xJf rttov13
0
.tar.xz
mkdir RTTOV-13.
2
cd RTTOV-13.
2
tar xJf rttov13
2
.tar.xz
cd build
edit Makefile.local and set HDF5_PREFIX, FFLAGS_HDF5 and LDFLAGS_HDF5 as shown below
"
...
...
This diff is collapsed.
Click to expand it.
src/MNH/call_rttov13.f90
+
201
−
109
View file @
f3b60de3
This diff is collapsed.
Click to expand it.
src/Makefile.MESONH.mk
+
1
−
1
View file @
f3b60de3
...
...
@@ -233,7 +233,7 @@ VPATH += $(RTTOV_PATH)/mod
CPPFLAGS
+=
$(
CPPFLAGS_RTTOV
)
CPPFLAGS_MNH
+=
-DMNH_RTTOV_11
=
MNH_RTTOV_11
endif
ifeq
"$(VER_RTTOV)" "13.
0
"
ifeq
"$(VER_RTTOV)" "13.
2
"
DIR_RTTOV
=
${
SRC_MESONH
}
/src/LIB/RTTOV-
${
VER_RTTOV
}
RTTOV_PATH
=
${
DIR_RTTOV
}
#
...
...
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