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.
clean.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/clean.sh @ 15814

Last change on this file since 15814 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: 507 bytes
Line 
1#!/bin/bash
2
3RUNDIR=/work/momm/AMM7
4
5echo "Cleaning" $RUNDIR "..."
6rm -f $RUNDIR/bdy/amm7_bdy?_*m??d??.nc $RUNDIR/bdy/amm7_bt_bdy?_*m??d??.nc  $RUNDIR/bdy/amm7skag_bt_bdy?_*m??d??.nc  $RUNDIR/bdy/amm7skag_bdy?_*m??d??.nc $RUNDIR/fluxes/CUT_ERAI_INCLUDE_MSLP_y????m??d??.nc
7rm -f $RUNDIR/AMM7-EMEP-NDeposition_y????.nc
8rm -f $RUNDIR/amm7_?d_*_grid_*.nc $RUNDIR/amm7_1m_*_grid*.nc $RUNDIR/amm7_1y_*_grid*.nc
9rm -f $RUNDIR/amm7_?d_*_ptrc_*.nc $RUNDIR/amm7_1m_*_ptrc*.nc $RUNDIR/amm7_1y_*_ptrc*.nc
10echo "Done."
Note: See TracBrowser for help on using the repository browser.