Ignore:
Timestamp:
Jun 28, 2017 7:53:56 AM (7 years ago)
Author:
maronga
Message:

added new spinup mechanism for surface/radiation models

File:
1 edited

Legend:

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

    r2292 r2296  
    2525! -----------------
    2626! $Id$
     27! Added call to new spinup routine
     28!
     29! 2292 2017-06-20 09:51:42Z schwenkel
    2730! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    2831! includes two more prognostic equations for cloud drop concentration (nc) 
     
    184187               message_string, microphysics_morrison, microphysics_seifert,    &
    185188               nest_domain, neutral, nudging, passive_scalar, runnr,           &
    186                simulated_time, simulated_time_chr, urban_surface,              &
     189               simulated_time, simulated_time_chr, spinup, urban_surface,      &
    187190               user_interface_current_revision,                                &
    188191               user_interface_required_revision, version, wall_heatflux,       &
     
    392395
    393396    CALL cpu_log( log_point(2), 'initialisation', 'stop' )
     397
     398!
     399!-- Integration of the non-atmospheric equations (land surface model, urban
     400!-- surface model)
     401    IF ( spinup )  THEN
     402       CALL time_integration_spinup
     403    ENDIF
    394404
    395405!
Note: See TracChangeset for help on using the changeset viewer.