Ignore:
Timestamp:
Mar 22, 2018 3:05:23 PM (6 years ago)
Author:
Giersch
Message:

further inipar parameter has been added to restart data, bugfix in spinup mechanism

File:
1 edited

Legend:

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

    r2894 r2921  
    2525! -----------------
    2626! $Id$
     27! The activation of spinup has been moved to parin
     28!
     29! 2894 2018-03-15 09:17:58Z Giersch
    2730! Calculations of the index range of the subdomain on file which overlaps with
    2831! the current subdomain are already done in read_restart_data_mod,
     
    45864589       land_surface = .TRUE.
    45874590
    4588 !
    4589 !--    Activate spinup
    4590        IF ( spinup_time > 0.0_wp )  THEN
    4591           coupling_start_time = spinup_time
    4592           IF ( spinup_pt_mean == 9999999.9_wp )  THEN
    4593              spinup_pt_mean = pt_surface
    4594           ENDIF
    4595           IF ( .NOT. spinup )  THEN
    4596              end_time = end_time + spinup_time
    4597              spinup = .TRUE.
    4598           ENDIF
    4599        ENDIF
    4600 
    46014591
    46024592 10    CONTINUE
Note: See TracChangeset for help on using the changeset viewer.