Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120,195 changes: 60,054 additions & 60,141 deletions pyamps/climatology_plots/amps_fac_and_equivalent_current_-25_deg_tilt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
160,620 changes: 80,548 additions & 80,072 deletions pyamps/climatology_plots/amps_fac_and_equivalent_current_0_deg_tilt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
227,221 changes: 114,124 additions & 113,097 deletions pyamps/climatology_plots/amps_fac_and_equivalent_current_25_deg_tilt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyamps/climatology_plots/amps_total_current_-25_deg_tilt.pdf
Binary file not shown.
Binary file modified pyamps/climatology_plots/amps_total_current_-25_deg_tilt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyamps/climatology_plots/amps_total_current_0_deg_tilt.pdf
Binary file not shown.
Binary file modified pyamps/climatology_plots/amps_total_current_0_deg_tilt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyamps/climatology_plots/amps_total_current_25_deg_tilt.pdf
Binary file not shown.
Binary file modified pyamps/climatology_plots/amps_total_current_25_deg_tilt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions pyamps/coefficients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
MODEL_VECTOR_0103 = os.path.join(_PATH, "model_vector_NT_MT_NV_MV_65_3_45_3__v1.3.npy")
MODEL_VECTOR_0104 = os.path.join(_PATH, "model_vector_NT_MT_NV_MV_65_3_45_3__v1.4.npy")
MODEL_VECTOR_0105 = os.path.join(_PATH, "model_vector_NT_MT_NV_MV_65_3_45_3__v1.5.npy")
MODEL_VECTOR_LATEST = MODEL_VECTOR_0105
MODEL_VECTOR_0106 = os.path.join(_PATH, "model_vector_NT_MT_NV_MV_65_3_45_3__v1.6.npy")
MODEL_VECTOR_0107 = os.path.join(_PATH, "model_vector_NT_MT_NV_MV_65_3_45_3__v1.7.npy")
MODEL_VECTOR_LATEST = MODEL_VECTOR_0107

MODEL_COEFF_TEST = os.path.join(_PATH, "test_model.txt")
MODEL_COEFF_0101 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0101.txt")
MODEL_COEFF_0102 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0102.txt")
MODEL_COEFF_0103 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0103.txt")
MODEL_COEFF_0104 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0104.txt")
MODEL_COEFF_0105 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0105.txt")
MODEL_COEFF_LATEST = MODEL_COEFF_0105
MODEL_COEFF_0106 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0106.txt")
MODEL_COEFF_0107 = os.path.join(_PATH, "SW_OPER_MIO_SHA_2E_00000000T000000_99999999T999999_0107.txt")
MODEL_COEFF_LATEST = MODEL_COEFF_0107
Binary file not shown.
Binary file not shown.