Ignore:
Timestamp:
Jul 20, 2018 11:20:01 AM (7 years ago)
Author:
sward
Message:

Added multi agent system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/parin.f90

    r3157 r3159  
    2525! -----------------
    2626! $Id$
     27! Added multi agent system
     28!
     29! 3157 2018-07-19 21:08:49Z maronga
    2730! added use_free_convection_scaling
    2831!
     
    441444    USE model_1d_mod,                                                          &
    442445        ONLY:  damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d
     446
     447    USE multi_agent_system_mod,                                                &
     448        ONLY:  mas_parin
    443449
    444450    USE netcdf_interface,                                                      &
     
    843849!--       Check if gust module is used and read &gust_par if required
    844850          CALL gust_parin
    845  
    846  
     851
     852!
     853!--       Check if multi agent system is used and read &agents_par if required
     854          CALL mas_parin
     855
     856!
    847857!--       Check if plant canopy model is used and read &canopy_par if required
    848858          CALL pcm_parin
    849  
     859
    850860!
    851861!--       Read control parameters for optionally used model software packages
Note: See TracChangeset for help on using the changeset viewer.