CAM
dyncropfilemod Module Reference

Functions/Subroutines

subroutine, public dyncrop_init (bounds, dyncrop_filename)
 
subroutine, public dyncrop_interp (bounds, crop_inst)
 

Variables

type(dyn_file_type), target dyncrop_file
 
type(dyn_var_time_uninterp_type) wtcrop
 
type(dyn_var_time_uninterp_type) wtcft
 
type(dyn_var_time_uninterp_type) fertcft
 
character(len= *), parameter crop_varname = 'PCT_CROP'
 
character(len= *), parameter cft_varname = 'PCT_CFT'
 
character(len= *), parameter fert_varname = 'FERTNITRO_CFT'
 
character(len= *), parameter, private sourcefile = __FILE__
 

Function/Subroutine Documentation

◆ dyncrop_init()

subroutine, public dyncropfilemod::dyncrop_init ( type(bounds_type), intent(in)  bounds,
character(len=*), intent(in)  dyncrop_filename 
)
Here is the caller graph for this function:

◆ dyncrop_interp()

subroutine, public dyncropfilemod::dyncrop_interp ( type(bounds_type), intent(in)  bounds,
type(crop_type), intent(in)  crop_inst 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cft_varname

character(len=*), parameter dyncropfilemod::cft_varname = 'PCT_CFT'
private

◆ crop_varname

character(len=*), parameter dyncropfilemod::crop_varname = 'PCT_CROP'
private

◆ dyncrop_file

type(dyn_file_type), target dyncropfilemod::dyncrop_file
private

◆ fert_varname

character(len=*), parameter dyncropfilemod::fert_varname = 'FERTNITRO_CFT'
private

◆ fertcft

type(dyn_var_time_uninterp_type) dyncropfilemod::fertcft
private

◆ sourcefile

character(len=*), parameter, private dyncropfilemod::sourcefile = __FILE__
private

◆ wtcft

type(dyn_var_time_uninterp_type) dyncropfilemod::wtcft
private

◆ wtcrop

type(dyn_var_time_uninterp_type) dyncropfilemod::wtcrop
private