Ignore:
Timestamp:
Dec 9, 2020 1:08:08 PM (3 years ago)
Author:
gronemeier
Message:

add additional output paths to palm.iofiles and update configuration files accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.palm.config.eddy_ifort

    r3346 r4814  
    33#name of variable  value of variable (~ must not be used)
    44#----------------------------------------------------------------------------
     5%base_directory      $HOME/palm/current_version
    56%base_data           $HOME/palm/current_version/JOBS
    6 %output_data         $WORK/palm/current_version/JOBS
    7 %base_directory      $HOME/palm/current_version
    87%source_path         $HOME/palm/current_version/trunk/SOURCE
    9 %user_source_path    $base_directory/JOBS/$run_identifier/USER_CODE
     8%user_source_path    $base_data/$run_identifier/USER_CODE
    109%fast_io_catalog     $WORK/palm_restart_tmp
     10%restart_data_path   $fast_io_catalog
     11%output_data_path    $WORK/palm/current_version/JOBS
    1112%local_jobcatalog    $HOME/job_queue
    1213################################################################################
     
    2728%execute_command_for_combine     mpirun  -n 1  ./combine_plot_fields.x
    2829%memory              2333
    29 %module_commands     module load PALMDependencies/icc     
     30%module_commands     module load PALMDependencies/icc
    3031#
    3132# BATCH-directives to be used for batch jobs
     
    4344#
    4445#----------------------------------------------------------------------------
    45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 
     46# INPUT-commands, executed before running PALM - lines must start with "IC:"
    4647#----------------------------------------------------------------------------
    4748IC:export ATP_ENABLED=1
     
    5758# OUTPUT-commands - executed when program terminates normally
    5859#----------------------------------------------------------------------------
    59 #
    6060# Combine 1D- and 3D-profile output (these files are not usable for plotting)
    6161OC:[[ -f LIST_PROFIL_1D     ]]  &&  cat  LIST_PROFIL_1D  >>  LIST_PROFILE
Note: See TracChangeset for help on using the changeset viewer.