Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
PyNEMO
Commits
2e344420
Commit
2e344420
authored
4 years ago
by
thopri
Browse files
Options
Download
Email Patches
Plain Diff
added xmltodict dependancy to yml
parent
fd274644
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
inputs/CMEMS.ncml
inputs/CMEMS.ncml
+1
-0
inputs/namelist_remote.bdy
inputs/namelist_remote.bdy
+3
-3
pynemo_37.yml
pynemo_37.yml
+1
-0
No files found.
inputs/CMEMS.ncml
View file @
2e344420
...
...
@@ -24,6 +24,7 @@
<ns0:variable name="votemper" orgName="thetao" />
<ns0:variable name="vozocrtx" orgName="uo" />
<ns0:variable name="vomecrty" orgName="vo" />
<ns0:variable name="sossheig" orgName="zos" />
<ns0:variable name="time_counter" orgName="time" />
<ns0:dimension name="time_counter" orgName="time" />
</ns0:netcdf>
This diff is collapsed.
Click to expand it.
inputs/namelist_remote.bdy
View file @
2e344420
...
...
@@ -56,9 +56,9 @@
ln_mask_file = .false. ! =T : read mask from file
cn_mask_file = 'mask.nc' ! name of mask file
! (if ln_mask_file=.TRUE.)
ln_dyn2d = .
fals
e. ! boundary conditions for
ln_dyn2d = .
tru
e. ! boundary conditions for
! barotropic fields
ln_dyn3d = .
fals
e. ! boundary conditions for
ln_dyn3d = .
tru
e. ! boundary conditions for
! baroclinic velocities
ln_tra = .true. ! boundary conditions for T and S
ln_ice = .false. ! ice boundary condition
...
...
@@ -67,7 +67,7 @@
!------------------------------------------------------------------------------
! unstructured open boundaries tidal parameters
!------------------------------------------------------------------------------
ln_tide = .
tru
e. ! =T : produce bdy tidal conditions
ln_tide = .
fals
e. ! =T : produce bdy tidal conditions
sn_tide_model = 'tpxo' ! Name of tidal model (fes|tpxo)
clname(1) = 'M2' ! constituent name
clname(2) = 'S2'
...
...
This diff is collapsed.
Click to expand it.
pynemo_37.yml
View file @
2e344420
...
...
@@ -12,6 +12,7 @@ dependencies:
-
pytest=5.3.5
-
xarray=0.15.0
-
xlsxwriter=1.2.8
-
xmltodict=0.12.0
-
pip
:
-
idna==2.9
-
lxml==4.5.0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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