All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ow.yesworkflow.0.2.0.source-code.example_comments.txt Maven / Gradle / Ivy

@BEGIN main
@PARAM db_pth
@PARAM fmodel
@IN input_mask_file  @URI file:{db_pth}/land_water_mask/LandWaterMask_Global_CRUNCEP.nc
@IN input_data_file  @URI file:{db_pth}/NEE_first_year.nc
@OUT result_NEE_pdf  @URI file:result_NEE.pdf
@BEGIN fetch_mask
@PARAM db_pth
@IN g  @AS input_mask_file  @URI file:{db_pth}/land_water_mask/LandWaterMask_Global_CRUNCEP.nc
@OUT mask  @AS land_water_mask
@END fetch_mask
@BEGIN load_data
@PARAM db_pth
@IN input_data_file  @URI file:{db_pth}/NEE_first_year.nc
@OUT data  @AS NEE_data
@END load_data
@BEGIN standardize_with_mask
@IN data @AS NEE_data
@IN mask @AS land_water_mask
@OUT data @AS standardized_NEE_data
@END standardize_with_mask
@BEGIN simple_diagnose
@PARAM fmodel
@IN data @AS standardized_NEE_data
@OUT pp  @AS result_NEE_pdf  @URI file:result_NEE.pdf
@END simple_diagnose
@END main




© 2015 - 2024 Weber Informatics LLC | Privacy Policy