                            *** MATLAB EXAMPLES FOR CAMS RADIATION AND MCCLEAR SERVICES ***
                         
The common/ folder contains Matlab functions for CAMS Radiation and McClear services.
The cams/ folder contains Matlab examples for CAMS Radiation and McClear services.

Important:
----------
* This code has been tested with Matlab 2017b. It should work on any recent version of Matlab.
* Start Matlab in matlab/cams/ folder for a proper initialization (by startup.m).

Code structure:
---------------
    matlab/
        code_overview.docx              = documentation
        |
        common/ = Matlab functions for CAMS Radiation and McClear services
            |
	        cams_radiation_wget.m       = Utility function that calls CAMS Radiation service from SoDa distant server
	        mcclear_wget.m              = Utility function that calls McClear service from SoDa distant server
	        util/                       = Various utilities
        |
        cams/ = Matlab examples for CAMS
            |
	        startup.m                   = Matlab initialization
	        test_cams_radiation.m       = Example of calling CAMS Radiation service
	        test_mcclear.m              = Example of calling McClear service
	        test_CAMS_Africa.m          = Examples of reading a subset of CAMS Radiation volume over Africa (Jade)
	        test_CAMS_Europe.m          = Examples of reading a subset of CAMS Radiation volume over Europe (Agate)

Note : 
-----
util/ contains various utility functions. They are NOT documented. 
You may get their usage by typing "help function-name" in Matlab.

