Solar Data with EUV and soft X-ray bands (down to ~0.5 nm)

mmills

CSEG and Liaisons
Staff member
The file is here:


EUVAC_reference_c170222.nc

It appears in the WACCM namelist as euvac_file:

euvac_file = '/glade/p/cesmdata/cseg/inputdata/atm/waccm/phot/EUVAC_reference_c170222.nc'

Code:
> ncdump -v WC /glade/p/cesmdata/cseg/inputdata/atm/waccm/phot/EUVAC_reference_c170222.nc
netcdf EUVAC_reference_c170222 {
dimensions:
    bin = 23 ;
variables:
    float WLINT(bin) ;
        WLINT:Description = "wavelength bin interval" ;
        WLINT:Unit = "nm" ;
    float WC(bin) ;
        WC:Description = "wavelength bin center" ;
        WC:Unit = "nm" ;
    float REFMIN(bin) ;
        REFMIN:Description = "EUV reference spectrum for solar minimum condition" ;
        REFMIN:Unit = "photon cm^-2 s^-1" ;
    float AFAC(bin) ;
        AFAC:Description = "solar variablity scaling factor" ;
        AFAC:Unit = "non-dimensional" ;

// global attributes:
        :Source = "Richards, P.G., et al, EUVAC, A solar EUV flux model for aeronomic calculations, J.Geophys. Res., 99, 8981 - 8992, 1994" ;
        :Title = "EUVAC solar EUV model (0.05-121nm)" ;
        :in_file = "euvac.nc" ;
        :history = "created 2015-07-02 11:25:42" ;
data:

 WC = 0.225, 0.6, 1.3, 2.5, 5.1, 11.25, 18.95, 25.7, 30.5, 43, 59.5, 72.4,
    72.4, 85.55, 85.55, 85.55, 94.4, 94.4, 94.4, 98.1, 100.7, 103.85, 113 ;
}
 
The file is here:


EUVAC_reference_c170222.nc

It appears in the WACCM namelist as euvac_file:

euvac_file = '/glade/p/cesmdata/cseg/inputdata/atm/waccm/phot/EUVAC_reference_c170222.nc'

Code:
> ncdump -v WC /glade/p/cesmdata/cseg/inputdata/atm/waccm/phot/EUVAC_reference_c170222.nc
netcdf EUVAC_reference_c170222 {
dimensions:
    bin = 23 ;
variables:
    float WLINT(bin) ;
        WLINT:Description = "wavelength bin interval" ;
        WLINT:Unit = "nm" ;
    float WC(bin) ;
        WC:Description = "wavelength bin center" ;
        WC:Unit = "nm" ;
    float REFMIN(bin) ;
        REFMIN:Description = "EUV reference spectrum for solar minimum condition" ;
        REFMIN:Unit = "photon cm^-2 s^-1" ;
    float AFAC(bin) ;
        AFAC:Description = "solar variablity scaling factor" ;
        AFAC:Unit = "non-dimensional" ;

// global attributes:
        :Source = "Richards, P.G., et al, EUVAC, A solar EUV flux model for aeronomic calculations, J.Geophys. Res., 99, 8981 - 8992, 1994" ;
        :Title = "EUVAC solar EUV model (0.05-121nm)" ;
        :in_file = "euvac.nc" ;
        :history = "created 2015-07-02 11:25:42" ;
data:

WC = 0.225, 0.6, 1.3, 2.5, 5.1, 11.25, 18.95, 25.7, 30.5, 43, 59.5, 72.4,
    72.4, 85.55, 85.55, 85.55, 94.4, 94.4, 94.4, 98.1, 100.7, 103.85, 113 ;
}

Thanks Dr. Mills!
 
Back
Top