ARTS  2.3.1285(git:92a29ea9-dirty)
telsem.h File Reference

This file contains the definition of the TELSEM atlas format. More...

#include <array>
#include "array.h"
#include "matpackIII.h"
#include "mystring.h"
#include "xml_io.h"

Go to the source code of this file.

Classes

class  TelsemAtlas
 A telsem atlas. More...
 

Typedefs

typedef Array< TelsemAtlasArrayOfTelsemAtlas
 

Functions

std::ostream & operator<< (std::ostream &os, const TelsemAtlas &ta)
 

Detailed Description

This file contains the definition of the TELSEM atlas format.

This file implements an interface to the TELSEM model for land surface microwave emissivities:

F. Aires et al, "A Tool to Estimate Land‐Surface Emissivities at Microwave frequencies (TELSEM) for use in numerical weather prediction," Quarterly Journal of the Royal Meteorological Society, vol. 137, (656), pp. 690-699, 2011.

Definition in file telsem.h.

Typedef Documentation

◆ ArrayOfTelsemAtlas

Definition at line 394 of file telsem.h.

Function Documentation

◆ operator<<()