Changeset 3637 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Dec 20, 2018 1:51:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r3636 r3637 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Implementation of the PALM module interface 29 ! 30 ! 3636 2018-12-19 13:48:34Z raasch 28 31 ! nopointer option removed 29 32 ! … … 91 94 92 95 USE control_parameters 93 96 94 97 USE indices, & 95 98 ONLY: nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb, & … … 1956 1959 INTEGER(iwp) :: g !< 1957 1960 1961 IF ( simulated_time >= time_since_reference_point ) THEN 1958 1962 1959 1963 SELECT CASE ( mod_count ) … … 2010 2014 2011 2015 END SELECT 2016 2017 ENDIF 2012 2018 2013 2019 END SUBROUTINE salsa_swap_timelevel
Note: See TracChangeset
for help on using the changeset viewer.