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
009a602e
Commit
009a602e
authored
5 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 11/10/2019: minor correction for ifort compiler v16.0.1
parent
b48d45c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/SURFEX/modd_netcdf_sfx.F90
+0
-6
0 additions, 6 deletions
src/SURFEX/modd_netcdf_sfx.F90
src/SURFEX/read_pgd_netcdf.F90
+0
-2
0 additions, 2 deletions
src/SURFEX/read_pgd_netcdf.F90
with
0 additions
and
8 deletions
src/SURFEX/modd_netcdf_sfx.F90
+
0
−
6
View file @
009a602e
...
...
@@ -5,14 +5,8 @@
! Author: P. Wautelet 18/09/2019
module
modd_netcdf_sfx
#ifdef SFX_MNH
use
modd_netcdf
,
only
:
IDCDF_KIND
#endif
implicit
none
#ifndef SFX_MNH
integer
,
parameter
::
IDCDF_KIND
=
selected_int_kind
(
8
)
#endif
end
module
modd_netcdf_sfx
This diff is collapsed.
Click to expand it.
src/SURFEX/read_pgd_netcdf.F90
+
0
−
2
View file @
009a602e
...
...
@@ -35,8 +35,6 @@ USE MODD_SURF_ATM_GRID_n, ONLY : SURF_ATM_GRID_t
USE
MODD_SURF_ATM_n
,
ONLY
:
SURF_ATM_t
USE
MODD_SSO_n
,
ONLY
:
SSO_t
!
USE
MODE_READ_CDF
,
ONLY
:
IDCDF_KIND
USE
MODI_ABOR1_SFX
USE
MODI_READ_AND_SEND_MPI
...
...
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