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
Méso-NH
Méso-NH code
Commits
d06ca48f
Commit
d06ca48f
authored
10 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan 3/12/2014: typo form -> from
parent
ede04a8a
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/LIB/SURCOUCHE/src/mode_mnh_world.f90
+6
-1
6 additions, 1 deletion
src/LIB/SURCOUCHE/src/mode_mnh_world.f90
with
6 additions
and
1 deletion
src/LIB/SURCOUCHE/src/mode_mnh_world.f90
+
6
−
1
View file @
d06ca48f
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
!MNH_LIC for details. version 1.
!! MODIFICATIONS
!! -------------
!!
!! J.Escobar 3/12/2014 : typo form -> from
!!
MODULE
MODE_MNH_WORLD
MODULE
MODE_MNH_WORLD
IMPLICIT
NONE
IMPLICIT
NONE
CHARACTER
(
len
=*
),
parameter
::
conf_mnh_world
=
"conf_mnh_world.nam"
CHARACTER
(
len
=*
),
parameter
::
conf_mnh_world
=
"conf_mnh_world.nam"
...
@@ -55,7 +60,7 @@ CONTAINS
...
@@ -55,7 +60,7 @@ CONTAINS
! Read namelist config file
! Read namelist config file
!
!
IF
(
irank
.EQ.
0
)
THEN
IF
(
irank
.EQ.
0
)
THEN
PRINT
*
,
"hello world f
o
rm rank="
,
irank
,
" nproc="
,
IPROC
PRINT
*
,
"hello world fr
o
m rank="
,
irank
,
" nproc="
,
IPROC
OPEN
(
unit
=
10
,
form
=
"formatted"
,
file
=
conf_mnh_world
,
STATUS
=
'OLD'
,
iostat
=
IERR
)
OPEN
(
unit
=
10
,
form
=
"formatted"
,
file
=
conf_mnh_world
,
STATUS
=
'OLD'
,
iostat
=
IERR
)
! Read IO parameter
! Read IO parameter
IF
(
IERR
.EQ.
0
)
THEN
IF
(
IERR
.EQ.
0
)
THEN
...
...
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