Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
c87eb7b2
Commit
c87eb7b2
authored
2 years ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
Increase maximum number of IOM simultaneously opened file (needed for tracers BDY)
parent
98a1d4d9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OCE/IOM/iom_def.F90
+1
-1
1 addition, 1 deletion
src/OCE/IOM/iom_def.F90
with
1 addition
and
1 deletion
src/OCE/IOM/iom_def.F90
+
1
−
1
View file @
c87eb7b2
...
...
@@ -25,7 +25,7 @@ MODULE iom_def
INTEGER
,
PARAMETER
,
PUBLIC
::
jp_i2
=
203
!: write INTEGER(2)
INTEGER
,
PARAMETER
,
PUBLIC
::
jp_i1
=
204
!: write INTEGER(1)
INTEGER
,
PARAMETER
,
PUBLIC
::
jpmax_files
=
1
00
!: maximum number of simultaneously opened file
INTEGER
,
PARAMETER
,
PUBLIC
::
jpmax_files
=
2
00
!: maximum number of simultaneously opened file
INTEGER
,
PARAMETER
,
PUBLIC
::
jpmax_vars
=
1200
!: maximum number of variables in one file
INTEGER
,
PARAMETER
,
PUBLIC
::
jpmax_dims
=
4
!: maximum number of dimensions for one variable
INTEGER
,
PARAMETER
,
PUBLIC
::
jpmax_digits
=
9
!: maximum number of digits for the cpu number in the file name
...
...
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