Ignore:
Timestamp:
Apr 6, 2016 3:44:20 PM (8 years ago)
Author:
maronga
Message:

further modularization of land surface model

File:
1 edited

Legend:

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

    r1805 r1817  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Added call to land surface model for reading of &lsmpar
    2222!
    2323! Former revisions:
     
    208208    USE kinds
    209209
     210    USE land_surface_model_mod,                                                &
     211        ONLY: lsm_parin
     212   
    210213    USE model_1d,                                                              &
    211214        ONLY:  damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d
     
    450453          ENDIF
    451454
     455         
     456!
     457!--       Check if land surface model is used and read &lsmpar if required
     458          CALL lsm_parin
     459         
     460         
    452461!
    453462!--       Read control parameters for optionally used model software packages
Note: See TracChangeset for help on using the changeset viewer.