#!/bin/bash -x

dateRun=$1
exp=$2
year=${dateRun:0:4}
monthy=${dateRun:4:2}
day=${dateRun:6:2}
dirSstBESM=/dados/oceangrp/simulations/cgcm${exp}/dataout/ic${monthy}/ic${year}/${day}/ocean/CGCM_oper
fileSstBESM=besm_tos_????_??.nc
fileSstBESM=besm_sst_????_??.nc
mkdir ${dateRun}
cd ${dateRun}
cp  ${dirSstBESM}/${fileSstBESM} .
