Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
IPSL
LMD
DPAO
Detection eddies
Commits
22880f06
Commit
22880f06
authored
6 months ago
by
GUEZ Lionel
Browse files
Options
Downloads
Patches
Plain Diff
Create variable `uniform_lon_lat`
In module `input_ssh_m`. Read it from `input_ssh_nml`.
parent
ef43e372
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Inst_eddies/input_ssh.f90
+4
-1
4 additions, 1 deletion
Inst_eddies/input_ssh.f90
with
4 additions
and
1 deletion
Inst_eddies/input_ssh.f90
+
4
−
1
View file @
22880f06
...
@@ -11,6 +11,9 @@ module input_ssh_m
...
@@ -11,6 +11,9 @@ module input_ssh_m
! size of ssh array in input NetCDF, assuming no repeated point if
! size of ssh array in input NetCDF, assuming no repeated point if
! the grid is global
! the grid is global
logical
,
protected
::
uniform_lon_lat
=
.true.
! grid is cartesian and uniform in longitude and latitude
private
get_var
private
get_var
contains
contains
...
@@ -53,7 +56,7 @@ contains
...
@@ -53,7 +56,7 @@ contains
real
lon_max
,
lat_max
! longitude and latitude, in degrees
real
lon_max
,
lat_max
! longitude and latitude, in degrees
integer
copy
integer
copy
namelist
/
grid_nml
/
corner_deg
,
step_deg
,
nlon
,
nlat
,
periodic
namelist
/
grid_nml
/
corner_deg
,
step_deg
,
nlon
,
nlat
,
periodic
namelist
/
input_ssh_nml
/
periodic
namelist
/
input_ssh_nml
/
periodic
,
uniform_lon_lat
!----------------------------------------------------------------------
!----------------------------------------------------------------------
...
...
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