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
2d03d41f
Commit
2d03d41f
authored
5 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 11/02/2020: SURFEX: bugfix: set correct filein before call to INIT_IO_SURF_n
parent
3840a807
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/SURFEX/ch_emission_fluxn.F90
+4
-1
4 additions, 1 deletion
src/SURFEX/ch_emission_fluxn.F90
with
4 additions
and
1 deletion
src/SURFEX/ch_emission_fluxn.F90
+
4
−
1
View file @
2d03d41f
!SFX_LIC Copyright
1994
-20
14
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC Copyright
2000
-20
20
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC for details. version 1.
...
...
@@ -28,6 +28,7 @@
!! P.Tulet 01/01/05 add dust, orilam
!! M.Leriche 2015 suppress ZDEPOT
!! M.Moge 01/2016 using READ_SURF_FIELD2D for 2D surfex fields reads
! P. Wautelet 11/02/2020: bugfix: set correct filein before call to INIT_IO_SURF_n
!!
!! EXTERNAL
!! --------
...
...
@@ -53,6 +54,7 @@ USE MODI_GET_LUOUT
USE
MODD_CHS_AEROSOL
,
ONLY
:
LCH_AERO_FLUX
USE
MODI_CH_AER_EMISSION
!UPG*AERO1
USE
MODI_SET_SURFEX_FILEIN
!!
!------------------------------------------------------------------------------
!
...
...
@@ -208,6 +210,7 @@ DO JI=1,SIZE(CHE%TSEMISS)
!
IF
(
.NOT.
LIOINIT
)
THEN
! Must be done once before reading
CALL
SET_SURFEX_FILEIN
(
HPROGRAM
,
'PGD '
)
CALL
INIT_IO_SURF_n
(
DTCO
,
U
,
HPROGRAM
,
'FULL '
,
'SURF '
,
'READ '
)
IF
(
IVERB
>=
6
)
WRITE
(
ILUOUT
,
*
)
'INIT des I/O DONE.'
LIOINIT
=
.TRUE.
...
...
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