• 大小: 11.07MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-07
  • 语言: 其他
  • 标签: 地磁算法  Windows  

资源简介

可在Windows系统下运行的地磁模型程序算法,其中包含英文解释txt

资源截图

代码片段和文件信息


#include 
#include 
#include 
#include 
#include 
#include 
#include “GeomagnetismHeader.h“

/* $Id: GeomagnetismLibrary.c 1287 2014-12-09 22:55:09Z awoods $
 *
 * ABSTRACT
 *
 * The purpose of Geomagnetism Library is primarily to support the World Magnetic Model (WMM) 2015-2020.
 * It however is built to be used for spherical harmonic models of the Earth‘s magnetic field
 * generally and supports models even with a large (>>12) number of degrees.  It is also used in many 
 * other geomagnetic models distributed by NGDC.
 *
 * REUSE NOTES
 *
 * Geomagnetism Library is intended for reuse by any application that requires
 * Computation of Geomagnetic field from a spherical harmonic model.
 *
 * REFERENCES
 *
 *    Further information on Geoid can be found in the WMM Technical Documents.
 *
 *
 * LICENSES
 *
 *  The WMM source code is in the public domain and not licensed or under copyright.
 * The information and software may be used freely by the public. As required by 17 U.S.C. 403
 * third parties producing copyrighted works consisting predominantly of the material produced by
 * U.S. government agencies must provide notice with such work(s) identifying the U.S. Government material
 * incorporated and stating that such material is not subject to copyright protection.
 *
 * RESTRICTIONS
 *
 *    Geomagnetism library has no restrictions.
 *
 * ENVIRONMENT
 *
 *    Geomagnetism library was tested in the following environments
 *
 *    1. Red Hat Linux  with GCC Compiler
 *    2. MS Windows 7 with MinGW compiler
 *    3. Sun Solaris with GCC Compiler
 *
 *


 *  National Geophysical Data Center
 *  NOAA EGC/2
 *  325 Broadway
 *  Boulder CO 80303 USA
 *  Attn: Susan McLean
 *  Phone:  (303) 497-6478
 *  Email:  Susan.McLean@noaa.gov


 *  Software and Model Support
 *  National Geophysical Data Center
 *  NOAA EGC/2
 *  325 Broadway“
 *  Boulder CO 80303 USA
 *  Attn: Manoj Nair or Arnaud Chulliat
 *  Phone:  (303) 497-4642 or -6522
 *  Email:  geomag.models@noaa.gov
 *  URL: http://www.ngdc.noaa.gov/Geomagnetic/WMM/DoDWMM.shtml


 *  For more details on the subroutines please consult the WMM
 *  Technical Documentations at
 *  http://www.ngdc.noaa.gov/Geomagnetic/WMM/DoDWMM.shtml

 *  Nov 23 2009
 *  Written by Manoj C Nair and Adam Woods
 *  Manoj.C.Nair@Noaa.Gov
 *  Revision Number: $Revision: 1287 $
 *  Last changed by: $Author: awoods $
 *  Last changed on: $Date: 2014-12-09 15:55:09 -0700 (Tue 09 Dec 2014) $

 */






/******************************************************************************
 ************************************Wrapper***********************************
 * This grouping consists of functions call groups of other functions to do a
 * complete calculation of some sort.  For example the MAG_Geomag function
 * does everything necessary to compute the geomagnetic elements

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-17 10:58  Windows_mag\
     文件      133296  2014-12-14 16:18  Windows_mag\Geomagnetism_Library_Software_Manual.pdf
     文件       47394  2014-12-14 16:18  Windows_mag\WMM2015testvalues.pdf
     文件        2577  2014-12-14 16:23  Windows_mag\WMM_README.txt
     目录           0  2018-07-17 10:53  Windows_mag\bin\
     文件        4650  2014-12-14 16:23  Windows_mag\bin\WMM.COF
     文件         320  2015-12-04 14:03  Windows_mag\bin\sample_coords.txt
     文件         320  2015-12-04 14:03  Windows_mag\bin\sample_coords.txt.bak
     文件        2073  2014-12-14 16:23  Windows_mag\bin\sample_output_file.txt
     文件     4342130  2014-12-14 16:19  Windows_mag\bin\wmm_file.exe
     文件     4325238  2014-12-14 16:19  Windows_mag\bin\wmm_grid.exe
     文件     4325750  2014-12-14 16:18  Windows_mag\bin\wmm_point.exe
     目录           0  2018-07-17 10:53  Windows_mag\src\
     文件     8520651  2014-12-14 16:19  Windows_mag\src\EGM9615.h
     文件       18310  2014-12-14 16:19  Windows_mag\src\GeomagnetismHeader.h
     文件      197219  2014-12-14 16:19  Windows_mag\src\GeomagnetismLibrary.c
     文件       33479  2014-12-14 16:19  Windows_mag\src\wmm_file.c
     文件        2982  2014-12-14 16:19  Windows_mag\src\wmm_grid.c
     文件        3859  2015-12-09 15:21  Windows_mag\src\wmm_point.c
     文件        3860  2014-12-14 16:19  Windows_mag\src\wmm_point.c.bak

评论

共有 条评论