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
73bb9822
Commit
73bb9822
authored
2 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 05/12/2022: bugfix merge 5.5 to 5.6 mesonh ext/
parent
61b88f02
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/mesonh/ext/phys_paramn.f90
+4
-4
4 additions, 4 deletions
src/mesonh/ext/phys_paramn.f90
src/mesonh/ext/prep_ideal_case.f90
+2
-1
2 additions, 1 deletion
src/mesonh/ext/prep_ideal_case.f90
src/mesonh/ext/prep_real_case.f90
+1421
-0
1421 additions, 0 deletions
src/mesonh/ext/prep_real_case.f90
with
1427 additions
and
5 deletions
src/mesonh/ext/phys_paramn.f90
+
4
−
4
View file @
73bb9822
...
...
@@ -864,12 +864,12 @@ IF (LOCEAN) THEN
ZIZOCE
(
IKU
)
=
XSSOLA_T
(
JSW
+1
)
*
(
1.
-
ZSWA
)
+
XSSOLA_T
(
JSW
+2
)
*
ZSWA
ZPROSOL1
(
IKU
)
=
CST
%
XROC
*
ZIZOCE
(
IKU
)
ZPROSOL2
(
IKU
)
=
(
1.
-
CST
%
XROC
)
*
ZIZOCE
(
IKU
)
IF
(
NVERB
>=
5
)
THEN
!
IF(NVERB >= 5 ) THEN
! WRITE(ILUOUT,*)'ZSWA JSW TDTCUR XTSTEP FT FU FV SolarR(IKU)', NINFRT, ZSWA,JSW,&
! TDTCUR%xtime, XTSTEP, ZSFTH(2,2), ZSFU(2,2),ZSFV(2,2),ZIZOCE(IKU)
WRITE
(
ILUOUT
,
*
)
'XSSTP1,XSSTP,NINFRT,ZSWA,JSW,TDTCUR%xtime,ZSFT'
,
&
XSSTFL_T
(
JSW
+1
),
XSSTFL_T
(
JSW
),
NINFRT
,
ZSWA
,
JSW
,
TDTCUR
%
xtime
,
ZSFTH
(
2
,
2
)
END
IF
!
WRITE(ILUOUT,*)'XSSTP1,XSSTP,NINFRT,ZSWA,JSW,TDTCUR%xtime,ZSFT', &
!
XSSTFL_T(JSW+1),XSSTFL_T(JSW),NINFRT,ZSWA,JSW, TDTCUR%xtime,ZSFTH(2,2)
!
END IF
if
(
TBUCONF
%
LBUDGET_th
)
call
Budget_store_init
(
TBUDGETS
(
NBUDGET_TH
),
'OCEAN'
,
xrths
(:,
:,
:)
)
DO
JKM
=
IKU
-1
,
2
,
-1
ZPROSOL1
(
JKM
)
=
ZPROSOL1
(
JKM
+1
)
*
exp
(
-
XDZZ
(
2
,
2
,
JKM
)/
CST
%
XD1
)
...
...
This diff is collapsed.
Click to expand it.
src/mesonh/ext/prep_ideal_case.f90
+
2
−
1
View file @
73bb9822
...
...
@@ -341,6 +341,7 @@ USE MODD_PGDDIM
USE
MODD_PGDGRID
USE
MODD_TIME
USE
MODD_TIME_n
USE
MODD_PARAM_ICE
,
ONLY
:
PARAM_ICE_ASSOCIATE
USE
MODD_REF
USE
MODD_REF_n
USE
MODD_LUNIT
...
...
@@ -653,7 +654,7 @@ CALL INI_NEB
!* 2.1 For variables in DESFM file
!
CALL
ALLOC_FIELD_SCALARS
()
!
CALL
PARAM_ICE_ASSOCIATE
()
CALL
DEFAULT_DESFM_n
(
1
)
!
CSURF
=
"NONE"
...
...
This diff is collapsed.
Click to expand it.
src/mesonh/ext/prep_real_case.f90
0 → 100644
+
1421
−
0
View file @
73bb9822
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