matlab - Making a meteorological output file using specific weather model -


i want make .mat output file consists of meteorological data (latitude, longitude, wind ect).

i have example output "hwm14 / nrlmsise 00" model type used.

does know model type, , whether there matlab functions can use generate meteorological outputs?

there no in-built matlab tool implementing nrlmsise-00 weather model, although may find file exchange submission interesting:

nrlmsise-00 atmosphere model

within file, there links fortran , c implementations, matlab code inspired by. note have no experience package cannot endorse it, seems best option other writing own implementation.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -