[RegCNET] variables

XUNQIANG BI bixq at ictp.it
Tue Jul 10 10:52:10 CEST 2007


On Mon, 9 Jul 2007, [gb2312] ¾¸ ÕÅ wrote:

> Hi,everyone
>      I have some doubts about the variables in output files.
>     Where to find ''clear sky net downward radiation flux at top of atmosphere(TOA)'   'clear sky net downward radiation flux at surface(SRF)'   'all sky net downward radiation flux at TOA '  and  'all sky net downward radiation flux at SRF'£¿

The above variables are not in the normal output file. If you want have 
them, it's possible.

edit radtap.F,

change the line

           if (n.lt.10) then ! skip everything from alb (10 to 21)

to
           if (n.lt.22) then ! output all 2D fields

Then you need to edit the RAD.yyyymmddhh.ctl by yourself and add
12 2D variable names in this file.

The 12 variables are:

             frad2d(jslc-1,i-1,10) =     alb(i)  ! skip
             frad2d(jslc-1,i-1,11) =    albc(i)  ! skip
             frad2d(jslc-1,i-1,12) =    fsds(i)  ! skip
             frad2d(jslc-1,i-1,13) =  fsnirt(i)  ! skip
             frad2d(jslc-1,i-1,14) =  fsnrtc(i)  ! skip
             frad2d(jslc-1,i-1,15) =fsnirtsq(i)  ! skip
             frad2d(jslc-1,i-1,16) =    soll(i)  ! skip
             frad2d(jslc-1,i-1,17) =    sols(i)  ! skip
             frad2d(jslc-1,i-1,18) =   solsd(i)  ! skip
             frad2d(jslc-1,i-1,19) =   solld(i)  ! skip
             frad2d(jslc-1,i-1,20) =   solis(i)  ! skip
             frad2d(jslc-1,i-1,21) =  sabveg(i)  ! skip

(in radout.F)


More information about the RegCNET mailing list