Skip to content

Commit eac4bba

Browse files
committed
Example yaml keyword editing
Change boundary source keyword to match updated code
1 parent 69bd8e2 commit eac4bba

1 file changed

Lines changed: 33 additions & 33 deletions

File tree

schimpy/bctide.py

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def write_bctides(self, bctides_file):
626626
# node_factor: 0.99
627627
# angular_frequency: 1.9323
628628
# earth_equilibrium_argument: 0.0
629-
# bounary_forcing_tidals:
629+
# boundary_forcing_tidals:
630630
# tidal_constituents:
631631
# - name: Z0
632632
# angular_frequency: 0.0
@@ -648,7 +648,7 @@ def write_bctides(self, bctides_file):
648648
# - open_boundary:
649649
# name: ocean
650650
# elevation_boundary:
651-
# boundary: tidal
651+
# source: tidal
652652
# tidal_constituents:
653653
# - name : Z0
654654
# amplitude: 1.0
@@ -663,7 +663,7 @@ def write_bctides(self, bctides_file):
663663
# amplitude: 0.578
664664
# phase: 190
665665
# velocity_boundary:
666-
# boundary: tidal
666+
# source: tidal
667667
# tidal_constituents:
668668
# - name: Z0
669669
# u_amplitude: 0.20
@@ -687,19 +687,19 @@ def write_bctides(self, bctides_file):
687687
# v_phase: 206
688688

689689
# temperature_boundary:
690-
# boundary: initial profile
690+
# source: initial profile
691691
# nudge: 0.5
692692
# salinity_boundary:
693-
# boundary: initial profile
693+
# source: initial profile
694694
# nudge: 0.5
695695
# tracer_boundaries:
696-
# boundary: none
696+
# source: none
697697
# - open_boundary:
698698
# name: coyote
699699
# elevation_boundary:
700-
# boundary: elev2D.th.nc
700+
# source: 2D elev history
701701
# velocity_boundary:
702-
# boundary: uv3D.th.nc
702+
# boundary: 3D uv history
703703
# temperature_boundary:
704704
# boundary: initial profile
705705
# nudge: 0.5
@@ -709,7 +709,7 @@ def write_bctides(self, bctides_file):
709709
# - open_boundary:
710710
# name: ccc_rock_slough
711711
# velocity_boundary:
712-
# boundary: flux.th
712+
# boundary: flux history
713713
# temperature_boundary:
714714
# boundary: initial profile
715715
# nudge: 1.0
@@ -747,32 +747,32 @@ def write_bctides(self, bctides_file):
747747
# - open_boundary:
748748
# name: swp
749749
# velocity_boundary:
750-
# boundary: flux.th
750+
# boundary: flux history
751751
# temperature_boundary:
752752
# boundary: 10.0
753753
# nudge: 1.0
754754
# salinity_boundary:
755-
# boundary: SAL_3D.th.nc
755+
# boundary: 3D salinity history
756756
# nudge: 1.0
757757
# - open_boundary:
758758
# name: cvp
759759
# velocity_boundary:
760-
# boundary: flux.th
760+
# boundary: flux history
761761
# temperature_boundary:
762762
# boundary: 10.0
763763
# nudge: 1.0
764764
# salinity_boundary:
765-
# boundary: SAL_3D.th.nc
765+
# boundary: 3D salinity history
766766
# nudge: 1.0
767767
# - open_boundary:
768768
# name: sjr
769769
# velocity_boundary:
770-
# boundary: flux.th
770+
# boundary: flux history
771771
# temperature_boundary:
772772
# boundary: 10.0
773773
# nudge: 1.0
774774
# salinity_boundary:
775-
# boundary: SAL_3D.th.nc
775+
# boundary: 3D salinity history
776776
# nudge: 1.0
777777
# - open_boundary:
778778
# name: calaveras
@@ -784,62 +784,62 @@ def write_bctides(self, bctides_file):
784784
# boundary: 10.0
785785
# nudge: 1.0
786786
# salinity_boundary:
787-
# boundary: SAL_3D.th.nc
787+
# boundary: 3D salinity history
788788
# nudge: 1.0
789789
# - open_boundary:
790790
# name: moke
791791
# velocity_boundary:
792-
# boundary: flux.th
792+
# boundary: flux history
793793
# temperature_boundary:
794794
# boundary: 10.0
795795
# nudge: 1.0
796796
# salinity_boundary:
797-
# boundary: SAL_3D.th.nc
797+
# boundary: 3D salinity history
798798
# nudge: 1.0
799799
# - open_boundary:
800800
# name: american
801801
# velocity_boundary:
802-
# boundary: flux.th
802+
# boundary: flux history
803803
# temperature_boundary:
804804
# boundary: 10.0
805805
# nudge: 1.0
806806
# salinity_boundary:
807-
# boundary: SAL_3D.th.nc
807+
# boundary: 3D salinity history
808808
# nudge: 1.0
809809
# - open_boundary:
810810
# name: sac
811811
# velocity_boundary:
812-
# boundary: flux.th
812+
# boundary: flux history
813813
# temperature_boundary:
814814
# boundary: 10.0
815815
# nudge: 1.0
816816
# salinity_boundary:
817-
# boundary: SAL_3D.th.nc
817+
# boundary: 3D salinity history
818818
# nudge: 1.0
819819
# - open_boundary:
820820
# name: yolo_toedrain
821821
# velocity_boundary:
822-
# boundary: flux.th
822+
# boundary: flux history
823823
# temperature_boundary:
824824
# boundary: 10.0
825825
# nudge: 1.0
826826
# salinity_boundary:
827-
# boundary: SAL_3D.th.nc
827+
# boundary: 3D salinity history
828828
# nudge: 1.0
829829
# - open_boundary:
830830
# name: yolo
831831
# velocity_boundary:
832-
# boundary: flux.th
832+
# boundary: flux history
833833
# temperature_boundary:
834834
# boundary: 10.0
835835
# nudge: 1.0
836836
# salinity_boundary:
837-
# boundary: SAL_3D.th.nc
837+
# boundary: 3D salinity history
838838
# nudge: 1.0
839839
# - open_boundary:
840840
# name: north bay
841841
# elevation_boundary:
842-
# boundary: tidal elev2D.th.nc
842+
# boundary: tidal 2D elev history
843843
# tidal_constituents:
844844
# - name: Z0
845845
# amplitude: 1.0
@@ -854,7 +854,7 @@ def write_bctides(self, bctides_file):
854854
# amplitude: 0.578
855855
# phase: 190
856856
# velocity_boundary:
857-
# boundary: tidal uv3D.th.nc
857+
# boundary: tidal 3D uv history
858858
# tidal_constituents:
859859
# - name: Z0
860860
# u_amplitude: 0.20
@@ -880,7 +880,7 @@ def write_bctides(self, bctides_file):
880880
# boundary: 10.0
881881
# nudge: 1.0
882882
# salinity_boundary:
883-
# boundary: SAL_3D.th.nc
883+
# boundary: 3D salinity history
884884
# nudge: 1.0
885885
# - open_boundary:
886886
# name: napa
@@ -897,18 +897,18 @@ def write_bctides(self, bctides_file):
897897
# boundary: 10.0
898898
# nudge: 1.0
899899
# salinity_boundary:
900-
# boundary: SAL_3D.th.nc
900+
# boundary: 3D salinity history
901901
# nudge: 1.0
902902
# - open_boundary:
903903
# name: ccc_vic
904904
# elevation_boundary:
905-
# boundary: elev.th
905+
# boundary: elev history
906906
# velocity_boundary:
907-
# boundary: flux.th
907+
# boundary: flux history
908908
# temperature_boundary:
909909
# boundary: 10.0
910910
# nudge: 1.0
911911
# salinity_boundary:
912-
# boundary: SAL_3D.th.nc
912+
# boundary: 3D salinity history
913913
# nudge: 1.0
914914
#############################################################################################################################

0 commit comments

Comments
 (0)