For the convection analysis, i assign a table parameter for the air temperature as shown below;
!AIR TEMPERATURE INDEX FORMAT
*DIM, AIRTEMP,TABLE, 24,1,1,TIME,TEMP,X,COORD_SYS_ID
AIRTEMP(1,1)=29.19,30.75,32.56,34.5,36.44,38.25,39.80,40.99,41.74,42,41.74
AIRTEMP(1,0)=1,2,3,4,5,6,7,8,9,10
AIRTEMP(11,1)=40.99,39.80,38.25,36.44,34.5,32.56,30.75,29.19,28.00,27.56
AIRTEMP(11,0)=11,12,13,14,15,16,17,18,19,20
AIRTEMP(21,1)=27,27.26,28.00,29.20
AIRTEMP(21,0)=21,22,23,24
But in applying Radiation Load, only the emissivity and enclosure number is requested.
I am using the commands for my analysis. Not so good in writing the script
Thank you for your help in anticipation