Skip to content
Snippets Groups Projects
Commit d9441512 authored by Kyle's avatar Kyle
Browse files

got celia test to run for summa sundials

parent 952cd594
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ subroutine ffile_info(indxGRU,handle_forcFileInfo,num_forcing_files,err) bind(C,
! allocate space for forcing information
if(allocated(forcFileInfo%ffile_list)) deallocate(forcFileInfo%ffile_list)
allocate(forcFileInfo%ffile_list(totalFiles), stat=err)
allocate(forcFileInfo%ffile_list(nFile), stat=err)
if(err/=0)then; err=20; message=trim(message)//'problem allocating space for forcFileInfo'; return; end if
! poputate the forcingInfo structure with filenames
......
# config_file
The configuration file is used to adjust the settings for summa actors. This file is passed into SUMMA using the -c argument for running summa.
The settings are defined as follows:
## Distributed_Settings - For client and server actors
- distributed_mode
- hostname
- port
- total_hru_count
- num_hru_per_batch
- heartbeat_interval
- lost_node_threshold
## Summa_Actor
- max_gru_per_job
## File_Access_Actor
- num_vectors_in_output_manager
## Job_Actor
- file_manager_path
- output_structure_size
- output_csv
- csv_path
## HRU_Actor
- print_output
- output_frequency
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment