Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ice-sheet model SICOPOLIS
SICOPOLIS
Commits
b17f94aa
Commit
b17f94aa
authored
Oct 12, 2022
by
Ralf Greve
☺
Browse files
Option NETCDF4_ENABLED==1 now produces output in netCDF-4 classic model
rather than full netCDF-4.
parent
878ced6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/sicopolis.F90
View file @
b17f94aa
...
...
@@ -5,7 +5,7 @@
!
#define MODEL_SICOPOLIS
#define VERSION '5-dev'
#define DATE '2022-
07-21
'
#define DATE '2022-
10-12
'
!
!> @mainpage
!!
...
...
src/subroutines/general/output_m.F90
View file @
b17f94aa
...
...
@@ -8277,7 +8277,7 @@ end subroutine output5
#if (NETCDF4_ENABLED==1)
cmode
=
NF90_NETCDF4
cmode
=
ior
(
NF90_NETCDF4
,
NF90_CLASSIC_MODEL
)
n_deflate_level
=
1
flag_shuffle
=
.true.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment