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.
Changeset 241 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 241 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2005-03-23T10:42:42+01:00 (19 years ago)
Author:
opalod
Message:

RB+CT :UPDATE173: save mpp.output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/AA_job

    r213 r241  
    4040## 
    4141##      Script to run a short experiment when installing the 
    42 ##      NEMO_ORCA2_LIM configuration  
     42##      ORCA2_LIM configuration  
    4343## 
    4444##            Rachid Benshila, OPA System Team 
     
    133133$DPUT ocean.output ${R_SORTIE_OCE}/ocean.output 
    134134$DPUT solver.stat ${R_SORTIE_OCE}/solver.stat 
     135[ -f mpp.output* ] && $DPUT mpp.output* ${R_SORTIE_OCE}/. 
    135136for file_netcdf in *_grid_*.nc 
    136137do 
     
    143144$DPUT ${file_netcdf} ${R_SORTIE_OCE}/${file_netcdf}  
    144145done 
    145 $DPUT ice_forcing ${R_SORTIE_OCE}/ice_forcing  
    146 $DPUT ice_mouchard ${R_SORTIE_OCE}/ice_mouchard  
    147 $DPUT ice_evolu ${R_SORTIE_OCE}/ice_evolu  
     146$DPUT ice.evolu ${R_SORTIE_OCE}/ice.evolu  
    148147# 
    149148#- Save restart files 
     
    154153# 
    155154#- Save ftrace file 
    156 [ -f ftrace.out ] && $DPUT ftrace.out ${R_SORTIE_OCE}/frace.out 
     155[ -f ftrace.out* ] && $DPUT ftrace.out* ${R_SORTIE_OCE}/. 
Note: See TracChangeset for help on using the changeset viewer.