This is the introduction. We plan to
- Do the first item,
- Test the second item,
- Investigate the third item,
- Code the fourth item.
- Matlab R2016+
- python 3.6
- TensorFlow 2
- Keras 2.3.1
Case 1 is disscused here Case 1 Location
open matlab
matlab -nodisplay -nosplash
Run the main file
python main_example.py
Post process
python post_example.py
Python code
def myfun():
print('Hello!')
Latex
@article { Lubis_AMS_2021,
author = {Sandro W. Lubis and Pedram Hassanzadeh},
title = {An Eddy–Zonal Flow Feedback Model for Propagating Annular Modes},
journal = {Journal of the Atmospheric Sciences},
year = {2021},
publisher = {American Meteorological Society},
address = {Boston MA, USA},
volume = {78},
number = {1},
doi = {10.1175/JAS-D-20-0214.1},
pages= {249 - 267},
url = "https://journals.ametsoc.org/view/journals/atsc/78/1/jas-d-20-0214.1.xml"
}
- Lubis, Sandro W., and Pedram Hassanzadeh. " An Eddy–Zonal Flow Feedback Model for Propagating Annular Modes", Journal of the Atmospheric Sciences 78, 1 (2021).(url)
BibTeX
@article { Lubis_AMS_2021, author = {Sandro W. Lubis and Pedram Hassanzadeh}, title = {An Eddy–Zonal Flow Feedback Model for Propagating Annular Modes}, journal = {Journal of the Atmospheric Sciences}, year = {2021}, publisher = {American Meteorological Society}, address = {Boston MA, USA}, volume = {78}, number = {1}, doi = {10.1175/JAS-D-20-0214.1}, pages= {249 - 267}, url = "https://journals.ametsoc.org/view/journals/atsc/78/1/jas-d-20-0214.1.xml" }
For a guide to markdown syntax see
https://www.markdownguide.org/basic-syntax/