Using the ExtData component: Difference between revisions

Bmauer (talk | contribs)
Bmauer (talk | contribs)
Line 20: Line 20:
time each days. MAPL_ExtDataGridCompMod also allows data to be shifted and scaled.
time each days. MAPL_ExtDataGridCompMod also allows data to be shifted and scaled.


Using ExtData requires constructing your input files in a logical way. There is one general principal to always remember. [[Unless the file represents a climatology you must have data that spans the time you intend to run your application.]] For example if you have data files with dates in 2009 on them and your application tries to run in 2001 it will crash!
Using ExtData requires constructing your input files in a logical way. There is one general principal to always remember. <span style="color:#FF0000">Unless the file represents a climatology you must have data that spans the time you intend to run your application.</span> For example if you have data files with dates in 2009 on them and your application tries to run in 2001 it will crash!


== ExtData Resource File ==
== ExtData Resource File ==