Changeset 4655 for palm/trunk


Ignore:
Timestamp:
Aug 28, 2020 2:28:34 PM (4 years ago)
Author:
pavelkrc
Message:

Bugfix: Add possibility to output surface data during spinup

Location:
palm/trunk/SOURCE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4652 r4655  
    2525# -----------------
    2626# $Id$
     27# Bugfix: Add possibility to output surface data during spinup
     28#
     29# 4652 2020-08-27 08:51:55Z raasch
    2730# routine posix_calls_from_fortran merged into posix_interface_mod
    2831#
     
    12421245        pmc_interface_mod.o \
    12431246        radiation_model_mod.o \
     1247        surface_data_output_mod.o \
    12441248        surface_layer_fluxes_mod.o \
    12451249        time_to_string.o \
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r4654 r4655  
    2828! -----------------
    2929! $Id$
    30 ! Add possibility to output surface data during spinup (author: J. Resler)
    3130!
    3231! 4653 2020-08-27 08:54:43Z pavelkrc
  • palm/trunk/SOURCE/time_integration_spinup.f90

    r4654 r4655  
    2525! -----------------
    2626! $Id$
     27!
     28! 4654 2020-08-28 13:47:23Z pavelkrc
     29! Add possibility to output surface data during spinup (author: J. Resler)
     30!
     31! 4635 2020-08-05 16:44:15Z suehring
    2732! Bugfix in calling radiation_control, was called every dt_spinup rather than only dt_radiation
    2833!
Note: See TracChangeset for help on using the changeset viewer.