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 5701 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh – NEMO

Ignore:
Timestamp:
2015-08-18T16:16:13+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE add namelists for AGRIF Agulhas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5696 r5701  
    243243         if [[ -n "$dif" && $( echo $dif | awk '{print $1}' ) -ne 0 ]]; then 
    244244             export ST='FAILED' 
    245              files_list+=$file' ' && let dift+=$( echo $dif | awk '{print $1}' ) 
     245             files_list+=$comp' ' && let dift+=$( echo $dif | awk '{print $1}' ) 
    246246             echo $file.nc': '$dif 
    247247         fi 
Note: See TracChangeset for help on using the changeset viewer.