Changeset 3208 for palm/trunk/SCRIPTS
- Timestamp:
- Aug 27, 2018 1:10:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3033 r3208 27 27 # ----------------- 28 28 # $Id$ 29 # Added building of agent_preprocessing 30 # 31 # 3033 2018-05-23 15:26:19Z raasch 29 32 # "fname" renamed to "jobname" 30 33 # … … 479 482 cp -p ../UTIL/combine_plot_fields.f90 . 480 483 cp -p ../UTIL/compare_palm_logs.f90 . 484 cp -p ../UTIL/agent_preprocessing/agent_preprocessing.f90 . 481 485 cp -p ../UTIL/Makefile_utilities . 482 486 tar -cf ${program_name}_sources.tar Makefile* *.$suf 483 rm combine_plot_fields.f90 compare_palm_logs.f90 Makefile_utilities487 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities 484 488 485 489 … … 564 568 fi 565 569 fi 570 mv agent_preprocessing $source_path/../SCRIPTS/. 566 571 567 572 … … 758 763 fi 759 764 make -f Makefile_utilities $make_options F90=$compiler_name F90_SER=$compiler_name_ser COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$linker_options" 765 mv agent_preprocessing $source_path/../SCRIPTS/. 760 766 761 767
Note: See TracChangeset
for help on using the changeset viewer.