initcond_output Subroutine

public subroutine initcond_output(itime)

Uses


                                                                        *
 Output of the initial condition sensitivity field.                     *
                                                                        *
 Author: A. Stohl                                                       *
                                                                        *
 24 May 1995                                                            *
                                                                        *
 13 April 1999, Major update: if output size is smaller, dump output    *
                in sparse matrix format; additional output of           *
                uncertainty                                             *
                                                                        *
 05 April 2000, Major update: output of age classes; output for backward*
                runs is time spent in grid cell times total mass of     *
                species.                                                *
                                                                        *
 17 February 2002, Appropriate dimensions for backward and forward runs *
                   are now specified in file par_mod                    *
                                                                        *
 June 2006, write grid in sparse matrix with a single write command     *
            in order to save disk space                                 *
                                                                        *
 2008 new sparse matrix format                                          *
                                                                        *

                                                                        *

Variables: * ncells number of cells with non-zero concentrations * sparse .true. if in sparse matrix format, else .false. * *



Generate output: may be in concentration (ng/m3) or in mixing ratio (ppt) or both Output the position and the values alternated multiplied by 1 or -1, first line is number of values, number of positions For backward simulations, the unit is seconds, stored in grid_time


Arguments

Type IntentOptional Attributes Name
integer :: itime