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
8abd4fd1
Commit
8abd4fd1
authored
10 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan 27/03/2014 : write LAT/LON only in not CARTESIAN case
parent
a6397eeb
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/write_lfifm1_for_diag.f90
+14
-11
14 additions, 11 deletions
src/MNH/write_lfifm1_for_diag.f90
with
14 additions
and
11 deletions
src/MNH/write_lfifm1_for_diag.f90
+
14
−
11
View file @
8abd4fd1
...
...
@@ -135,6 +135,7 @@ END MODULE MODI_WRITE_LFIFM1_FOR_DIAG
!! S.Bielli 12/2012 : add latitude and longitude
!! F. Duffourg 02/2013 : add new fields
!! J.Escobar 21/03/2013: for HALOK get correctly local array dim/bound
!! J. escobar 27/03/2014 : write LAT/LON only in not CARTESIAN case
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -701,17 +702,19 @@ END IF
!
!* Latitude and Longitude arrays
!
YRECFM
=
'LAT'
YCOMMENT
=
'X_Y_latitude (degrees)'
IGRID
=
1
ILENCH
=
LEN
(
YCOMMENT
)
CALL
FMWRIT
(
HFMFILE
,
YRECFM
,
CLUOUT
,
'XY'
,
XLAT
,
IGRID
,
ILENCH
,
YCOMMENT
,
IRESP
)
!
YRECFM
=
'LON'
YCOMMENT
=
'X_Y_longitude (degrees)'
IGRID
=
1
ILENCH
=
LEN
(
YCOMMENT
)
CALL
FMWRIT
(
HFMFILE
,
YRECFM
,
CLUOUT
,
'XY'
,
XLON
,
IGRID
,
ILENCH
,
YCOMMENT
,
IRESP
)
IF
(
.NOT.
LCARTESIAN
)
THEN
YRECFM
=
'LAT'
YCOMMENT
=
'X_Y_latitude (degrees)'
IGRID
=
1
ILENCH
=
LEN
(
YCOMMENT
)
CALL
FMWRIT
(
HFMFILE
,
YRECFM
,
CLUOUT
,
'XY'
,
XLAT
,
IGRID
,
ILENCH
,
YCOMMENT
,
IRESP
)
!
YRECFM
=
'LON'
YCOMMENT
=
'X_Y_longitude (degrees)'
IGRID
=
1
ILENCH
=
LEN
(
YCOMMENT
)
CALL
FMWRIT
(
HFMFILE
,
YRECFM
,
CLUOUT
,
'XY'
,
XLON
,
IGRID
,
ILENCH
,
YCOMMENT
,
IRESP
)
END
IF
!
!
!-------------------------------------------------------------------------------
...
...
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