Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ocean-mixing
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
ocean-mixing
Commits
1fe8fccf
Commit
1fe8fccf
authored
7 months ago
by
Evgeny Mortikov
Browse files
Options
Downloads
Patches
Plain Diff
initial conditions module update
parent
7817f3c3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
obl_grid.f90
+1
-0
1 addition, 0 deletions
obl_grid.f90
obl_init.f90
+10
-0
10 additions, 0 deletions
obl_init.f90
with
11 additions
and
0 deletions
obl_grid.f90
+
1
−
0
View file @
1fe8fccf
...
...
@@ -6,6 +6,7 @@ module obl_grid
! --------------------------------------------------------------------------------
! directives list
! --------------------------------------------------------------------------------
implicit
none
private
...
...
This diff is collapsed.
Click to expand it.
obl_init.f90
+
10
−
0
View file @
1fe8fccf
module
obl_init
!< @brief initial conditions module
! --------------------------------------------------------------------------------
! modules used
! --------------------------------------------------------------------------------
use
obl_grid
use
obl_math
! directives list
! --------------------------------------------------------------------------------
implicit
none
private
! public interface
! --------------------------------------------------------------------------------
public
::
set_const_profile
,
set_linear_profile
,
set_external_profile
! --------------------------------------------------------------------------------
contains
...
...
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