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
225636c1
Commit
225636c1
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: Bug : detected with cray compiler , missing "&" in continuation string
parent
d06ca48f
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/MNH/prep_ideal_case.f90
+3
-1
3 additions, 1 deletion
src/MNH/prep_ideal_case.f90
with
3 additions
and
1 deletion
src/MNH/prep_ideal_case.f90
+
3
−
1
View file @
225636c1
...
...
@@ -309,6 +309,8 @@
!! Correction for ZS in PGD file 04/2014 (G. TANGUY)
!! Bug : remove NC WRITE_HGRID 05/2014 (S. Bielli via J.Escobar )
!! BUG if ZFRC and ZFRC_ADV or ZFRC_REL are used together 11/2014 (G. Delautier)
!! Bug : detected with cray compiler ,
!! missing '&' in continuation string 3/12/2014 J.Escobar
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -694,7 +696,7 @@ IF( LEN_TRIM(CPGD_FILE) /= 0 ) THEN
CALL
FMREAD
(
CPGD_FILE
,
'JMAX'
,
CLUOUT
,
'--'
,
NJMAX
,
IGRID
,
ILENCH
,
YCOMMENT
,
IRESP
)
IF
(
CPGD_FILE
/
=
CINIFILEPGD
)
THEN
WRITE
(
NLUOUT
,
FMT
=*
)
' WARNING : in PRE_IDEA1.nam, in NAM_LUNITn you&
have CINIFILEPGD= '
,
CINIFILEPGD
&
have CINIFILEPGD= '
,
CINIFILEPGD
WRITE
(
NLUOUT
,
FMT
=*
)
' whereas in NAM_REAL_PGD you have CPGD_FILE = '
&
,
CPGD_FILE
WRITE
(
NLUOUT
,
FMT
=*
)
' '
...
...
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