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
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
VIE Benoît
Méso-NH code
Commits
a8c32a73
Commit
a8c32a73
authored
6 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 22/01/2019: SURFEX: correct small print bugs
parent
4c4a46d9
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/interpol_field2d.F90
+5
-4
5 additions, 4 deletions
src/SURFEX/interpol_field2d.F90
src/SURFEX/modi_glt_thermo.F90
+5
-3
5 additions, 3 deletions
src/SURFEX/modi_glt_thermo.F90
with
10 additions
and
7 deletions
src/SURFEX/interpol_field2d.F90
+
5
−
4
View file @
a8c32a73
!SFX_LIC Copyright
199
4-201
4
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC Copyright
200
4-201
9
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
!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 version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC for details. version 1.
!SFX_LIC for details. version 1.
! ################################################
! ################################################
SUBROUTINE
INTERPOL_FIELD2D
(
UG
,
U
,
&
SUBROUTINE
INTERPOL_FIELD2D
(
UG
,
U
,
&
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
!! Modification
!! Modification
!! A. Alias 07/2013 add MODI_ABOR1_SFX
!! A. Alias 07/2013 add MODI_ABOR1_SFX
!! J. Escobar 09/2017 differencied error message :: SFX / NAM_IO_OFFLINE <=> MNH / NAM_PGDFILE
!! J. Escobar 09/2017 differencied error message :: SFX / NAM_IO_OFFLINE <=> MNH / NAM_PGDFILE
!! P. Wautelet 01/2019 correct small print bugs
!----------------------------------------------------------------------------
!----------------------------------------------------------------------------
!
!
!* 0. DECLARATION
!* 0. DECLARATION
...
@@ -174,10 +175,10 @@ IF (IERR2>0) THEN
...
@@ -174,10 +175,10 @@ IF (IERR2>0) THEN
WRITE
(
KLUOUT
,
*
)
'NDIM_FULL='
,
U
%
NDIM_FULL
,
',NHALO='
,
IHALO
,
',Pts to interpol='
,
IERR0
&
WRITE
(
KLUOUT
,
*
)
'NDIM_FULL='
,
U
%
NDIM_FULL
,
',NHALO='
,
IHALO
,
',Pts to interpol='
,
IERR0
&
,
',Pts interpolated='
,
IERR1
,
',Pts missing='
,
IERR2
,
',Pts interpolated='
,
IERR1
,
',Pts missing='
,
IERR2
CALL
ABOR1_SFX
(
'Some points lack data and are too far away from other points. &
CALL
ABOR1_SFX
(
'Some points lack data and are too far away from other points. &
Please define a higher halo value in &NAM_PGDFILE NHALO=xxx /'
)
&
Please define a higher halo value in &NAM_PGDFILE NHALO=xxx /'
)
#else
#else
CALL
ABOR1_SFX
(
'Some points lack data and are too far away from other points. &
CALL
ABOR1_SFX
(
'Some points lack data and are too far away from other points. &
Please define a higher halo value in NAM_IO_OFFLINE.'
)
&
Please define a higher halo value in NAM_IO_OFFLINE.'
)
#endif
#endif
ENDIF
ENDIF
ENDIF
ENDIF
...
...
This diff is collapsed.
Click to expand it.
src/SURFEX/modi_glt_thermo.F90
+
5
−
3
View file @
a8c32a73
!SFX_LIC Copyright
1994
-201
4
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC Copyright
2009
-201
9
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
!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 version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC for details. version 1.
!SFX_LIC for details. version 1.
!GLT_LIC The GELATO model is a seaice model used in stand-alone or embedded mode.
!GLT_LIC The GELATO model is a seaice model used in stand-alone or embedded mode.
!GLT_LIC It has been developed by Meteo-France. The holder of GELATO is Meteo-France.
!GLT_LIC It has been developed by Meteo-France. The holder of GELATO is Meteo-France.
...
@@ -70,6 +70,8 @@
...
@@ -70,6 +70,8 @@
! Sea ice damping
! Sea ice damping
! Modified: 2015/07 (D. Salas y Melia)
! Modified: 2015/07 (D. Salas y Melia)
! Sea ice damping has been externalized from thermo_r routine
! Sea ice damping has been externalized from thermo_r routine
! Modified: 2019/01 (P. Wautelet)
! Correct small print bug
!
!
! -------------------- BEGIN MODULE modi_glt_thermo -------------------------
! -------------------- BEGIN MODULE modi_glt_thermo -------------------------
...
@@ -731,7 +733,7 @@ SUBROUTINE glt_thermo &
...
@@ -731,7 +733,7 @@ SUBROUTINE glt_thermo &
! ==============================
! ==============================
!
!
1000
FORMAT
(
" Processor "
,
I5
,
" ==> Running on "
,
I5
,
&
1000
FORMAT
(
" Processor "
,
I5
,
" ==> Running on "
,
I5
,
&
" points instead of "
,
I6
,
"("
I5
,
" times "
,
I5
,
")"
)
" points instead of "
,
I6
,
"("
,
I5
,
" times "
,
I5
,
")"
)
!
!
IF
(
lp1
)
THEN
IF
(
lp1
)
THEN
WRITE
(
noutlu
,
*
)
' '
WRITE
(
noutlu
,
*
)
' '
...
...
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