Ignore:
Timestamp:
Apr 7, 2016 2:23:03 PM (8 years ago)
Author:
raasch
Message:

spectrum renamed spactra_par and further modularized, POINTER-attributes added in coupler-routines to avoid gfortran error messages

File:
1 edited

Legend:

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

    r1832 r1833  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! call of spectra_parin
    2222!
    2323! Former revisions:
     
    245245        ONLY :  batch_job
    246246
    247      USE radiation_model_mod,                                                  &
    248          ONLY: radiation_parin 
    249        
     247    USE radiation_model_mod,                                                   &
     248        ONLY: radiation_parin 
     249
     250    USE spectra_mod,                                                           &
     251        ONLY :  spectra_parin
     252
    250253    USE statistics,                                                            &
    251254        ONLY:  hom, hom_sum, pr_palm, region, statistic_regions
     
    473476          ENDIF
    474477
    475          
    476478!
    477479!--       Check if land surface model is used and read &lsm_par if required
    478480          CALL lsm_parin
    479  
     481
     482!
     483!--       Check if spectra shall be calculated and read spectra_par if required
     484          CALL spectra_parin
     485
    480486!
    481487!--       Check if radiation model is used and read &radiation_par if required
Note: See TracChangeset for help on using the changeset viewer.