Changeset 4814 for palm/trunk/SCRIPTS/.palm.config.eddy_ifort
- Timestamp:
- Dec 9, 2020 1:08:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.eddy_ifort
r3346 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %output_data $WORK/palm/current_version/JOBS7 %base_directory $HOME/palm/current_version8 7 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 10 9 %fast_io_catalog $WORK/palm_restart_tmp 10 %restart_data_path $fast_io_catalog 11 %output_data_path $WORK/palm/current_version/JOBS 11 12 %local_jobcatalog $HOME/job_queue 12 13 ################################################################################ … … 27 28 %execute_command_for_combine mpirun -n 1 ./combine_plot_fields.x 28 29 %memory 2333 29 %module_commands module load PALMDependencies/icc 30 %module_commands module load PALMDependencies/icc 30 31 # 31 32 # BATCH-directives to be used for batch jobs … … 43 44 # 44 45 #---------------------------------------------------------------------------- 45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 47 #---------------------------------------------------------------------------- 47 48 IC:export ATP_ENABLED=1 … … 57 58 # OUTPUT-commands - executed when program terminates normally 58 59 #---------------------------------------------------------------------------- 59 #60 60 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 61 61 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE
Note: See TracChangeset
for help on using the changeset viewer.