Variables | |
| real(kind=dbl_kind) | dtt |
| real(kind=dbl_kind) | dti |
| integer(kind=int_kind) | nsib |
| integer(kind=int_kind) | subcount |
| integer(kind=int_kind) | snowl |
| integer(kind=int_kind) | ihr |
| integer(kind=int_kind) | jhr |
| integer(kind=int_kind) | nhr |
| integer(kind=int_kind) | nper |
| integer(kind=long_kind) | endtime |
| integer(kind=long_kind) | starttime |
| integer(kind=long_kind) | dtsib |
| integer(kind=long_kind) | dtsibmetin |
| integer(kind=long_kind) | dtsibres |
| integer(kind=long_kind) | dtsibout |
| integer(kind=int_kind) | dtsibbcin |
| integer(kind=int_kind) | nsecond |
| integer(kind=int_kind) | numsib |
| integer(kind=int_kind) | nstepsib |
| integer(kind=int_kind) | endyear |
| integer(kind=int_kind) | ndtsibpbp |
| real(kind=real_kind), dimension(:), allocatable | latsib |
| real(kind=real_kind), dimension(:), allocatable | lonsib |
| real(kind=real_kind), dimension(:), allocatable | latitude |
| real(kind=real_kind), dimension(:), allocatable | longitude |
| real(kind=real_kind), dimension(:), allocatable | lonpbp |
| real(kind=real_kind), dimension(:), allocatable | latpbp |
| integer(kind=int_kind), parameter | nsoil = 10 |
| integer(kind=int_kind), parameter | nsnow = 5 |
| integer(kind=int_kind), parameter | physmax = 5 |
| integer(kind=int_kind), parameter | npermax = 365 |
| real(kind=real_kind) | sin_dec |
| real(kind=real_kind) | cos_dec |
| real(kind=real_kind) | tau |
| integer(kind=int_kind) | startyear = 1 |
| integer(kind=int_kind) | eqnx = 80 |
| real(kind=real_kind) | lonearth |
| integer(kind=int_kind), dimension(:), allocatable | subset |
| integer(kind=int_kind), dimension(:), allocatable | latindex |
| integer(kind=int_kind), dimension(:), allocatable | lonindex |
| integer(kind=int_kind), dimension(:), allocatable | sublat |
| integer(kind=int_kind), dimension(:), allocatable | sublon |
| real(kind=dbl_kind) | c3day |
| real(kind=dbl_kind) | ztemp |
| real(kind=dbl_kind) | zwind |
| real(kind=dbl_kind), parameter | version = 3.0 |
| real(kind=dbl_kind), parameter | snomel = 3.705185e8 |
| real(kind=dbl_kind), parameter | cv = 1952.0 |
| real(kind=dbl_kind), parameter | autofrac = 0.5 |
| real(kind=dbl_kind), parameter | pdb = 0.0112372 |
| real(kind=dbl_kind), parameter | kieclfbl = - 2.9 |
| real(kind=dbl_kind), parameter | kiecstom = - 4.4 |
| real(kind=dbl_kind), parameter | kieclphas = -0.7 |
| real(kind=dbl_kind), parameter | kiecdis = -1.1 |
| real(kind=dbl_kind), parameter | kiecrbsco = -28.2 |
| real(kind=dbl_kind), parameter | tref = 298.16 |
| real(kind=dbl_kind), parameter | pref = 101325.0 |
| integer(kind=long_kind), parameter | d13c_auto_switch = 7 |
| real(kind=dbl_kind), parameter | tm_length = 86400.0 |
| real(kind=dbl_kind), parameter | ca_q10 = 0.08747 |
| real (kind=dbl_kind),parameter sib_const_module::autofrac = 0.5 |
Definition at line 131 of file sib_const_module.F90.
Referenced by calc_respfactor().
| real(kind=dbl_kind) sib_const_module::c3day |
Definition at line 78 of file sib_const_module.F90.
| real(kind=dbl_kind),parameter sib_const_module::ca_q10 = 0.08747 |
Definition at line 187 of file sib_const_module.F90.
Referenced by respsib().
| real(kind=real_kind) sib_const_module::cos_dec |
Definition at line 60 of file sib_const_module.F90.
Referenced by solar_dec(), and zenith_angle().
| real (kind=dbl_kind),parameter sib_const_module::cv = 1952.0 |
Definition at line 84 of file sib_const_module.F90.
Referenced by begtem().
| integer(kind=long_kind),parameter sib_const_module::d13c_auto_switch = 7 |
Definition at line 178 of file sib_const_module.F90.
| real(kind=dbl_kind) sib_const_module::dti |
Definition at line 13 of file sib_const_module.F90.
Referenced by balan(), combine_snow(), compact_snow(), diagnostic_output(), hydro_canopy(), hydro_snow(), hydro_soil(), phosib(), sibdrive(), sibslv(), soilwater(), and update().
| integer(kind=long_kind) sib_const_module::dtsib |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=int_kind) sib_const_module::dtsibbcin |
Definition at line 33 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=long_kind) sib_const_module::dtsibmetin |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=long_kind) sib_const_module::dtsibout |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=long_kind) sib_const_module::dtsibres |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| real(kind=dbl_kind) sib_const_module::dtt |
Definition at line 12 of file sib_const_module.F90.
Referenced by balan(), cfrax::cfrax_final(), cfrax::cfrax_physloop(), compact_snow(), cos::cos_calc(), delef(), delhf(), hydro_canopy(), hydro_snow(), hydro_soil(), phosib(), sibdrive(), sibslv(), soilwater(), update(), and vntlat().
| integer(kind=long_kind) sib_const_module::endtime |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=int_kind) sib_const_module::endyear |
Definition at line 39 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=int_kind) sib_const_module::eqnx = 80 |
Definition at line 63 of file sib_const_module.F90.
Referenced by init_solar_dec(), and solar_dec().
| integer(kind=int_kind) sib_const_module::ihr |
Definition at line 16 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| integer(kind=int_kind) sib_const_module::jhr |
Definition at line 16 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| real(kind=dbl_kind),parameter sib_const_module::kiecdis = -1.1 |
Definition at line 161 of file sib_const_module.F90.
Referenced by cfrax::cfrax_physloop().
| real(kind=dbl_kind),parameter sib_const_module::kieclfbl = - 2.9 |
Definition at line 150 of file sib_const_module.F90.
Referenced by cfrax::cfrax_physloop().
| real(kind=dbl_kind),parameter sib_const_module::kieclphas = -0.7 |
Definition at line 158 of file sib_const_module.F90.
Referenced by cfrax::cfrax_physloop().
| real(kind=dbl_kind),parameter sib_const_module::kiecrbsco = -28.2 |
Definition at line 165 of file sib_const_module.F90.
Referenced by cfrax::cfrax_physloop().
| real(kind=dbl_kind),parameter sib_const_module::kiecstom = - 4.4 |
Definition at line 154 of file sib_const_module.F90.
Referenced by cfrax::cfrax_physloop().
| integer (kind=int_kind),dimension(:),allocatable sib_const_module::latindex |
Definition at line 70 of file sib_const_module.F90.
Referenced by init_grid().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::latitude |
Definition at line 43 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::latpbp |
Definition at line 43 of file sib_const_module.F90.
Referenced by init_grid(), and output_control().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::latsib |
Definition at line 43 of file sib_const_module.F90.
Referenced by calculate_td(), init_grid(), init_parameters(), need_to_switch(), sibdrv_read_ecmwf(), sibdrv_read_geos4(), sibdrv_read_ncep2(), sibdrv_read_ncep2_single(), and zenith_angle().
| real(kind=real_kind) sib_const_module::lonearth |
Definition at line 67 of file sib_const_module.F90.
Referenced by init_solar_dec(), and solar_dec().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::longitude |
Definition at line 43 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| integer (kind=int_kind),dimension(:),allocatable sib_const_module::lonindex |
Definition at line 70 of file sib_const_module.F90.
Referenced by init_grid().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::lonpbp |
Definition at line 43 of file sib_const_module.F90.
Referenced by init_grid(), and output_control().
| real(kind=real_kind),dimension(:),allocatable sib_const_module::lonsib |
Definition at line 43 of file sib_const_module.F90.
Referenced by init_grid(), sibdrv_read_ecmwf(), sibdrv_read_geos4(), sibdrv_read_ncep2(), sibdrv_read_ncep2_single(), and zenith_angle().
| integer(kind=int_kind) sib_const_module::ndtsibpbp |
Definition at line 40 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=int_kind) sib_const_module::nhr |
Definition at line 16 of file sib_const_module.F90.
Referenced by init_grid().
| integer(kind=int_kind) sib_const_module::nper |
Definition at line 16 of file sib_const_module.F90.
Referenced by bc_interp(), init_parameters(), need_to_switch(), open_global_td(), and open_single_td().
| integer(kind=int_kind),parameter sib_const_module::npermax = 365 |
Definition at line 55 of file sib_const_module.F90.
Referenced by open_single_td().
| integer(kind=int_kind) sib_const_module::nsecond |
Definition at line 33 of file sib_const_module.F90.
Referenced by read_ic().
| integer(kind=int_kind) sib_const_module::nsib |
Definition at line 16 of file sib_const_module.F90.
Referenced by init_grid(), open_global_td(), open_single_td(), read_global_td_param(), read_ic(), read_ndvi_old(), read_ti(), rtape_sib(), sibdrv_read_ecmwf(), sibdrv_read_geos4(), sibdrv_read_ncep1(), sibdrv_read_ncep2(), sibdrv_read_ncep2_single(), and write_global_respfactor().
| integer(kind=int_kind),parameter sib_const_module::nsnow = 5 |
Definition at line 52 of file sib_const_module.F90.
Referenced by balan(), combine_snow(), diagnostic_output(), read_ic(), rtape_sib(), sib_main(), and sibslv().
| integer(kind=int_kind),parameter sib_const_module::nsoil = 10 |
Definition at line 51 of file sib_const_module.F90.
Referenced by balan(), begtem(), calc_respfactor(), hydro_soil(), init_var(), output_control(), read_global_respfactor(), read_ic(), read_qp_pbp_opts(), read_single_respfactor(), respfactor_control(), rtape_sib(), sib_main(), sibslv(), soil_properties(), soilwater(), update(), and write_single_respfactor().
| integer(kind=int_kind) sib_const_module::nstepsib |
Definition at line 33 of file sib_const_module.F90.
| integer(kind=int_kind) sib_const_module::numsib |
Definition at line 33 of file sib_const_module.F90.
| real(kind=dbl_kind),parameter sib_const_module::pdb = 0.0112372 |
Definition at line 138 of file sib_const_module.F90.
Referenced by cfrax::cfrax_final(), cfrax::cfrax_physloop(), and phosib().
| integer(kind=int_kind),parameter sib_const_module::physmax = 5 |
Definition at line 53 of file sib_const_module.F90.
Referenced by bc_interp(), bc_interp_old(), read_global_td_param(), sibdrive(), and switch_td_param().
| real(kind=dbl_kind),parameter sib_const_module::pref = 101325.0 |
Definition at line 173 of file sib_const_module.F90.
| real(kind=real_kind) sib_const_module::sin_dec |
Definition at line 59 of file sib_const_module.F90.
Referenced by solar_dec(), and zenith_angle().
| real (kind=dbl_kind),parameter sib_const_module::snomel = 3.705185e8 |
Definition at line 84 of file sib_const_module.F90.
Referenced by hydro_canopy(), hydro_snow(), and update().
| integer(kind=int_kind) sib_const_module::snowl |
Definition at line 16 of file sib_const_module.F90.
| integer(kind=long_kind) sib_const_module::starttime |
Definition at line 25 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and time_init().
| integer(kind=int_kind) sib_const_module::startyear = 1 |
Definition at line 63 of file sib_const_module.F90.
Referenced by init_grid(), and time_init().
| integer(kind=int_kind) sib_const_module::subcount |
Definition at line 16 of file sib_const_module.F90.
Referenced by bc_interp(), bc_interp_old(), calc_respfactor(), calculate_td(), init_grid(), init_parameters(), init_sibdrv(), mean_zenith_angle(), need_to_switch(), output_control(), read_global_respfactor(), read_global_td_param(), read_ic(), read_qp_pbp_opts(), read_ti(), respfactor_control(), rtape_sib(), sibdrive(), sibdrv_interp(), sibdrv_read_ecmwf(), sibdrv_read_geos4(), sibdrv_read_ncep1(), sibdrv_read_ncep2(), sibdrv_read_ncep2_single(), sibdrv_read_single(), soil_properties(), and zenith_angle().
| integer (kind=int_kind),dimension(:),allocatable sib_const_module::sublat |
Definition at line 70 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| integer (kind=int_kind),dimension(:),allocatable sib_const_module::sublon |
Definition at line 70 of file sib_const_module.F90.
Referenced by init_grid(), output_control(), and write_global_respfactor().
| integer (kind=int_kind),dimension(:),allocatable sib_const_module::subset |
Definition at line 70 of file sib_const_module.F90.
Referenced by calculate_td(), init_grid(), init_parameters(), need_to_switch(), read_global_respfactor(), read_global_td_param(), read_ic(), read_ti(), rtape_sib(), sibdrv_read_ecmwf(), sibdrv_read_geos4(), sibdrv_read_ncep1(), sibdrv_read_ncep2(), sibdrv_read_ncep2_single(), write_global_respfactor(), and zenith_angle().
| real(kind=real_kind) sib_const_module::tau |
Definition at line 61 of file sib_const_module.F90.
Referenced by balan(), and sibdrive().
| real(kind=dbl_kind),parameter sib_const_module::tm_length = 86400.0 |
Definition at line 185 of file sib_const_module.F90.
| real(kind=dbl_kind),parameter sib_const_module::tref = 298.16 |
Definition at line 169 of file sib_const_module.F90.
| real (kind=dbl_kind),parameter sib_const_module::version = 3.0 |
Definition at line 84 of file sib_const_module.F90.
Referenced by rtape_sib().
| real(kind=dbl_kind) sib_const_module::ztemp |
Definition at line 78 of file sib_const_module.F90.
Referenced by init_grid(), read_ti(), and vntlat().
| real(kind=dbl_kind) sib_const_module::zwind |
Definition at line 78 of file sib_const_module.F90.
Referenced by init_grid(), read_ti(), and vntlat().
1.7.1