Commit 2e344420 authored by thopri's avatar thopri
Browse files

added xmltodict dependancy to yml

parent fd274644
......@@ -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>
......@@ -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 = .false. ! boundary conditions for
ln_dyn2d = .true. ! boundary conditions for
! barotropic fields
ln_dyn3d = .false. ! boundary conditions for
ln_dyn3d = .true. ! 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 = .true. ! =T : produce bdy tidal conditions
ln_tide = .false. ! =T : produce bdy tidal conditions
sn_tide_model = 'tpxo' ! Name of tidal model (fes|tpxo)
clname(1) = 'M2' ! constituent name
clname(2) = 'S2'
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment