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 2585 for trunk/NEMOGCM – NEMO

Changeset 2585 for trunk/NEMOGCM


Ignore:
Timestamp:
2011-02-10T09:39:16+01:00 (13 years ago)
Author:
flavoni
Message:

forcing gunzip to overwrite files in SETTE, see ticket #796

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/fcm_job.sh

    r2583 r2585  
    107107   echo "            " >> ${SETTE_DIR}/output.sette 
    108108   cp ${FORCING_DIR}/${tar_file} ${INPUT_DIR}/. 
    109    cd ${INPUT_DIR} ; tar xvof ${INPUT_DIR}/*.tar ; gunzip *gz 
     109   cd ${INPUT_DIR} ; tar xvof ${INPUT_DIR}/*.tar ; gunzip -f *gz 
    110110fi  
    111111 
Note: See TracChangeset for help on using the changeset viewer.