Return to Fortran Bibliography, Fortran Research, Fortran, Fortran Glossary, DevOps Bibliography, Fortran Courses, Fortran GitHub, Fortran Glossary
Fair Use Source: B097819373 (MdFtrn 2020)
“Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you’ll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light.”
“Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives. Better designs for ships, planes, and automobiles have made travel safer, more efficient, and less expensive than ever before. Using Fortran, low-level machine learning and deep learning libraries provide incredibly easy, fast, and insightful analysis of massive data. Fortran is an amazingly powerful and flexible programming language that forms the foundation of high performance computing for research, science, and industry. And it's come a long, long way since starting life on IBM mainframes in 1956. Modern Fortran is natively parallel, so it's uniquely suited for efficiently handling problems like complex simulations, long-range predictions, and ultra-precise designs. If you're working on tasks where speed, accuracy, and efficiency matter, it's time to discover—or re-discover—Fortran..”
“For over 60 years Fortran has been powering mission-critical scientific applications, and it isn't slowing down yet! Rock-solid reliability and new support for parallel programming make Fortran an essential language for next-generation high-performance computing. Simply put, the future is in parallel, and Fortran is already there.”
For developers and computational scientists. No experience with Fortran required.
PART 1 - GETTING STARTED WITH MODERN FORTRAN
1 Introducing Fortran
2 Getting started: Minimal working app
PART 2 - CORE ELEMENTS OF FORTRAN
3 Writing reusable code with functions and subroutines
4 Organizing your Fortran code using modules
5 Analyzing time series data with arrays
6 Reading, writing, and formatting your data
PART 3 - ADVANCED FORTRAN USE
7 Going parallel with Fortan coarrays
8 Working with abstract data using derived types
9 Generic procedures and operators for any data type
10 User-defined operators for derived types
PART 4 - THE FINAL STRETCH
11 Interoperability with C: Exposing your app to the web
12 Advanced parallelism with teams, events, and collectives
“For the reader seeking proof of life for modern Fortran, Milan's work provides ample evidence of the language's ongoing role in technological modernity.” –From the Foreword by Damian Rouson, Sourcery Insitute
“An excellent introduction to the joys of modern Fortran; from polymorphism to parallelism. A must-read.” –Matthew Emmett, Computer Modelling Group
“A unique book that builds on many real-life examples to show that Fortran is still alive and can be used productively even in the era of the web.” –Maurizio Tomasi, Università degli Studi di Milano
“Compared to other programming books I have seen, this one is exceptionally pleasant to work through.” –Konrad Hinsen, Centre National de la Recherche Scientifique –This text refers to an alternate kindle_edition edition.
Milan Curcic is a meteorologist, oceanographer, and author of several general-purpose Fortran libraries and Fortran applications. He is a scientist and founder. A Fortran programmer since 2006, he has worked with teams from United States Navy and NASA on developing and improving Earth system prediction models. He has also built a SaaS platform for numerical weather prediction (https://cloudrun.co), porting a million lines of Fortran to the cloud. Milan has authored several general-purpose Fortran libraries and is a founding member of the open source Fortran community project (fortran-lang.org).
Fortran Programming Language, Fortran Source File, Fortran .f File Extension, Fortran .f90 File Extension, Fortran .f95 File Extension, Fortran .f03 File Extension, Fortran .f08 File Extension, Fortran Free-Form Source, Fortran Fixed-Form Source, Fortran gfortran Compiler, Fortran ifort Compiler, Fortran NAG Compiler, Fortran flang Compiler, Fortran ftn Command, Fortran fpp Preprocessor, Fortran Modules, Fortran USE Statement, Fortran IMPLICIT NONE, Fortran PROGRAM Keyword, Fortran SUBROUTINE Keyword, Fortran FUNCTION Keyword, Fortran END PROGRAM, Fortran END SUBROUTINE, Fortran END FUNCTION, Fortran END MODULE, Fortran CONTAINS Section, Fortran BLOCK Keyword, Fortran INTERFACE Block, Fortran ABSTRACT INTERFACE, Fortran MODULE PROCEDURE, Fortran RECURSIVE Keyword, Fortran PURE Keyword, Fortran ELEMENTAL Keyword, Fortran ALLOCATABLE Attribute, Fortran ALLOCATE Statement, Fortran DEALLOCATE Statement, Fortran INTENT(IN), Fortran INTENT(OUT), Fortran INTENT(INOUT), Fortran OPTIONAL Dummy Arg, Fortran SAVE Attribute, Fortran PRIVATE Attribute, Fortran PUBLIC Attribute, Fortran PROTECTED Attribute, Fortran TARGET Attribute, Fortran POINTER Attribute, Fortran VOLATILE Attribute, Fortran BIND(C) Attribute, Fortran VALUE Attribute, Fortran IMPORT Statement, Fortran SELECTED_REAL_KIND, Fortran SELECTED_INT_KIND, Fortran KIND Parameter, Fortran ISO_C_BINDING Module, Fortran C_INT Type, Fortran C_FLOAT Type, Fortran C_DOUBLE Type, Fortran C_CHAR Type, Fortran C_FUNPTR Type, Fortran C_LOC Function, Fortran C_ASSOCIATED Function, Fortran C_F_POINTER Subroutine, Fortran CHARACTER Type, Fortran INTEGER Type, Fortran REAL Type, Fortran DOUBLE PRECISION Type, Fortran COMPLEX Type, Fortran LOGICAL Type, Fortran PARAMETER Attribute, Fortran DATA Statement, Fortran EQUIVALENCE Statement, Fortran COMMON Block, Fortran BLOCK DATA, Fortran CRITICAL Construct, Fortran DO Loop, Fortran DO CONCURRENT Loop, Fortran DO WHILE Loop, Fortran EXIT Statement, Fortran CYCLE Statement, Fortran IF Statement, Fortran IF...THEN...ELSE Construct, Fortran SELECT CASE Construct, Fortran GOTO Statement, Fortran STOP Statement, Fortran RETURN Statement, Fortran CALL Statement, Fortran WRITE Statement, Fortran READ Statement, Fortran PRINT Statement, Fortran OPEN Statement, Fortran CLOSE Statement, Fortran INQUIRE Statement, Fortran REWIND Statement, Fortran BACKSPACE Statement, Fortran ENDFILE Statement, Fortran FORMAT Statement, Fortran NAMELIST Statement, Fortran INCLUDE Line, Fortran ASSOCIATE Construct, Fortran SELECT TYPE Construct, Fortran RANK Operator (Fortran 2008+), Fortran CONTIGUOUS Attribute, Fortran PURE Procedure, Fortran ELEMENTAL Procedure, Fortran INTENT Declaration, Fortran ALLOCATE with MOLD, Fortran MOVE_ALLOC Subroutine, Fortran EXECUTE_COMMAND_LINE Intrinsic, Fortran CPU_TIME Intrinsic, Fortran DATE_AND_TIME Intrinsic, Fortran SYSTEM_CLOCK Intrinsic, Fortran RANDOM_NUMBER Intrinsic, Fortran RANDOM_SEED Intrinsic, Fortran TRANSFER Intrinsic, Fortran C_F_PROCPOINTER Intrinsic, Fortran ISO_FORTRAN_ENV Module
Fortran: Effective Fortran, Fortran Best Practices, Fortran Fundamentals, Fortran Inventor - Fortran Language Designer: John Backus of IBM in 1957 (see John Backus Oral History); Modern Fortran - Legacy Fortran, Fortran keywords, Fortran data structures - Fortran algorithms, Fortran syntax, IBM Mainframe DevOps, Fortran DevOps, Fortran Development Tools (Fortran IDEs and Code Editors, Fortran Compilers, Fortran CI/CD Build Tools, Fortran Standard Library), Fortran Standards (ISO Fortran: Fortran 202X | 202X, Fortran 2018 | 2018, Fortran 2018 | 2018, Fortran 2008 | 2008, Fortran 2003 | 2003, Fortran 95 | 95, Fortran 90 | 90, Fortran 77 | 77), ANSI Fortran-Fortran 66 | 66, Fortran and Supercomputers (Fortran and High-Performance Computing (HPC)), Parallel Fortran (Embarrassingly Parallel Fortran - Fortran Coarrays), Fortran Paradigms (Imperative Fortran, Procedural Fortran, Object-Oriented Fortran - Fortran OOP, Functional Fortran), Fortran Community, Learning Fortran, Fortran on Windows, Fortran on Linux, Fortran on UNIX, Fortran on macOS, Mainframe Fortran, IBM i Fortran, Fortran installation, Fortran containerization, Fortran configuration, Fortran SRE, Fortran data science - Fortran DataOps, Fortran machine learning, Fortran deep learning, Fortran concurrency, Fortran history, Fortran bibliography, Fortran Glossary - Glossaire de Fortran - French, Fortran topics, Fortran courses, Fortran Standard Library, Fortran libraries, Fortran frameworks, Fortran research, Fortran GitHub, Written in Fortran, Fortran popularity, Fortran Awesome list, Fortran Versions. (navbar_fortran - see also navbar_cobol, navbar_mainframe)
Cloud Monk is Retired ( for now). Buddha with you. © 2025 and Beginningless Time - Present Moment - Three Times: The Buddhas or Fair Use. Disclaimers
SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.