D H said:
Properly modeling the Earth's atmosphere has been one of the driving forces for making supercomputers. Hard as this task is, modeling the behavior of the Earth's atmosphere from the perspective of a non-rotating frame would be utterly insane.
Well, let's take a look at a 'what if' scenario.
What if a group sets out make a supercomputer numbercrunch the equations of motion for the Earth centered
inertial coordinate system? For one thing, they'd have to set that up only once. Once working algorithms are in place they will remain in service.
The input of the atmospheric models is the combined dataset: data from wheather stations, data from wheather satellites etc. Data such as temperature carry over directly, only the wind direction and velocity data must be transformed to velocity relative to the inertial coordinate system. Arrays of processors can do that in parallel, so it can be done very fast.
The numbercrunching will be about the same computational load. The equations of motion will have a simpler form, no need to include any fictitious force in the computation!
To convert to usable output a second coordinate transformation transforms wind directions and velocities to motion relative to the co-rotating coordinate system. Again, that can be done very fast.
For meteorological insitutions working with supercomputers there is no need to switch to using the equations of motion for the inertial coordinate system, but if they would switch it would require just a small, temporary investment in manpower.
The supercomputers are just numbercrunching, the form of the equations of motion doesn't matter much. The user interface of the software will accept input and present output as velocities and directions relative to the co-rotating coordinate system.
Cleonis