New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
monthlyclean.sh in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP01 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP01/monthlyclean.sh

Last change on this file was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

  • Property svn:executable set to *
File size: 317 bytes
RevLine 
[15480]1#!/bin/bash
2
3RUNDIR=/work/n01/n01/momme/AMM7-v0
4
5echo "Cleaning" $RUNDIR "..."
6rm -f $RUNDIR/amm7_?d_*_grid_*.nc $RUNDIR/amm7_1m_*_grid*.nc $RUNDIR/amm7_1y_*_grid*.nc
7rm -f $RUNDIR/amm7_?d_*_ptrc_*.nc $RUNDIR/amm7_1m_*_ptrc*.nc $RUNDIR/amm7_1y_*_ptrc*.nc
8rm -rf $RUNDIR/restart.nc $RUNDIR/restart_trc.nc
9echo "Done."
Note: See TracBrowser for help on using the repository browser.