Changeset 4525 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- May 10, 2020 5:05:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r4518 r4525 25 25 ! ----------------- 26 26 ! $Id$ 27 ! added restart I/O for global salsa data, 28 ! added restart with MPI-IO for salsa 29 ! 30 ! 4518 2020-05-04 15:44:28Z suehring 27 31 ! Call of doq_rrd_local enabled 28 32 ! … … 489 493 salsa_data_output_3d, & 490 494 salsa_statistics, & 495 salsa_rrd_global, & 491 496 salsa_rrd_local, & 497 salsa_wrd_global, & 492 498 salsa_wrd_local 493 499 … … 1736 1742 IF ( .NOT. found ) CALL pcm_rrd_global( found ) 1737 1743 IF ( .NOT. found ) CALL ocean_rrd_global( found ) ! ToDo: change interface to pass variable 1744 IF ( .NOT. found ) CALL salsa_rrd_global( found ) 1738 1745 IF ( .NOT. found ) CALL stg_rrd_global ( found ) ! ToDo: change interface to pass variable 1739 1746 IF ( .NOT. found ) CALL wtm_rrd_global( found ) ! ToDo: change interface to pass variable … … 1767 1774 IF ( plant_canopy ) CALL pcm_rrd_global 1768 1775 IF ( ocean_mode ) CALL ocean_rrd_global 1776 IF ( salsa ) CALL salsa_rrd_global 1769 1777 IF ( syn_turb_gen ) CALL stg_rrd_global 1770 1778 IF ( wind_turbine ) CALL wtm_rrd_global … … 1798 1806 IF ( plant_canopy ) CALL pcm_wrd_global 1799 1807 IF ( ocean_mode ) CALL ocean_wrd_global 1808 IF ( salsa ) CALL salsa_wrd_global 1800 1809 IF ( syn_turb_gen ) CALL stg_wrd_global 1801 1810 IF ( wind_turbine ) CALL wtm_wrd_global … … 2004 2013 IF ( ocean_mode ) CALL ocean_rrd_local 2005 2014 IF ( radiation ) CALL radiation_rrd_local 2006 !IF ( salsa ) CALL salsa_rrd_local2015 IF ( salsa ) CALL salsa_rrd_local 2007 2016 IF ( urban_surface ) CALL usm_rrd_local 2008 2017 IF ( surface_output ) CALL surface_data_output_rrd_local
Note: See TracChangeset
for help on using the changeset viewer.