Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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!
 
Top