Thread Subject: world magnetic model 2010

Subject: world magnetic model 2010

From: Jeff Klein

Date: 28 Jan, 2010 00:26:05

Message: 1 of 8

Hi,

Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.

Anyone familiar with this?

Subject: world magnetic model 2010

From: Manoj Nair

Date: 5 Feb, 2010 17:28:02

Message: 2 of 8

"Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> Hi,
>
> Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
>
> Anyone familiar with this?


We at NGDC updates WMM. We informed MATLAB that they need to update the model. I have created aerowmm2010.mat for testing the MATLAB code. Also need to write an additional line ine wrldmagm.m to accept the new model. If you want this mat file, I can send these files to you.

best

Manoj

Subject: world magnetic model 2010

From: Manoj Nair

Date: 5 Feb, 2010 17:28:02

Message: 3 of 8

"Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> Hi,
>
> Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
>
> Anyone familiar with this?


We at NGDC updates WMM. We informed MATLAB that they need to update the model. I have created aerowmm2010.mat for testing the MATLAB code. Also need to write an additional line ine wrldmagm.m to accept the new model. If you want this mat file, I can send these files to you.

best

Manoj

Subject: world magnetic model 2010

From: Joaquim Luis

Date: 5 Feb, 2010 19:30:22

Message: 4 of 8

"Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> Hi,
>
> Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
>
> Anyone familiar with this?

It may be useful to know that the GMT CVS version was uptdated to IGRF2010 and it also has the CM4 model

J. Luis

Subject: world magnetic model 2010

From: Enrique

Date: 9 Feb, 2010 11:13:03

Message: 5 of 8

"Manoj Nair" <manoj.nair@colorado.edu> wrote in message <hkhkf2$otm$1@fred.mathworks.com>...
> "Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> > Hi,
> >
> > Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
> >
> > Anyone familiar with this?
>
>
> We at NGDC updates WMM. We informed MATLAB that they need to update the model. I have created aerowmm2010.mat for testing the MATLAB code. Also need to write an additional line ine wrldmagm.m to accept the new model. If you want this mat file, I can send these files to you.
>
> best
>
> Manoj

Hi everyone,

I have been dealing with aerowmm2010.mat file to figure out how to get de coefficients (c, dc, fn, fm, snorm, k) from the WMM developers file WMM.COF in order to run the matlab function wrldmagm.

 I will be grateful if you can send it to me your file so I can test that my values I get are correct. Of course, I can send them to you if you want...

best regards

Enrique

Subject: world magnetic model 2010

From: Manoj Nair

Date: 9 Feb, 2010 14:23:02

Message: 6 of 8

"Enrique " <e.urquijo@fis.ucm.es> wrote in message <hkrfvv$q4m$1@fred.mathworks.com>...
> "Manoj Nair" <manoj.nair@colorado.edu> wrote in message <hkhkf2$otm$1@fred.mathworks.com>...
> > "Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> > > Hi,
> > >
> > > Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
> > >
> > > Anyone familiar with this?
> >
> >
> > We at NGDC updates WMM. We informed MATLAB that they need to update the model. I have created aerowmm2010.mat for testing the MATLAB code. Also need to write an additional line ine wrldmagm.m to accept the new model. If you want this mat file, I can send these files to you.
> >
> > best
> >
> > Manoj
>
> Hi everyone,
>
> I have been dealing with aerowmm2010.mat file to figure out how to get de coefficients (c, dc, fn, fm, snorm, k) from the WMM developers file WMM.COF in order to run the matlab function wrldmagm.
>
> I will be grateful if you can send it to me your file so I can test that my values I get are correct. Of course, I can send them to you if you want...
>
> best regards
>
> Enrique

Enrique,

I sent my version of aero2010.mat to your email. The variable snorm is un-necessary.

-Manoj

Subject: world magnetic model 2010

From: Lloyd Walker

Date: 26 Feb, 2010 17:23:04

Message: 7 of 8

"Manoj Nair" <manoj.nair@colorado.edu> wrote in message <hkrr46$ab0$1@fred.mathworks.com>...
> "Enrique " <e.urquijo@fis.ucm.es> wrote in message <hkrfvv$q4m$1@fred.mathworks.com>...
> > "Manoj Nair" <manoj.nair@colorado.edu> wrote in message <hkhkf2$otm$1@fred.mathworks.com>...
> > > "Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> > > > Hi,
> > > >
> > > > Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
> > > >
> > > > Anyone familiar with this?
> > >
> > >
> > > We at NGDC updates WMM. We informed MATLAB that they need to update the model. I have created aerowmm2010.mat for testing the MATLAB code. Also need to write an additional line ine wrldmagm.m to accept the new model. If you want this mat file, I can send these files to you.
> > >
> > > best
> > >
> > > Manoj
> >
> > Hi everyone,
> >
> > I have been dealing with aerowmm2010.mat file to figure out how to get de coefficients (c, dc, fn, fm, snorm, k) from the WMM developers file WMM.COF in order to run the matlab function wrldmagm.
> >
> > I will be grateful if you can send it to me your file so I can test that my values I get are correct. Of course, I can send them to you if you want...
> >
> > best regards
> >
> > Enrique
>
> Enrique,
>
> I sent my version of aero2010.mat to your email. The variable snorm is un-necessary.
>
> -Manoj

I am working on an Attitude determination code for a class and I was wondering if you can send me the updated M file. I would be most happy if you could. This will help out my team so much.

Thanks.

Subject: world magnetic model 2010

From: Arkadiy Turevskiy

Date: 5 Mar, 2010 18:52:08

Message: 8 of 8

Hi,
Release 2010a became available today. As part of that release we updated the function wrldmagm to include world magnetic model for years 2010-2015 (WMM-2010).
See release notes for more details:
http://www.mathworks.com/products/aerotb/whatsnew.html

HTH.
Arkadiy


"Jeff Klein" <jklein@physics.umn.edu> wrote in message <hjqlit$nur$1@fred.mathworks.com>...
> Hi,
>
> Matlab has a function called wrldmagm which returns the earth's magnetic field at a given time and coordinate. This uses the World Magnetic Model which is updated every five years - so if you are looking for a date in 2003, for example, you need to tell wrldmagm to use the year 2000 file, and after 2005 the year 2005 file, etc. The function loads a bunch of coefficients from a file like aerowmm2000.mat or aerowmm2005.mat. But now there's a new model for 2010. Nobody appers to have created an aerowmm2010.mat. I assume that these files contain the same coefficients as wmm.cof, the C file that is used by the functions distributed by the people who do the WMM, but I don't know how to map between the two - some you can kinda figure out but it's hit and miss.
>
> Anyone familiar with this?

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
aerospace toolbox Arkadiy Turevskiy 5 Mar, 2010 13:54:31
wmm aerowmm2010 Manoj Nair 5 Feb, 2010 12:29:13
world magnetic ... Manoj Nair 5 Feb, 2010 12:29:13
matlab Manoj Nair 5 Feb, 2010 12:29:13
wrldmagm Jeff Klein 27 Jan, 2010 19:29:09
aero Jeff Klein 27 Jan, 2010 19:29:09
wmm Jeff Klein 27 Jan, 2010 19:29:09
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com