Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#113 from JulieSchramm/community_develop
Browse files Browse the repository at this point in the history
Add line breaks to README.md file
  • Loading branch information
gsketefian authored Oct 3, 2019
2 parents 9e2e710 + 42779bc commit eee5d21
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ This is the community\_develop branch of the regional\_workflow used to run the
This step will checkout EMC\_post, NEMSfv3gfs and its submodules, UFS\_UTILS\_chgres\_grib2 and UFS\_UTILS\_develop in the sorc directory.

2. Build the utilities:

`cd regional`
`./build_regional theia >& out.build_regional`

```
cd regional
./build_regional theia >& out.build_regional
```
3. Build FV3:

`cd sorc/NEMSfv3gfs/tests`
`compile.sh $BASEDIR/regional_workflow/sorc/NEMSfv3gfs/FV3 theia.intel "CCPP=Y STATIC=N 32BIT=Y REPRO=Y" >& out.compile_32bit`

```
cd sorc/NEMSfv3gfs/tests
compile.sh $BASEDIR/regional_workflow/sorc/NEMSfv3gfs/FV3 theia.intel "CCPP=Y STATIC=N 32BIT=Y REPRO=Y" >& out.compile_32bit
```
4. Create a `config.sh` file in the `ush` directory (see Users Guide).

5. Generate a workflow:

`cd ush`
`generate_FV3SAR_wflow.sh`

```
cd ush
generate_FV3SAR_wflow.sh
```
This will create an experiment directory in `$EXPT_SUBDIR` with a rocoto xml file FV3SAR_wflow.xml. It will also output information specific to your experiment.

6. Launch and monitor the workflow:

`module load rocoto/1.3.1`
`cd $EXPTDIR`
`rocotorun -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10`
`rocotostat -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10`

```
module load rocoto/1.3.1`
cd $EXPTDIR
rocotorun -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10
rocotostat -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10
```
7. For automatic resubmission of the workflow, the following can be added to your crontab:

`*/3 * * * * cd $EXPTDIR && rocotorun -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10`
```
*/3 * * * * cd $EXPTDIR && rocotorun -w FV3SAR_wflow.xml -d FV3SAR_wflow.db -v 10
```

0 comments on commit eee5d21

Please sign in to comment.