Changeset 2696 for palm/trunk/SCRIPTS
- Timestamp:
- Dec 14, 2017 5:12:51 PM (7 years ago)
- Location:
- palm/trunk
- Files:
-
- 22 deleted
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk
-
palm/trunk/SCRIPTS/.palm.iofiles
r2669 r2696 1 1 # 2 #------------------------------------------------------------------------------------------ 2 #------------------------------------------------------------------------------------------- 3 3 # List of input-files 4 #------------------------------------------------------------------------------------------ 4 #------------------------------------------------------------------------------------------- 5 5 PARIN in:tr d3# $base_data/$fname/INPUT _p3d* 6 6 PARIN in:tr d3r $base_data/$fname/INPUT _p3dr* 7 7 PARIN in:tr pcr $base_data/$fname/INPUT _pcr 8 8 TOPOGRAPHY_DATA inopt:tr d3#:d3r $base_data/$fname/INPUT _topo* 9 PIDS_STATIC inopt:tr d3#:d3r $base_data/$fname/INPUT _static* 10 PIDS_DYNAMIC inopt:tr d3#:d3r $base_data/$fname/INPUT _dynamic* 11 rrtmg_lw.nc inopt:tr d3#:d3r $base_data/$fname/INPUT _rlw 12 rrtmg_sw.nc inopt:tr d3#:d3r $base_data/$fname/INPUT _rsw 9 13 WTM_DATA inopt:tr d3#:d3r $base_data/$fname/INPUT _wtm 10 14 BININ in:lnpe d3r:rec $fast_io_catalog/$fname/RESTART _d3d … … 17 21 DATA_2D_XY_AV_NETCDF inopt xyr $base_data/$fname/OUTPUT _xy_av* nc 18 22 DATA_2D_XZ_NETCDF inopt xzr $base_data/$fname/OUTPUT _xz* nc 23 DATA_2D_XZ_AV_NETCDF inopt xzr $base_data/$fname/OUTPUT _xz_av* nc 19 24 DATA_2D_YZ_NETCDF inopt yzr $base_data/$fname/OUTPUT _yz* nc 25 DATA_2D_YZ_AV_NETCDF inopt yzr $base_data/$fname/OUTPUT _yz_av* nc 20 26 DATA_3D_NETCDF inopt 3dr $base_data/$fname/OUTPUT _3d* nc 21 27 DATA_3D_AV_NETCDF inopt 3dr $base_data/$fname/OUTPUT _3d* nc … … 24 30 DATA_PRT_NETCDF inopt:pe prtr $base_data/$fname/OUTPUT _prt* nc 25 31 # 26 #------------------------------------------------------------------------------------------ 32 #------------------------------------------------------------------------------------------- 27 33 # List of output-files 28 #------------------------------------------------------------------------------------------ 34 #------------------------------------------------------------------------------------------- 29 35 BINOUT* out:lnpe restart $fast_io_catalog/$fname/RESTART _d3d 30 36 PARTICLE_RESTART_DATA_OUT* out:lnpe prt#:prtr $fast_io_catalog/$fname/RESTART _rprt -
palm/trunk/SCRIPTS/batch_scp
r2600 r2696 4 4 5 5 #--------------------------------------------------------------------------------# 6 # This file is part of PALM.6 # This file is part of the PALM model system. 7 7 # 8 8 # PALM is free software: you can redistribute it and/or modify it under the terms … … 17 17 # PALM. If not, see <http://www.gnu.org/licenses/>. 18 18 # 19 # Copyright 1997-201 4Leibniz Universitaet Hannover19 # Copyright 1997-2017 Leibniz Universitaet Hannover 20 20 #--------------------------------------------------------------------------------# 21 21 # -
palm/trunk/SCRIPTS/compile_tutorial
r1310 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 4Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/document_changes
r2235 r2696 1 1 #!/bin/ksh 2 2 #------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the -
palm/trunk/SCRIPTS/generate_documentation
r1758 r2696 1 1 #!/bin/bash 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/img2stereo
r1310 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 4Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/img2video
r1310 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 4Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/palm_gf
r2309 r2696 2 2 # -*- coding: utf-8 -*- 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms -
palm/trunk/SCRIPTS/palm_jm
r2504 r2696 2 2 # -*- coding: utf-8 -*- 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 6Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 ##--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/palm_simple_install
r2226 r2696 1 1 #!/bin/bash 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/palm_simple_run
r2226 r2696 1 1 #!/bin/bash 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/palm_wd
r2416 r2696 2 2 # -*- coding: utf-8 -*- 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 5Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/palm_wdd
r2421 r2696 2 2 # -*- coding: utf-8 -*- 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 5Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/palmbuild
r2566 r2696 4 4 5 5 #------------------------------------------------------------------------------# 6 # This file is part of PALM.6 # This file is part of the PALM model system. 7 7 # 8 8 # PALM is free software: you can redistribute it and/or modify it under the terms … … 17 17 # PALM. If not, see <http://www.gnu.org/licenses/>. 18 18 # 19 # Copyright 2017 Leibniz Universitaet Hannover19 # Copyright 2017-2017 Leibniz Universitaet Hannover 20 20 #------------------------------------------------------------------------------# 21 21 # -
palm/trunk/SCRIPTS/palmplot
r1310 r2696 1 1 #!/bin/ksh 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/palmrun
r2693 r2696 4 4 5 5 #--------------------------------------------------------------------------------# 6 # This file is part of PALM.6 # This file is part of the PALM model system. 7 7 # 8 8 # PALM is free software: you can redistribute it and/or modify it under the terms … … 17 17 # PALM. If not, see <http://www.gnu.org/licenses/>. 18 18 # 19 # Copyright 2017 Leibniz Universitaet Hannover19 # Copyright 2017-2017 Leibniz Universitaet Hannover 20 20 #--------------------------------------------------------------------------------# 21 21 # -
palm/trunk/SCRIPTS/palmrungui
r2413 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-201 4Leibniz Universitaet Hannover17 # Copyright 1997-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/palmrungui.py
r2484 r2696 2 2 # -*- coding: utf-8 -*- 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms -
palm/trunk/SCRIPTS/palmtest
r2579 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms … … 15 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 # Copyright 1997-2017 Leibniz Universitaet Hannover17 # Copyright 2017-2017 Leibniz Universitaet Hannover 18 18 #--------------------------------------------------------------------------------# 19 19 # -
palm/trunk/SCRIPTS/process_dvr_output
r1310 r2696 1 1 #!/bin/ksh 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/release_tutorial
r1842 r2696 1 1 #!/bin/bash 2 2 #--------------------------------------------------------------------------------# 3 # This file is part of PALM.3 # This file is part of the PALM model system. 4 4 # 5 5 # PALM is free software: you can redistribute it and/or modify it under the terms … … 14 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # Copyright 1997-201 4Leibniz Universitaet Hannover16 # Copyright 1997-2017 Leibniz Universitaet Hannover 17 17 #--------------------------------------------------------------------------------# 18 18 # -
palm/trunk/SCRIPTS/testsuite
r2410 r2696 2 2 3 3 #--------------------------------------------------------------------------------# 4 # This file is part of PALM.4 # This file is part of the PALM model system. 5 5 # 6 6 # PALM is free software: you can redistribute it and/or modify it under the terms
Note: See TracChangeset
for help on using the changeset viewer.