Changes between Version 254 and Version 255 of doc/app/runtime_parameters


Ignore:
Timestamp:
May 4, 2015 11:16:17 AM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v254 v255  
    551551||shf_eb ||surface sensible heat flux (from energy balance, horizontal average) ||W/m^2 ||
    552552\\
    553 The following quantities are additionally output when a [wiki:doc/tec/radiation radiation model] is used:
     553The following quantity is additionally output when a [wiki:doc/tec/radiation radiation model] is used:
    554554||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||
    555555||rad_net   ||net radiation flux at the surface (horizontal average) ||W/m^2 ||
    556 ||rad_sw_in ||incoming shortwave radiation flux at the surface (horizontal average) ||W/m^2 ||
     556\\
     557The following quantities are additionally output when [../radpar#radiation_scheme radiation_scheme] = 'clear-sky' or 'rrtmg' is set:
     558||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||
     559||rad_lw_in  ||incoming longwave radiation flux at the surface (horizontal average) ||W/m^2 ||
     560||rad_lw_out ||outgoing longwave radiation flux at the surface (horizontal average) ||W/m^2 ||
     561||rad_sw_in  ||incoming shortwave radiation flux at the surface (horizontal average) ||W/m^2 ||
     562||rad_sw_out ||outgoing shortwave radiation flux at the surface (horizontal average) ||W/m^2 ||
     563\\
     564The following quantities are additionally output when [../radpar#radiation_scheme radiation_scheme] = 'rrtmg' is set:
     565||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||
     566||rrtm_aldif ||albedo for diffuse longwave radiation (horizontal average) ||0-1 ||
     567||rrtm_aldir ||albedo for direct longwave radiation (horizontal average) ||0-1 ||
     568||rrtm_asdif ||albedo for diffuse shortwave radiation (horizontal average) ||0-1 ||
     569||rrtm_asdir ||albedo for direct shortwave radiation (horizontal average) ||0-1 ||
    557570\\\\
    558571Additionally, the user can add his own timeseries quantities to the file, by using the user-interface subroutines [[../userint/int#user_init|user_init.f90]] and [[../userint/int#user_statistics|user_statistics.f90]] These routines contain (as comment lines) a simple example how to do this.\\\\