TABLE OF CONTENTS


MLT_RSS/update_all_amsu_L2C_monthlies_v3_2_TLT.f90 [ Subroutines ]

[ Top ] [ Subroutines ]

NAME

    update_all_amsu_L2C_monthlies_v3_2 for TLT

PURPOSE

    Calculates Monthly AMSU L2C data, stores to file.  Special TLT version that
    separates right from left instead of ascending from descending

INPUTS

    sat_num    AMSU satellite number (10 = NOAA-15, etc)
    channel            amsu channel number (5,7, or 9)
   first_date_to_process       Date structure containing first dat to process
   last_date_to_process        Date structure containing the last date to process
   view_str                string containing FOV subset to use 
   error                                       :: = 0 if everything is OK, no zero otherwise

OUTPUTS

    integer(4) :: error                 ! error flag.  0 if all OK, -1 if out of bounds satellite number passed

AUTHOR

    Carl Mears, Remote Sensing Systems

COPYRIGHT

   THIS SOFTWARE AND ITS DOCUMENTATION ARE COPYRIGHT 2012 REMOTE SENSING SYSTEMS.
   THEY ARE PROVIDED FOR INFORMATIONAL AND ALGORITHM VERIFICATION PURPOSES ONLY
   AND MAY NOT BE USED IN WHOLE OR IN PART FOR ANY OTHER PURPOSE WITHOUT WRITTEN
   PERMISSION FROM REMOTE SENSING SYSTEMS.  THEY ARE FURNISHED "AS IS." THE
   AUTHORS, THE UNITED STATES GOVERNMENT, ITS INSTRUMENTALITIES, OFFICERS, EMPLOYEES,
   AND AGENTS MAKE NO WARRANTY, EXPRESS OR IMPLIED, AS TO THE USEFULNESS OF THE
   SOFTWARE AND DOCUMENTATION FOR ANY PURPOSE. THEY ASSUME NO RESPONSIBILITY (1) FOR
   THE USE OF THE SOFTWARE AND DOCUMENTATION; OR (2) TO PROVIDE TECHNICAL SUPPORT
   TO USERS.

HISTORY

    2/21/2012 Initial Version prepared for NCDC

USAGE

    call update_all_amsu_L2C_monthlies_v3_2_TLT_CD(sat_num,                                    &
                                                       channel,                                        &
                                                       first_date_to_process,          &
                                                       last_date_to_process,           &
                                                       view_str,                                       &
                                                       diurnal_str,                            &
                                                       error)