Difference between revisions of "COD Class Examples"

From WikiROMS
Jump to navigationJump to search
Line 4: Line 4:


==Obtaining the source code for examples==
==Obtaining the source code for examples==
In almost all instances the ROMS files that have been customized for these examples are on the Rutgers OARC ''Amarel'' cluster amarel.rutgers.edu in directory /projects/dmcs_1/courses/cod. Users must be a member of group dmcs_1 to access these files.
In almost all instances the ROMS files that have been customized for these examples are on the Rutgers OARC ''Amarel'' cluster amarel.rutgers.edu in directory <span class="blue">/projects/dmcs_1/courses/cod</span>. Users must be a member of group dmcs_1 to access these files.
 
To get started, copy all the files in <span class="blue">/projects/dmcs_1/courses/cod</span> to the working directory where you are locally compiling and running ROMS> This is the directory where you ran the UPWELLING test case.
 
Verify you are in your working directory with
 
<div class="box">pwd</div>
 
Then copy everything with a command like this:
 
<div class="box">cp /projects/dmcs_1/courses/cod/* .</div>
 
The '''*''' is the wildcard for all files in /projects/dmcs_1/courses/cod, and the dot '''.''' signifies that the target directory is the directory you are in.
 
==What are these files?==

Revision as of 21:03, 27 January 2022

ROMS examples for Coastal Ocean Dynamics

Introduction

The page describes idealized configurations of ROMS that are used in Rutgers course 16:712:503 Coastal Ocean Dynamics to illustrate various aspects of ocean dynamics studied in lectures.

Obtaining the source code for examples

In almost all instances the ROMS files that have been customized for these examples are on the Rutgers OARC Amarel cluster amarel.rutgers.edu in directory /projects/dmcs_1/courses/cod. Users must be a member of group dmcs_1 to access these files.

To get started, copy all the files in /projects/dmcs_1/courses/cod to the working directory where you are locally compiling and running ROMS> This is the directory where you ran the UPWELLING test case.

Verify you are in your working directory with

pwd

Then copy everything with a command like this:

cp /projects/dmcs_1/courses/cod/* .

The * is the wildcard for all files in /projects/dmcs_1/courses/cod, and the dot . signifies that the target directory is the directory you are in.

What are these files?