Skip to content

Commit 6cb7e43

Browse files
authored
Merging in Steve's 6.3.01 changes (#9)
* Updated gitattributes to a smarter line endings setup. * Updating docs files to fix line endings. * Added some more categories of binary files. * Updating RAMS to Steve's 6.3.01 version from the web
1 parent d839cde commit 6cb7e43

File tree

212 files changed

+629
-2946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+629
-2946
lines changed

README-FIRST-RAMS.pdf

-248 KB
Binary file not shown.

README-FIRST.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Please see the documents directory "docs" and read through the file
2+
"README-FIRST-RAMS.pdf" to get background information on RAMS. This will
3+
help guide you through setting up software needed to run RAMS, tell you
4+
how to run RAMS for different applications, and provide some troubleshooting
5+
information. There are also more detailed documents for the various
6+
aspects of the RAMS model.

bin.rams/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,11 @@ OBJ = $(ARC)($(MODEL)/lib/an_header.o) \
122122
$(ARC)($(MODEL)/mpi/mpass_init.o) \
123123
$(ARC)($(MODEL)/mpi/mpass_lbc.o) \
124124
$(ARC)($(MODEL)/mpi/mpass_nest.o) \
125-
$(ARC)($(MODEL)/mpi/mpass_oda.o) \
126125
$(ARC)($(MODEL)/mpi/mpass_cyclic.o) \
127126
$(ARC)($(MODEL)/mpi/para_init.o) \
128127
$(ARC)($(MODEL)/mpi/par_decomp.o) \
129128
$(ARC)($(MODEL)/mpi/rnode.o) \
130129
$(ARC)($(MODEL)/nesting/nest_drivers.o) \
131-
$(ARC)($(MODEL)/nesting/nest_filldens.o) \
132130
$(ARC)($(MODEL)/nesting/nest_intrp.o) \
133131
$(ARC)($(MODEL)/nesting/nest_feed.o) \
134132
$(ARC)($(MODEL)/radiate/rrad3.o) \

bin.rams/RAMSIN.orographic1

Lines changed: 0 additions & 810 deletions
This file was deleted.

bin.rams/RAMSIN.orographic2

Lines changed: 0 additions & 810 deletions
This file was deleted.

bin.rams/cleanup.sc

Lines changed: 0 additions & 4 deletions
This file was deleted.

bin.rams/run_test_orographic.sc

Lines changed: 0 additions & 119 deletions
This file was deleted.

bin.rams/run_test_supercell.sc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################################################################################
33
# This script will run a single test serially (by default) (on any system) or in
44
# parallel (on a simple computer cluster that does not use a PBS/QSUB queuing
5-
# system). Note that on many supercomputing systems (that use modules and PBS
5+
# system). Note that many supercomputing systems (that use modules and PBS
66
# queuing systems) often have different methods for compiling code for serial
77
# or parallel processing. The correct compiling method is required for running
88
# this script in parallel or serial.
@@ -12,16 +12,16 @@
1212
# LEVEL=3 microphysics
1313
# 2. This idealized simulation does not require geographical data (sfctypehdf5)
1414
# for running since geography does not matter. Also, we do not need gridded
15-
# initialization data beyond the sounding input into the namelist. The sounding
15+
# initialization data beyond the sounding input in the namelist. The sounding
1616
# is applied horizontally homogeneous for an idealized run.
1717
#
1818
# Here is a sample executable statement for running RAMS in parallel,
1919
# but NOT on a supercomputer using a PBS QSUB queuing system. Consult their
2020
# userguides for running parallel jobs on their systems. Each system is unique.
21-
# ../misc/mpich2-1.4.1.precomp.binaries/bin/mpiexec -machinefile machs -np 4 \
22-
# ./bin.rams/rams-6.2.12 -f RAMSIN.supercell
21+
# /home/smsaleeb/software/mpich-3.3.2/bin/mpiexec -machinefile machs -np 8 \
22+
# ./bin.rams/rams-6.3.01 -f RAMSIN.supercell
2323
# Note: might have to add (-ifrace eth0) to this executable statement or
24-
# something similar depending on how you compute nodes communicate. Use
24+
# something similar depending on how your compute nodes communicate. Use
2525
# utility (ifconfig) to find out how your nodes communicate (ie. eth0 or eth1).
2626
#
2727
# Do not blindly use this script for running every simulation. It is simply
@@ -33,9 +33,9 @@
3333
# Set you RAMS root path
3434
rd=`pwd`/..
3535
# RAMS version (ie. 6.1.6)
36-
vs=6.3.00
36+
vs=6.3.01
3737
# Set flag for type of test (0=sequential, 1=parallel)
38-
runtype=1
38+
runtype=0
3939
# Set number of nodes for parallel run.
4040
n=10
4141
# Set delete flag (0 = do not delete, 1 = delete and start over)
@@ -68,6 +68,7 @@ fi
6868
if [ ! -f $rd/bin.rams/RAMSIN.supercell ] || [ ! -f $a3 ] || [ ! -f $a4 ]; then
6969
echo "One of your input paths is incorrect. Stopping!"
7070
echo "Check RAMSIN, RAMS executable, and REVU executable!"
71+
echo "Need to compile RAMS and REVU for this script to fully work"
7172
exit
7273
fi
7374

docs/RAMS-Updates.pdf

-103 Bytes
Binary file not shown.

docs/README-FIRST-RAMS.pdf

239 KB
Binary file not shown.

0 commit comments

Comments
 (0)