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.
annualclean.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/annualclean.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: 343 bytes
Line 
1#!/bin/bash
2
3RUNDIR=/work/n01/n01/momme/AMM7-v0
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
8echo "Done."
Note: See TracBrowser for help on using the repository browser.