Changeset 2342
- Timestamp:
- Aug 8, 2017 11:00:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/large_scale_forcing_nudging_mod.f90
r2320 r2342 25 25 ! ----------------- 26 26 ! $Id$ 27 ! fixed check if surface forcing data is available until end of simulation 28 ! 29 ! 2320 2017-07-21 12:47:43Z suehring 30 ! initial revision 27 31 ! 28 32 ! Description: … … 32 36 !> Moreover, module contains nudging routines, where u, v, pt and q are nudged 33 37 !> to given profiles on a relaxation timescale tnudge. 34 !> Profiles are read in from NUDGIN _DATA.38 !> Profiles are read in from NUDGING_DATA. 35 39 !> Code is based on Neggers et al. (2012) and also in parts on DALES and UCLA-LES. 36 40 !> @todo: Revise reading of ASCII-files … … 481 485 q_surf(nt), p_surf(nt) 482 486 483 IF ( ierrn <0 ) THEN487 IF ( ierrn /= 0 ) THEN 484 488 WRITE ( message_string, * ) 'No time dependent surface variables ',& 485 489 'in&LSF_DATA for end of run found'
Note: See TracChangeset
for help on using the changeset viewer.