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

how to force atm with ssi and tsi in spectral_irradiance_Lean_1610-2009_ann_c100405 .nc

I'll apreciate it for your help.



the content of netcdf spectral_irradiance_Lean_1610-2009_ann_c100405.nc
dimensions:
time = UNLIMITED ; // (400 currently)
ref_time_bound = 2 ;
wavelength = 3780 ;
variables:
double tsi_ref ;
tsi_ref:time_op = "average" ;
tsi_ref:bounds = "ref_time_bound" ;
tsi_ref:long_name = "average of tsi over ref_time_bound i
tsi_ref:units = "W/m^2" ;
tsi_ref:average_op_ncl = "dim_avg over dimension: time" ;
double ref_time_bound(ref_time_bound) ;
ref_time_bound:units = "days since 0000-01-01 00:00:00" ;
ref_time_bound:long_name = "reference time interval bound
int date(time) ;
date:format = "YYYYMMDD" ;
double time(time) ;
time:calendar = "noleap" ;
time:axis = "T" ;
time:time_origin = "01-JAN-0000" ;
time:units = "days since 0000-01-01 00:00:00" ;
double wavelength(wavelength) ;
wavelength:units = "nm" ;
wavelength:long_name = "Wavelength of band center" ;
double band_width(wavelength) ;
band_width:units = "nm" ;
band_width:long_name = "Wavelength width of band" ;
double ssi_ref(wavelength) ;
ssi_ref:time_op = "average" ;
ssi_ref:bounds = "ref_time_bound" ;
ssi_ref:long_name = "average of ssi over ref_time_bound i
ssi_ref:units = "mW/m^2/nm" ;
ssi_ref:average_op_ncl = "dim_avg over dimension: time" ;
double tsi(time) ;
tsi:units = "W/m^2" ;
tsi:long_name = "Total Solar Irradiance at 1 a.u." ;
double ssi(time, wavelength) ;
ssi:units = "mW/m^2/nm" ;
ssi:long_name = "Solar Spectral Irradiance at 1 a.u." ;

i don't know whether the ssi and the tsi force the atm independently.
can i change the ssi when the ssi unchanges?
 
Top