Prev: Genetic programming and MATLAB scripts
Next: reshuffle different parts within a sinus to construct a new one
From: Jeff Klein on 27 Jan 2010 19:26 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?
From: Manoj Nair on 5 Feb 2010 12:28 "Jeff Klein" <jklein(a)physics.umn.edu> wrote in message <hjqlit$nur$1(a)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
From: Joaquim Luis on 5 Feb 2010 14:30 "Jeff Klein" <jklein(a)physics.umn.edu> wrote in message <hjqlit$nur$1(a)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
From: Enrique on 9 Feb 2010 06:13 "Manoj Nair" <manoj.nair(a)colorado.edu> wrote in message <hkhkf2$otm$1(a)fred.mathworks.com>... > "Jeff Klein" <jklein(a)physics.umn.edu> wrote in message <hjqlit$nur$1(a)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
From: Manoj Nair on 9 Feb 2010 09:23 "Enrique " <e.urquijo(a)fis.ucm.es> wrote in message <hkrfvv$q4m$1(a)fred.mathworks.com>... > "Manoj Nair" <manoj.nair(a)colorado.edu> wrote in message <hkhkf2$otm$1(a)fred.mathworks.com>... > > "Jeff Klein" <jklein(a)physics.umn.edu> wrote in message <hjqlit$nur$1(a)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
|
Next
|
Last
Pages: 1 2 Prev: Genetic programming and MATLAB scripts Next: reshuffle different parts within a sinus to construct a new one |